phonebookengines/VirtualPhonebook/VPbkCntModel/rss/VPbkCntModel.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:  A variant of VPbkCntModel.res that doesn't define
       
    15 *                implementation for voice tags
       
    16 *
       
    17 */
       
    18 
       
    19 #include <ecom/registryinfov2.rh>
       
    20 #include <VPbkPublicUid.h>
       
    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 = KVPbkCntModelStoreDomainImplementationUID;
       
    29     interfaces = 
       
    30         {
       
    31         INTERFACE_INFO
       
    32             {
       
    33             interface_uid = KVPbkContactStoreDomainInterfaceUID;
       
    34             implementations = 
       
    35                 {
       
    36                 IMPLEMENTATION_INFO
       
    37                     {
       
    38                     implementation_uid = KVPbkCntModelStoreDomainImplementationUID;
       
    39                     version_no = 1;
       
    40                     display_name = "VPbkCntModel";
       
    41                     default_data = KVPbkStorePluginDataString;
       
    42                     opaque_data = "cntdb";
       
    43                     // Can be replaced from other drives
       
    44                     rom_only = 0;
       
    45                     }
       
    46                 };
       
    47             },
       
    48         INTERFACE_INFO
       
    49             {
       
    50             interface_uid = KVPbkContactAttributePluginInterfaceUID;
       
    51             implementations = 
       
    52                 {
       
    53                 IMPLEMENTATION_INFO
       
    54                     {
       
    55                     implementation_uid = KVPbkSpeedDialAttributeImplementationUID;
       
    56                     version_no = 1;
       
    57                     display_name = "";
       
    58                     default_data = KVPbkContactAttributePluginDataString;
       
    59                     opaque_data = "";
       
    60                     rom_only = 0;
       
    61                     },
       
    62                 IMPLEMENTATION_INFO
       
    63                     {
       
    64                     implementation_uid = KVPbkDefaultAttributeImplementationUID;
       
    65                     version_no = 1;
       
    66                     display_name = "";
       
    67                     default_data = KVPbkContactAttributePluginDataString;
       
    68                     opaque_data = "";
       
    69                     rom_only = 0;
       
    70                     }                 
       
    71                 };
       
    72             },
       
    73         INTERFACE_INFO
       
    74             {
       
    75             interface_uid = KVPbkContactIdConverterInterfaceUid;
       
    76             implementations = 
       
    77                 {
       
    78                 IMPLEMENTATION_INFO
       
    79                     {
       
    80                     implementation_uid = KVPbkContactIdConverterImplementationUid;
       
    81                     version_no = 1;
       
    82                     display_name = "";
       
    83                     default_data = "";
       
    84                     opaque_data = "";
       
    85                     rom_only = 0;
       
    86                     }
       
    87                 };
       
    88             }
       
    89         };
       
    90     }
       
    91 
       
    92 // end of file