wlanutilities/wlansniffer/aiplugin/data/10281cae.rss
branchRCL_3
changeset 55 f28ada11abbf
equal deleted inserted replaced
54:63be7eb3fc78 55:f28ada11abbf
       
     1 /*
       
     2 * Copyright (c) 2007-2008 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:  ECOM plugin resource file for AiPlugin.
       
    15 *
       
    16 */
       
    17 
       
    18 //  INCLUDES
       
    19 #include "wsfaipluginuids.hrh"
       
    20 #include <hscontentpublisheruid.hrh>
       
    21 #include <ecom/registryinfov2.rh>
       
    22 
       
    23 RESOURCE REGISTRY_INFO registry_info
       
    24     {
       
    25     resource_format_version = RESOURCE_FORMAT_VERSION_2;
       
    26     // UID for the DLL
       
    27     dll_uid = AI_UID_ECOM_DLL_CONTENTPUBLISHER_WIZARDPLUGIN;
       
    28 
       
    29     // Interface info array
       
    30     interfaces =
       
    31         {
       
    32         INTERFACE_INFO
       
    33             {
       
    34             // UID of the implemented interface
       
    35             interface_uid = HS_UID_ECOM_INTERFACE_CONTENTPUBLISHER;
       
    36 
       
    37             implementations =
       
    38                 {
       
    39                 IMPLEMENTATION_INFO
       
    40                     {
       
    41                     implementation_uid  =  
       
    42                     AI_UID_ECOM_IMPLEMENTATION_CONTENTPUBLISHER_WIZARDPLUGIN;
       
    43                     version_no          =  1;
       
    44                     display_name        =  "WizardPlugin";
       
    45                     default_data        =  "";
       
    46                     opaque_data         =  " ";
       
    47                     rom_only            =  1;
       
    48                     }
       
    49                 };
       
    50             }
       
    51         };
       
    52     }
       
    53 
       
    54 // End of File.