phonebookengines/VirtualPhonebook/VPbkSimStore/rss/VPbkSimStore.rss
branchRCL_3
changeset 20 f4a778e096c2
parent 0 e686773b3f54
equal deleted inserted replaced
19:5b6f26637ad3 20:f4a778e096c2
       
     1 /*
       
     2 * Copyright (c) 2005-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 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <ecom/registryinfo.rh>
       
    20 // #include <registryinfov2.rh>
       
    21 #include <VPbkStoreUid.h>
       
    22 #include <VPbkPrivateUid.h>
       
    23 
       
    24 RESOURCE REGISTRY_INFO theInfo
       
    25     {
       
    26     // use resource format version 2 to enable ROM only plugins
       
    27 	//resource_format_version = RESOURCE_FORMAT_VERSION_2;
       
    28     dll_uid = KVPbkSimStoreDomainImplementationUID;
       
    29     interfaces = 
       
    30         {
       
    31         INTERFACE_INFO
       
    32             {
       
    33             interface_uid = KVPbkContactStoreDomainInterfaceUID;
       
    34             implementations = 
       
    35                 {
       
    36                 IMPLEMENTATION_INFO
       
    37                     {
       
    38                     implementation_uid = KVPbkSimStoreDomainImplementationUID;
       
    39                     version_no = 1;
       
    40                     display_name = "SIM Store";
       
    41                     default_data = KVPbkStorePluginDataString;
       
    42                     opaque_data = "sim";
       
    43 //                    rom_only = 0/*1*/;
       
    44                     }
       
    45                 };
       
    46             }
       
    47         };
       
    48     }
       
    49 
       
    50 // end of file