wlan_bearer/wlanengine/wlan_symbian/wlanengine_symbian_3.1/src/101f8efd.rss
changeset 0 c40eb8fe8501
equal deleted inserted replaced
-1:000000000000 0:c40eb8fe8501
       
     1 /*
       
     2 * Copyright (c) 2002-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 resources for the WlanMgmtImpl
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <ecom/registryinfo.rh>
       
    20 
       
    21 // ---------------------------------------------------------
       
    22 //   
       
    23 //    
       
    24 //    ECOM resource definitions for WlanMgmtImpl plugin
       
    25 //
       
    26 // ---------------------------------------------------------
       
    27 //
       
    28 RESOURCE REGISTRY_INFO theInfo
       
    29 	{
       
    30 	// UID for the DLL
       
    31 	dll_uid = 0x101f8efd;
       
    32 				
       
    33 	// Declare array of interface info
       
    34 	interfaces = 
       
    35 		{
       
    36 		INTERFACE_INFO
       
    37 			{
       
    38 			// UID of interface that is implemented
       
    39 			interface_uid = 0x101f8efe;
       
    40 			implementations = 
       
    41 				{
       
    42 				// Info for WlanMgmtImpl
       
    43 				IMPLEMENTATION_INFO
       
    44 					{
       
    45 					implementation_uid = 0x101f8eff;
       
    46 					version_no         = 1;
       
    47 					display_name       = "WlanMgmtImpl";
       
    48 					default_data       = "";
       
    49 					opaque_data        = "";
       
    50 					}
       
    51 				};
       
    52 			},
       
    53 		INTERFACE_INFO
       
    54 			{
       
    55 			// UID of interface that is implemented
       
    56 			interface_uid = 0x101f8f00;
       
    57 			implementations = 
       
    58 				{
       
    59 				// Info for WlanScanInfoImpl
       
    60 				IMPLEMENTATION_INFO
       
    61 					{
       
    62 					implementation_uid = 0x101f8f01;
       
    63 					version_no         = 1;
       
    64 					display_name       = "WlanScanInfoImpl";
       
    65 					default_data       = "";
       
    66 					opaque_data        = "";
       
    67 					}
       
    68 				};
       
    69 			}
       
    70 		};
       
    71 	}