wlan_bearer/wlanpsmplugin/src/200100C0.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 "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 WLAN PSM plug-in
       
    15 *
       
    16 */
       
    17 
       
    18 /*
       
    19 * %version: 5 %
       
    20 */
       
    21 
       
    22 #include <ecom/registryinfo.rh>
       
    23 
       
    24 // ---------------------------------------------------------
       
    25 //   
       
    26 //    
       
    27 //    ECOM resource definitions for wlanpsmplugin
       
    28 //
       
    29 // ---------------------------------------------------------
       
    30 //
       
    31 RESOURCE REGISTRY_INFO theInfo
       
    32 	{
       
    33 	// UID for the DLL
       
    34 	dll_uid = 0x200100C0;
       
    35 				
       
    36 	// Declare array of interface info
       
    37 	interfaces = 
       
    38 		{
       
    39 		INTERFACE_INFO
       
    40 			{
       
    41 			// UID of interface that is implemented
       
    42 			interface_uid = 0x2000B189;
       
    43 			implementations = 
       
    44 				{
       
    45 				// Info for wlanpsmplugin
       
    46 				IMPLEMENTATION_INFO
       
    47 					{
       
    48 					implementation_uid = 0x200100C2;
       
    49 					version_no         = 1;
       
    50 					display_name       = "wlanpsmplugin";
       
    51 					default_data       = "";
       
    52 					opaque_data        = "";
       
    53 					}
       
    54 				};
       
    55 			}
       
    56 		};
       
    57 	}
       
    58