csxhelp/AiwHelpProvider/src/10207464.rss
branchRCL_3
changeset 17 12f60d9a73b3
parent 16 0d1adf67ec1b
child 18 cbffe13eac63
equal deleted inserted replaced
16:0d1adf67ec1b 17:12f60d9a73b3
     1 /*
       
     2 * Copyright (c) 2002 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:  resource file
       
    15 *                Write all resources used here.
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 
       
    21 #include <Eikon.rh>
       
    22 #include "RegistryInfoV2.rh" 
       
    23 #include "AiwHelpProvider.rh"
       
    24 #include <AiwCommon.hrh>
       
    25 
       
    26 RESOURCE REGISTRY_INFO theInfo
       
    27     {
       
    28     resource_format_version = RESOURCE_FORMAT_VERSION_2; 
       
    29     dll_uid = 0x10207464; // dll uid
       
    30     interfaces = 
       
    31         {
       
    32         INTERFACE_INFO
       
    33             {
       
    34             // Menu service class (offers menu based services)
       
    35             interface_uid = 0x101F8652; // KAiwClassMenu
       
    36             implementations = 
       
    37                 {
       
    38                 IMPLEMENTATION_INFO
       
    39                     {
       
    40                     implementation_uid = 0x10207465;// The implementation uid
       
    41                     version_no = 1;
       
    42                     display_name = "AIW Help Provider";
       
    43                     default_data ="*"; 
       
    44                     opaque_data =KAiwCmdHelpStr; // from AiwCommon.hrh
       
    45                     }
       
    46                 };
       
    47             }
       
    48         };
       
    49     }