omadrm/drmplugins/drmromtm/uiData/src/RoMtmReg.rss
changeset 0 95b198f216e5
equal deleted inserted replaced
-1:000000000000 0:95b198f216e5
       
     1 /*
       
     2 * Copyright (c) 2002 - 2007 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description: 
       
    15 *     This file contains Rights Manager Engine MTM info resource.
       
    16 *
       
    17 *
       
    18 */
       
    19 
       
    20 
       
    21 //  INCLUDES
       
    22 #include <mtmconfig.rh>
       
    23 #include <romtmui.loc>
       
    24 
       
    25 
       
    26 //  CONSTANTS
       
    27 // none
       
    28 
       
    29 //  MACROS
       
    30 // none
       
    31 
       
    32 
       
    33 //  RESOURCE DEFINITIONS
       
    34 // ---------------------------------------------------------
       
    35 //
       
    36 //
       
    37 //    MTM info resource for Rights Manager Engine MTM
       
    38 //
       
    39 // ---------------------------------------------------------
       
    40 //
       
    41 #ifdef __MESSAGING_API_V2__
       
    42 
       
    43 #include <e32capability.h>
       
    44 
       
    45 RESOURCE MTM_INFO_FILE
       
    46     {
       
    47     mtm_type_uid = 0x101F6DC2;
       
    48     technology_type_uid = 0x10009157;
       
    49     components =
       
    50         {
       
    51         MTM_COMPONENT_V2
       
    52             {
       
    53             human_readable_name = qtn_mce_inbox_write_ro;
       
    54             component_uid = KUidMtmServerComponentVal;
       
    55             entry_point = 1;
       
    56             version = VERSION_V2 {};
       
    57             filename = "romtmser.dll";
       
    58             },
       
    59         MTM_COMPONENT_V2
       
    60             {
       
    61             human_readable_name = qtn_mce_inbox_write_ro;
       
    62             component_uid = KUidMtmClientComponentVal;
       
    63             entry_point = 1;
       
    64             version = VERSION_V2 {};
       
    65             filename = "romtmcli.dll";
       
    66             },
       
    67         MTM_COMPONENT_V2
       
    68             {
       
    69             human_readable_name = qtn_mce_inbox_write_ro;
       
    70             component_uid = KUidMtmUiComponentVal;
       
    71             entry_point = 1;
       
    72             version = VERSION_V2 {};
       
    73             filename = "romtmui.dll";
       
    74             },
       
    75         MTM_COMPONENT_V2
       
    76             {
       
    77             human_readable_name = qtn_mce_inbox_write_ro;
       
    78             component_uid = KUidMtmUiDataComponentVal;
       
    79             entry_point = 1;
       
    80             version = VERSION_V2 {};
       
    81             filename = "romtmdat.dll";
       
    82             }
       
    83         };
       
    84     }
       
    85 
       
    86 RESOURCE MTM_CAPABILITIES
       
    87     {
       
    88     }
       
    89 
       
    90 RESOURCE MTM_SECURITY_CAPABILITY_SET
       
    91     {
       
    92     capabilities = { ECapabilityNetworkServices };
       
    93     }
       
    94 
       
    95 #else
       
    96 RESOURCE MTM_INFO_FILE
       
    97     {
       
    98     mtm_type_uid = 0x101F6DC2;
       
    99     technology_type_uid = 0x10009157;
       
   100     components =
       
   101         {
       
   102         MTM_COMPONENT
       
   103             {
       
   104             human_readable_name = qtn_mce_inbox_write_ro;
       
   105             component_uid = KUidMtmServerComponentVal;
       
   106             specific_uid = 0x101F6DC1;
       
   107             entry_point = 1;
       
   108             version = VERSION { major = 1; minor = 0; build = 100; };
       
   109             },
       
   110         MTM_COMPONENT
       
   111             {
       
   112             human_readable_name = qtn_mce_inbox_write_ro;
       
   113             component_uid = KUidMtmClientComponentVal;
       
   114             specific_uid = 0x101F6DC0;
       
   115             entry_point = 1;
       
   116             version = VERSION { major = 1; minor = 0; build = 100; };
       
   117             },
       
   118         MTM_COMPONENT
       
   119             {
       
   120             human_readable_name = qtn_mce_inbox_write_ro;
       
   121             component_uid = KUidMtmUiComponentVal;
       
   122             specific_uid = 0x101F6DBE;
       
   123             entry_point = 1;
       
   124             version = VERSION { major = 1; minor = 0; build = 100; };
       
   125             },
       
   126         MTM_COMPONENT
       
   127             {
       
   128             human_readable_name = qtn_mce_inbox_write_ro;
       
   129             component_uid = KUidMtmUiDataComponentVal;
       
   130             specific_uid = 0x101F6DBF;
       
   131             entry_point = 1;
       
   132             version = VERSION { major = 1; minor = 0; build = 100; };
       
   133             }
       
   134         };
       
   135     }
       
   136 
       
   137 #endif
       
   138 
       
   139 // End of File