phonebookui/Phonebook2/CommandsExtension/rss/Pbk2CmdExt.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 Commands Extension registry information.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 // INCLUDES
       
    20 #include "Pbk2CmdExtUid.h"
       
    21 #include <Pbk2ExtensionUID.h>
       
    22 #include <ecom/registryinfov2.rh>
       
    23 
       
    24 /**
       
    25  * The registry information.
       
    26  */
       
    27 RESOURCE REGISTRY_INFO theInfo
       
    28     {
       
    29     // Use resource format version 2 to enable ROM only plugins
       
    30     resource_format_version = RESOURCE_FORMAT_VERSION_2;
       
    31     dll_uid = KPbk2CmdExtensionImplementationUID;
       
    32     interfaces =
       
    33         {
       
    34         INTERFACE_INFO
       
    35             {
       
    36             interface_uid = KPbk2UiExtensionInterfaceUID;
       
    37             implementations =
       
    38                 {
       
    39                 IMPLEMENTATION_INFO
       
    40                     {
       
    41                     implementation_uid = KPbk2CmdExtensionImplementationUID;
       
    42                     version_no = 1;
       
    43                     display_name = "";
       
    44                     default_data = KPbkUiExtensionDefaultDataString;
       
    45                     opaque_data = "z:\\resource\\Pbk2CmdExtRes.rsc";
       
    46                     rom_only = 0;
       
    47                     }
       
    48                 };
       
    49             }
       
    50         };
       
    51     }
       
    52 
       
    53 // End of File