deviceencryption/DevEncDmAdapter/data/DevEncUiDmAdapter.rss
branchRCL_3
changeset 20 491b3ed49290
parent 19 95243422089a
child 21 65326cf895ed
equal deleted inserted replaced
19:95243422089a 20:491b3ed49290
     1 /*
       
     2 * Copyright (c) 2005 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:  Registery info for the Camera Control DM Adapter.
       
    15 *
       
    16 */
       
    17 
       
    18 // INCLUDES
       
    19 #include <ecom/registryinfo.rh>
       
    20 #include "DevEncUids.hrh"
       
    21 //#include <smldmadapter.h> // for KSmlDMInterfaceUid
       
    22 
       
    23 // CONSTANTS  
       
    24 
       
    25 // MACROS  
       
    26 
       
    27 // RESOURCE DEFINITIONS 
       
    28 
       
    29 //-----------------------------------------------------------------------------
       
    30 //   
       
    31 //    theInfo
       
    32 //    -
       
    33 //
       
    34 //-----------------------------------------------------------------------------
       
    35 //
       
    36 RESOURCE REGISTRY_INFO theRegistryInfo
       
    37     {
       
    38     dll_uid = KDevEncOmaDmPluginUid; // The DLL's 3rd UID.
       
    39     interfaces =
       
    40         {
       
    41         INTERFACE_INFO
       
    42             {
       
    43             interface_uid = 0x102018B4; //KSmlDMInterfaceUid
       
    44             implementations =
       
    45                 {
       
    46                 IMPLEMENTATION_INFO
       
    47                     {
       
    48                     implementation_uid = KDevEncOmaDmPluginImplUid;
       
    49                     version_no = 1;
       
    50                     display_name = "Device Encryption DM Adapter";
       
    51                     default_data = "";
       
    52                     opaque_data = "";
       
    53                     }
       
    54                 };
       
    55             }
       
    56         };
       
    57     }
       
    58 
       
    59 // End Of File