messagingappbase/mtmregistry/resource/smsregistry.rss
changeset 25 84d9eb65b26f
equal deleted inserted replaced
23:238255e8b033 25:84d9eb65b26f
       
     1 /*
       
     2 * Copyright (c) 2010 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 Sms MTM info resource.
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 
       
    21 //  INCLUDES
       
    22 #include <mtmconfig.rh>
       
    23 
       
    24 
       
    25 //  RESOURCE DEFINITIONS 
       
    26 // ---------------------------------------------------------
       
    27 //   
       
    28 //    
       
    29 //    MTM info resource for SMS
       
    30 //
       
    31 // ---------------------------------------------------------
       
    32 //
       
    33 #include <e32capability.h>
       
    34 
       
    35 RESOURCE MTM_INFO_FILE
       
    36     {
       
    37     mtm_type_uid = 0x1000102c;
       
    38     technology_type_uid = 0x10008A30;
       
    39     components = 
       
    40         {
       
    41         MTM_COMPONENT_V2
       
    42             {
       
    43             human_readable_name = "Short message";
       
    44             component_uid = KUidMtmServerComponentVal;
       
    45             entry_point = 1;
       
    46             version = VERSION_V2 {};
       
    47             filename = "smss.dll";
       
    48             },
       
    49         MTM_COMPONENT_V2
       
    50             {
       
    51             human_readable_name = "Short message";
       
    52             component_uid = KUidMtmClientComponentVal;
       
    53             entry_point = 1;
       
    54             version = VERSION_V2 {};
       
    55             filename = "smcm.dll";
       
    56             }
       
    57         };
       
    58     }
       
    59 
       
    60 RESOURCE MTM_CAPABILITIES
       
    61     {
       
    62     send_capability = 1;
       
    63     body_capability = 1;
       
    64     }
       
    65 
       
    66 RESOURCE MTM_SECURITY_CAPABILITY_SET
       
    67     {
       
    68     capabilities = { ECapabilityNetworkServices };
       
    69     }
       
    70 
       
    71 // End of File