eapol/eapol_framework/eapol_symbian/am/type/protected_setup/symbian/plugin/src/2000b003.rss
author Pat Downey <patd@symbian.org>
Wed, 01 Sep 2010 12:23:57 +0100
branchRCL_3
changeset 46 c74b3d9f6b9e
parent 45 bad0cc58d154
permissions -rw-r--r--
Revert incorrect RCL_3 drop: Revision: 201029 Kit: 201035

/*
* Copyright (c) 2000 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of the License "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
*
* Initial Contributors:
* Nokia Corporation - initial contribution.
*
* Contributors:
*
* Description:  Resource definitions for Protected Setup plugin
*
*/

/*
* %version: 7 %
*/

//  INCLUDES
#include <ecom/registryinfo.rh>
#include "EapolUID.h"

//  RESOURCE DEFINITIONS 
// ---------------------------------------------------------
//   
//    theInfo
//    Contains the ECom registration information for EAP SIM
//
// ---------------------------------------------------------
//
RESOURCE REGISTRY_INFO theInfo
{
dll_uid = EAP_PROTECTED_SETUP_DLL_UID;
interfaces = 
    {
    INTERFACE_INFO
		{		
        interface_uid = PLUGIN_INTERFACE_UID;
        implementations = 
            {
                  
			BINARY_IMPLEMENTATION_INFO
                {
                implementation_uid = EAP_PROTECTED_SETUP_IMPLEMENTATION_UID;
                version_no = 1;
                display_name = "Protected Setup";
                default_data = {0xFE, 0x00, 0x37, 0x2A, 0x00, 0x00, 0x00, 0x01}; // WSC (Protected Setup)
                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"
                }                       
            };
        }
	};
}
// End of File