emailuis/emailui/sendasmtm/fsmtms/data/fsmtms.rss
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Thu, 17 Dec 2009 08:39:21 +0200
changeset 0 8466d47a6819
permissions -rw-r--r--
Revision: 200949 Kit: 200951

/*
* 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 <mtmconfig.rh>
//<cmail>
//<cmail>
#include "fsmtmsuids.h"
//</cmail>
//#include <fsmtms.loc>  //qtn_brand_name
//#include <internal\fsmtmsuids.h>
//#include <internal\fsmtms.loc>  //qtn_brand_name
#include <avkon.loc> // qtn_options_send_via_email
//</cmail>

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
            {
            // <cmail>
            //human_readable_name = qtn_brand_name; 
            human_readable_name = qtn_options_send_via_email; 
            // </cmail>
            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
            {
            // <cmail>
            //human_readable_name = qtn_brand_name; 
            human_readable_name = qtn_options_send_via_email; 
            // </cmail>
            component_uid = KUidMtmClientComponentVal;
            entry_point = 1;  /*Look for FsClientMtmU.DEF NewL@CFsMtmClient */
            version = VERSION_V2 {};
            filename = "fsclientmtm.dll";
            },
        MTM_COMPONENT_V2
            {
            // <cmail>
            //human_readable_name = qtn_brand_name; 
            human_readable_name = qtn_options_send_via_email; 
            // </cmail>
            component_uid = KUidMtmUiComponentVal;
            entry_point = 1;
            version = VERSION_V2 {};
            filename = "fsuimtm.dll";
            },
        MTM_COMPONENT_V2
            {
            // <cmail>
            //human_readable_name = qtn_brand_name; 
            human_readable_name = qtn_options_send_via_email; 
            // </cmail>
            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