phonebookui/Phonebook2/GroupExtension/rss/Pbk2GroupUi.rss
changeset 0 e686773b3f54
equal deleted inserted replaced
-1:000000000000 0:e686773b3f54
       
     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:  Phonebook 2 Group UI Extension registry information.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 // INCLUDES
       
    20 #include "Pbk2GroupUIUID.h"
       
    21 #include <Pbk2ExtensionUID.h>
       
    22 #include <ecom/registryinfov2.rh>
       
    23 #include <VPbkSortOrderAcquirerUid.h>
       
    24 
       
    25 /**
       
    26  * The registry information.
       
    27  */
       
    28 RESOURCE REGISTRY_INFO theInfo
       
    29     {
       
    30     // Use resource format version 2 to enable ROM only plugins
       
    31     resource_format_version = RESOURCE_FORMAT_VERSION_2;
       
    32     dll_uid = KPbk2GroupExtensionImplementationUID;
       
    33     interfaces =
       
    34         {
       
    35         INTERFACE_INFO
       
    36             {
       
    37             interface_uid = KPbk2UiExtensionInterfaceUID;
       
    38             implementations =
       
    39                 {
       
    40                 IMPLEMENTATION_INFO
       
    41                     {
       
    42                     implementation_uid = KPbk2GroupExtensionImplementationUID;
       
    43                     version_no = 1;
       
    44                     display_name = "";
       
    45                     default_data = KPbkUiExtensionDefaultDataString;
       
    46                     opaque_data = "z:\\resource\\Pbk2GroupUiRes.rsc";
       
    47                     rom_only = 0;
       
    48                     }
       
    49                 };
       
    50             },
       
    51         INTERFACE_INFO
       
    52             {
       
    53             interface_uid = KVPbkSortOrderAcquirerInterfaceUID;
       
    54             implementations =
       
    55                 {
       
    56                 IMPLEMENTATION_INFO
       
    57                     {
       
    58                     implementation_uid = KPguAllGroupsViewSortOrderProviderImplementationUID;
       
    59                     version_no = 1;
       
    60                     display_name = "AllGroups";
       
    61                     default_data = "";
       
    62                     opaque_data = "49";
       
    63                     }
       
    64                 };
       
    65             }
       
    66         };
       
    67     }
       
    68 
       
    69 // End of File