1.1 --- a/epoc32/include/mtmconfig.rh Wed Mar 31 12:27:01 2010 +0100
1.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000
1.3 @@ -1,97 +0,0 @@
1.4 -// Copyright (c) 2000-2009 Nokia Corporation and/or its subsidiary(-ies).
1.5 -// All rights reserved.
1.6 -// This component and the accompanying materials are made available
1.7 -// 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
1.8 -// which accompanies this distribution, and is available
1.9 -// at the URL "http://www.symbianfoundation.org/legal/licencesv10.html".
1.10 -//
1.11 -// Initial Contributors:
1.12 -// Nokia Corporation - initial contribution.
1.13 -//
1.14 -// Contributors:
1.15 -//
1.16 -// Description:
1.17 -// MTMTOOL.RH
1.18 -//
1.19 -//
1.20 -
1.21 -
1.22 -
1.23 -/**
1.24 - @file
1.25 - @publishedAll
1.26 - @released
1.27 -*/
1.28 -
1.29 -#ifndef __MTMTOOL_RH__
1.30 -#define __MTMTOOL_RH__
1.31 -
1.32 -#include <badef.rh>
1.33 -#include <msvstd.hrh>
1.34 -#include <e32capability.h> // this special header can be included in resource files
1.35 -
1.36 -
1.37 -/**
1.38 -* @publishedPartner
1.39 -* @released
1.40 -*/
1.41 -STRUCT VERSION_V2
1.42 - {
1.43 - // Default version values are always provided
1.44 - WORD major = KMtmComponentCurrentMajorVersionNumber;
1.45 - WORD minor = KMtmComponentCurrentMinorVersionNumber;
1.46 - WORD build = KMtmComponentCurrentBuildVersionNumber;
1.47 - }
1.48 -/**
1.49 -* @publishedPartner
1.50 -* @released
1.51 -*/
1.52 -
1.53 -STRUCT MTM_COMPONENT_V2
1.54 - {
1.55 - LTEXT human_readable_name = "";
1.56 - LONG component_uid;
1.57 - LONG specific_uid_v2 = KUidMtmDefaultSpecificVal; // label name change forces clients to update
1.58 - WORD entry_point;
1.59 - STRUCT version;
1.60 - LTEXT filename(KMsvMaxFilenameLength);
1.61 - }
1.62 -/**
1.63 -* @publishedPartner
1.64 -* @released
1.65 -*/
1.66 -STRUCT MTM_INFO_FILE
1.67 - {
1.68 - LONG mtm_type_uid;
1.69 - LONG technology_type_uid;
1.70 - STRUCT components[];
1.71 - }
1.72 -/**
1.73 -* @publishedPartner
1.74 -* @released
1.75 -*/
1.76 -
1.77 -STRUCT MTM_CAPABILITIES
1.78 - {
1.79 - BYTE send_capability;
1.80 - BYTE body_capability;
1.81 - }
1.82 -
1.83 -
1.84 -// Note that once __REMOVE_MESSAGING_API_V1__ is defined, a resource of this
1.85 -// type *must* be in the MTM resource file (at position 3), even if that MTM
1.86 -// requires no additional capabilities to be defined.
1.87 -
1.88 -/**
1.89 -* @publishedPartner
1.90 -* @released
1.91 -*/
1.92 -
1.93 -STRUCT MTM_SECURITY_CAPABILITY_SET
1.94 - {
1.95 - LONG version = KMsvCurrentSecurityCapabilitySetVersion;
1.96 - LONG capabilities[];
1.97 - }
1.98 -
1.99 -
1.100 -#endif