phonebookui/Phonebook2/UIPolicy/rss/Pbk2UIPolicy.rss
branchRCL_3
changeset 63 f4a778e096c2
child 64 c1e8ba0c2b16
equal deleted inserted replaced
62:5b6f26637ad3 63:f4a778e096c2
       
     1 /*
       
     2 * Copyright (c) 2002-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:  Registration info for UI Policy plug-ins.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <ecom/registryinfo.rh>
       
    20 #include <VPbkPolicyUid.h>
       
    21 #include <Pbk2InternalUID.h>
       
    22 #include <VPbkSortOrderAcquirerUid.h>
       
    23 
       
    24 
       
    25 // --------------------------------------------------------------------------
       
    26 // REGISTRY_INFO
       
    27 // The registry information
       
    28 // --------------------------------------------------------------------------
       
    29 //
       
    30 RESOURCE REGISTRY_INFO theInfo
       
    31     {
       
    32     dll_uid = KPbk2UIPolicyUID3;
       
    33     interfaces =
       
    34         {
       
    35         INTERFACE_INFO
       
    36             {
       
    37             interface_uid = KVPbkSortPolicyInterfaceUID;
       
    38             implementations =
       
    39                 {
       
    40                 IMPLEMENTATION_INFO
       
    41                     {
       
    42                     implementation_uid = KVPbkSortPolicyImplementationUID;
       
    43                     version_no = 1;
       
    44                     display_name = "Phonebook2 Sort Policy";
       
    45                     default_data = "";
       
    46                     opaque_data = "";
       
    47                     }
       
    48                 };
       
    49             },
       
    50         INTERFACE_INFO
       
    51             {
       
    52             interface_uid = KVPbkCopyPolicyInterfaceUID;
       
    53             implementations =
       
    54                 {
       
    55                 IMPLEMENTATION_INFO
       
    56                     {
       
    57                     implementation_uid = KVPbkCopyPolicyImplementationUID;
       
    58                     version_no = 1;
       
    59                     display_name = "Phonebook2 Copy Policy";
       
    60                     default_data = KVPbkCopyPolicyDataString;
       
    61                     opaque_data = "cntdb";
       
    62                     }
       
    63                 };
       
    64             },
       
    65         INTERFACE_INFO
       
    66             {
       
    67             interface_uid = KVPbkFindPolicyInterfaceUID;
       
    68             implementations =
       
    69                 {
       
    70                 IMPLEMENTATION_INFO
       
    71                     {
       
    72                     implementation_uid = KVPbkFindPolicyImplementationUID;
       
    73                     version_no = 1;
       
    74                     display_name = "Phonebook2 Find Policy";
       
    75                     default_data = "";
       
    76                     opaque_data = "";
       
    77                     }
       
    78                 };
       
    79             },
       
    80         INTERFACE_INFO
       
    81             {
       
    82             interface_uid = KVPbkContactDuplicatePolicyInterfaceUID;
       
    83             implementations =
       
    84                 {
       
    85                 IMPLEMENTATION_INFO
       
    86                     {
       
    87                     implementation_uid = KVPbkContactDuplicatePolicyImplementationUID;
       
    88                     version_no = 1;
       
    89                     display_name = "Phonebook2 Duplicate Policy";
       
    90                     default_data = "";
       
    91                     opaque_data = "";
       
    92                     }
       
    93                 };
       
    94             },
       
    95         INTERFACE_INFO
       
    96             {
       
    97             interface_uid = KVPbkContactNameConstructionPolicyInterfaceUID;
       
    98             implementations =
       
    99                 {
       
   100                 IMPLEMENTATION_INFO
       
   101                     {
       
   102                     implementation_uid = KVPbkContactNameConstructionPolicyImplementationUID;
       
   103                     version_no = 1;
       
   104                     display_name = "Phonebook2 Name Construction Policy";
       
   105                     default_data = "";
       
   106                     opaque_data = "";
       
   107                     }
       
   108                 };
       
   109             },
       
   110         INTERFACE_INFO
       
   111             {
       
   112             interface_uid = KVPbkSortOrderAcquirerInterfaceUID;
       
   113             implementations =
       
   114                 {
       
   115                 IMPLEMENTATION_INFO
       
   116                     {
       
   117                     implementation_uid = KPbk2AllContactsViewSortOrderProviderImplementationUID;
       
   118                     version_no = 1;
       
   119                     display_name = "AllContacts";
       
   120                     default_data = "";
       
   121                     opaque_data = "304";
       
   122                     }
       
   123                 };
       
   124             }
       
   125         };
       
   126     }
       
   127 
       
   128 // End of File