omadrm/drmplugins/drmromtm/uiData/src/RoMtmReg.rss
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Thu, 17 Dec 2009 08:52:27 +0200
changeset 0 95b198f216e5
permissions -rw-r--r--
Revision: 200949 Kit: 200951

/*
* Copyright (c) 2002 - 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: 
*     This file contains Rights Manager Engine MTM info resource.
*
*
*/


//  INCLUDES
#include <mtmconfig.rh>
#include <romtmui.loc>


//  CONSTANTS
// none

//  MACROS
// none


//  RESOURCE DEFINITIONS
// ---------------------------------------------------------
//
//
//    MTM info resource for Rights Manager Engine MTM
//
// ---------------------------------------------------------
//
#ifdef __MESSAGING_API_V2__

#include <e32capability.h>

RESOURCE MTM_INFO_FILE
    {
    mtm_type_uid = 0x101F6DC2;
    technology_type_uid = 0x10009157;
    components =
        {
        MTM_COMPONENT_V2
            {
            human_readable_name = qtn_mce_inbox_write_ro;
            component_uid = KUidMtmServerComponentVal;
            entry_point = 1;
            version = VERSION_V2 {};
            filename = "romtmser.dll";
            },
        MTM_COMPONENT_V2
            {
            human_readable_name = qtn_mce_inbox_write_ro;
            component_uid = KUidMtmClientComponentVal;
            entry_point = 1;
            version = VERSION_V2 {};
            filename = "romtmcli.dll";
            },
        MTM_COMPONENT_V2
            {
            human_readable_name = qtn_mce_inbox_write_ro;
            component_uid = KUidMtmUiComponentVal;
            entry_point = 1;
            version = VERSION_V2 {};
            filename = "romtmui.dll";
            },
        MTM_COMPONENT_V2
            {
            human_readable_name = qtn_mce_inbox_write_ro;
            component_uid = KUidMtmUiDataComponentVal;
            entry_point = 1;
            version = VERSION_V2 {};
            filename = "romtmdat.dll";
            }
        };
    }

RESOURCE MTM_CAPABILITIES
    {
    }

RESOURCE MTM_SECURITY_CAPABILITY_SET
    {
    capabilities = { ECapabilityNetworkServices };
    }

#else
RESOURCE MTM_INFO_FILE
    {
    mtm_type_uid = 0x101F6DC2;
    technology_type_uid = 0x10009157;
    components =
        {
        MTM_COMPONENT
            {
            human_readable_name = qtn_mce_inbox_write_ro;
            component_uid = KUidMtmServerComponentVal;
            specific_uid = 0x101F6DC1;
            entry_point = 1;
            version = VERSION { major = 1; minor = 0; build = 100; };
            },
        MTM_COMPONENT
            {
            human_readable_name = qtn_mce_inbox_write_ro;
            component_uid = KUidMtmClientComponentVal;
            specific_uid = 0x101F6DC0;
            entry_point = 1;
            version = VERSION { major = 1; minor = 0; build = 100; };
            },
        MTM_COMPONENT
            {
            human_readable_name = qtn_mce_inbox_write_ro;
            component_uid = KUidMtmUiComponentVal;
            specific_uid = 0x101F6DBE;
            entry_point = 1;
            version = VERSION { major = 1; minor = 0; build = 100; };
            },
        MTM_COMPONENT
            {
            human_readable_name = qtn_mce_inbox_write_ro;
            component_uid = KUidMtmUiDataComponentVal;
            specific_uid = 0x101F6DBF;
            entry_point = 1;
            version = VERSION { major = 1; minor = 0; build = 100; };
            }
        };
    }

#endif

// End of File