wlansecuritysettings/wlaneapsettingsui/EapPluginConfig/data/102072bb.rss
branchRCL_3
changeset 46 c74b3d9f6b9e
equal deleted inserted replaced
45:bad0cc58d154 46:c74b3d9f6b9e
       
     1 /*
       
     2 * Copyright (c) 2001-2009 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 the License "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 resource definition for EAPPluginConfiguration.
       
    15 *
       
    16 */
       
    17 
       
    18 /*
       
    19 * %version: 12 %
       
    20 */
       
    21 
       
    22 //  INCLUDES
       
    23 #include <ecom/registryinfo.rh>
       
    24 #include "EAPPluginConfigUid.h"
       
    25 
       
    26 
       
    27 //  RESOURCE DEFINITIONS 
       
    28 
       
    29 // ---------------------------------------------------------------------------
       
    30 //   
       
    31 //    theInfo
       
    32 //    Contains the ECom registration information for EAP Plugin Configuration
       
    33 //
       
    34 // ---------------------------------------------------------------------------
       
    35 //
       
    36 RESOURCE REGISTRY_INFO theInfo
       
    37     {
       
    38     dll_uid = EAP_PLUGIN_CONFIG_DLL_UID;
       
    39     interfaces = 
       
    40         {
       
    41         INTERFACE_INFO
       
    42 		    {		
       
    43             interface_uid = EAP_PLUGIN_CONFIG_INTERFACE_UID;
       
    44             implementations = 
       
    45                 {
       
    46                 IMPLEMENTATION_INFO
       
    47                     {
       
    48                     implementation_uid = EAP_PLUGIN_CONFIG_IMPLEMENTATION_UID;
       
    49                     version_no = 1;
       
    50                     display_name = EAP_PL_CONFIG_NAME;
       
    51                     default_data = "EAPPConfig";
       
    52                     opaque_data = "";
       
    53                     }         
       
    54                 };
       
    55             }
       
    56 	    };
       
    57     }
       
    58 
       
    59 // End of File