diff -r d189ee25cf9d -r 3533d4323edc emailuis/emailui/sendasmtm/fsmtms/data/fsmtms.rss --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/emailuis/emailui/sendasmtm/fsmtms/data/fsmtms.rss Wed Sep 01 12:28:57 2010 +0100 @@ -0,0 +1,100 @@ +/* +* Copyright (c) 2007 Nokia Corporation and/or its subsidiary(-ies). +* All rights reserved. +* This component and the accompanying materials are made available +* under the terms of "Eclipse Public License v1.0" +* which accompanies this distribution, and is available +* at the URL "http://www.eclipse.org/legal/epl-v10.html". +* +* Initial Contributors: +* Nokia Corporation - initial contribution. +* +* Contributors: +* +* Description: Resource definitions for fs mtm +* +*/ + +#include +// +// +#include "fsmtmsuids.h" +// +//#include //qtn_brand_name +//#include +//#include //qtn_brand_name +#include // qtn_options_send_via_email +// + +RESOURCE MTM_INFO_FILE + { + mtm_type_uid = KUidMsgTypeFsMtmVal; + + //The following UID is used by the NcnNotification API for + //displaying email notifications. + // #define KSenduiTechnologyMailUidValue 0x10001671 -Defined in senduiconsts.h + technology_type_uid = 0x10001671; + + components = + { + + MTM_COMPONENT_V2 + { + // + //human_readable_name = qtn_brand_name; + human_readable_name = qtn_options_send_via_email; + // + component_uid = KUidMtmServerComponentVal; + entry_point = 1; /* This will change based on ordinal number of NewL in .def file*/ + version = VERSION_V2 {}; + filename = "fsservermtm.dll"; + }, + MTM_COMPONENT_V2 + { + // + //human_readable_name = qtn_brand_name; + human_readable_name = qtn_options_send_via_email; + // + component_uid = KUidMtmClientComponentVal; + entry_point = 1; /*Look for FsClientMtmU.DEF NewL@CFsMtmClient */ + version = VERSION_V2 {}; + filename = "fsclientmtm.dll"; + }, + MTM_COMPONENT_V2 + { + // + //human_readable_name = qtn_brand_name; + human_readable_name = qtn_options_send_via_email; + // + component_uid = KUidMtmUiComponentVal; + entry_point = 1; + version = VERSION_V2 {}; + filename = "fsuimtm.dll"; + }, + MTM_COMPONENT_V2 + { + // + //human_readable_name = qtn_brand_name; + human_readable_name = qtn_options_send_via_email; + // + component_uid = KUidMtmUiDataComponentVal; + entry_point = 1; + version = VERSION_V2 {}; + filename = "fsuidatamtm.dll"; + } + }; + } + +RESOURCE MTM_CAPABILITIES + { + send_capability = 1; + body_capability = 1; + } + +RESOURCE MTM_SECURITY_CAPABILITY_SET + { + capabilities = { ECapabilityNetworkServices }; + } + +// End of File +