omadcmoadapters/wlanctrl/data/wlanctrldcmoadapter.rss
changeset 42 aa33c2cb9a50
equal deleted inserted replaced
41:c742e1129640 42:aa33c2cb9a50
       
     1 /*
       
     2  * ==============================================================================
       
     3  * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). 
       
     4  * All rights reserved.
       
     5  * This component and the accompanying materials are made available
       
     6  * under the terms of "Eclipse Public License v1.0"
       
     7  * which accompanies this distribution, and is available
       
     8  * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     9  *
       
    10  * Initial Contributors:
       
    11  * Nokia Corporation - initial contribution.
       
    12  *
       
    13  * Contributors:
       
    14  * 
       
    15  * Description:
       
    16  * 
       
    17  * ==============================================================================
       
    18  */
       
    19 
       
    20 #include "registryinfo.rh"
       
    21 
       
    22 // Declares info for two implementations
       
    23 RESOURCE REGISTRY_INFO theInfo
       
    24 	{
       
    25 	// UID for the DLL
       
    26 	dll_uid = 0x20022FB5;
       
    27 	// Declare array of interface info
       
    28 	interfaces = 
       
    29 		{
       
    30 		INTERFACE_INFO
       
    31 			{
       
    32 			// UID of interface that is implemented
       
    33 			interface_uid = 0x2001FD40;
       
    34 			implementations = 
       
    35 				{
       
    36 				// Info for WlanCtrlDCMOAdapter
       
    37 				IMPLEMENTATION_INFO
       
    38 					{
       
    39 					implementation_uid = 0x20022FB4;
       
    40 					version_no = 1;
       
    41 					display_name = "WlanCtrlDCMOAdapter";
       
    42 					default_data = "text/wml||Allow/Disallow Wifi.";
       
    43 					opaque_data = "WLAN";
       
    44 					}
       
    45 				};
       
    46 			}
       
    47 		};
       
    48 	}
       
    49