callcontinuity/nsmldmvccadapter/data/2000E5BD.rss
branchRCL_3
changeset 22 d38647835c2e
parent 0 a4daefaec16c
equal deleted inserted replaced
21:f742655b05bf 22:d38647835c2e
       
     1 /*
       
     2 * Copyright (c) 2009 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:   Resource definitions for project ?myapp
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 //NAME DMAI
       
    22 
       
    23 #include <ecom/registryinfov2.rh>
       
    24 
       
    25 //RESOURCE RSS_SIGNATURE { }
       
    26 //RESOURCE TBUF { buf=""; }
       
    27 
       
    28 //#define ?constant ?value
       
    29 
       
    30 // ---------------------------------------------------------------------------
       
    31 // ?resource_name
       
    32 // ?description
       
    33 // ---------------------------------------------------------------------------
       
    34 //
       
    35 RESOURCE REGISTRY_INFO theRegistryInfo
       
    36   {
       
    37   // use resource format version 2 to enable ROM only plugins
       
    38   resource_format_version = RESOURCE_FORMAT_VERSION_2;
       
    39 
       
    40   dll_uid = 0x2000E5BD; //The DLL's 3rd UID.
       
    41   interfaces =
       
    42       {
       
    43       INTERFACE_INFO
       
    44           {
       
    45           interface_uid = 0x102018B4; // DM interface UID
       
    46           implementations =
       
    47             {
       
    48             IMPLEMENTATION_INFO
       
    49                 {
       
    50                 implementation_uid = 0x2000E5BE; // DM VCC implementation UID
       
    51                 version_no = 1;
       
    52                 display_name = "DM VCC Adapter";
       
    53                 default_data = "";
       
    54                 opaque_data = "";
       
    55                 rom_only = 0; // This is not a ROM only plugin
       
    56                 }
       
    57             };
       
    58           }
       
    59       };
       
    60     }