eapol/eapol_framework/eapol_symbian/am/type/protected_setup/symbian/plugin/src/2000b003.rss
changeset 0 c8830336c852
child 2 1c7bc153c08e
equal deleted inserted replaced
-1:000000000000 0:c8830336c852
       
     1 /*
       
     2 * Copyright (c) 2000 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:  Resource definitions for Protected Setup plugin
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 //  INCLUDES
       
    21 #include <ecom/registryinfo.rh>
       
    22 #include "EapolUID.h"
       
    23 
       
    24 //  RESOURCE DEFINITIONS 
       
    25 // ---------------------------------------------------------
       
    26 //   
       
    27 //    theInfo
       
    28 //    Contains the ECom registration information for EAP SIM
       
    29 //
       
    30 // ---------------------------------------------------------
       
    31 //
       
    32 RESOURCE REGISTRY_INFO theInfo
       
    33 {
       
    34 dll_uid = EAP_PROTECTED_SETUP_DLL_UID;
       
    35 interfaces = 
       
    36     {
       
    37     INTERFACE_INFO
       
    38 		{		
       
    39         interface_uid = PLUGIN_INTERFACE_UID;
       
    40         implementations = 
       
    41             {
       
    42                   
       
    43 			BINARY_IMPLEMENTATION_INFO
       
    44                 {
       
    45                 implementation_uid = EAP_PROTECTED_SETUP_IMPLEMENTATION_UID;
       
    46                 version_no = 1;
       
    47                 display_name = "Protected Setup";
       
    48                 default_data = {0xFE, 0x00, 0x37, 0x2A, 0x00, 0x00, 0x00, 0x01}; // WSC (Protected Setup)
       
    49                 opaque_data = {0x5F}; // Should NOT be shown any where. "NOT_INSIDE|NOT_INSIDE_PEAP|NOT_INSIDE_TTLS|NOT_INSIDE_FAST|NOT_OUTSIDE_PEAP|NOT_OUTSIDE"
       
    50                 }                       
       
    51             };
       
    52         }
       
    53 	};
       
    54 }
       
    55 // End of File