Attempt to represent the S^2->S^3 header reorganisation as a series of "hg rename" operations
1 // Copyright (c) 2000-2009 Nokia Corporation and/or its subsidiary(-ies).
2 // All rights reserved.
3 // This component and the accompanying materials are made available
4 // under the terms of the License "Symbian Foundation License v1.0" to Symbian Foundation members and "Symbian Foundation End User License Agreement v1.0" to non-members
5 // which accompanies this distribution, and is available
6 // at the URL "http://www.symbianfoundation.org/legal/licencesv10.html".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
26 #ifndef __MTMTOOL_RH__
27 #define __MTMTOOL_RH__
31 #include <e32capability.h> // this special header can be included in resource files
40 // Default version values are always provided
41 WORD major = KMtmComponentCurrentMajorVersionNumber;
42 WORD minor = KMtmComponentCurrentMinorVersionNumber;
43 WORD build = KMtmComponentCurrentBuildVersionNumber;
50 STRUCT MTM_COMPONENT_V2
52 LTEXT human_readable_name = "";
54 LONG specific_uid_v2 = KUidMtmDefaultSpecificVal; // label name change forces clients to update
57 LTEXT filename(KMsvMaxFilenameLength);
66 LONG technology_type_uid;
74 STRUCT MTM_CAPABILITIES
81 // Note that once __REMOVE_MESSAGING_API_V1__ is defined, a resource of this
82 // type *must* be in the MTM resource file (at position 3), even if that MTM
83 // requires no additional capabilities to be defined.
90 STRUCT MTM_SECURITY_CAPABILITY_SET
92 LONG version = KMsvCurrentSecurityCapabilitySetVersion;