omaprovisioning/provisioning/accesspointadapter/group/101F84D8.rss
branchRCL_3
changeset 26 19bba8228ff0
parent 1 a9c0ce913924
equal deleted inserted replaced
25:b183ec05bd8c 26:19bba8228ff0
       
     1 /*
       
     2 * Copyright (c) 2002 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:   Resource file defining the AccesspointAdapter plugin.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 //  INCLUDES
       
    22 #include "registryinfo.rh"
       
    23 
       
    24 
       
    25 //  RESOURCE DEFINITIONS 
       
    26 // -----------------------------------------------------------------------------
       
    27 //   
       
    28 // theInfo
       
    29 // Resource defining the ProvisioningAdapter plugin.
       
    30 //
       
    31 // -----------------------------------------------------------------------------
       
    32 //
       
    33 
       
    34 RESOURCE REGISTRY_INFO theInfo
       
    35 	{
       
    36 	dll_uid = 0x101F84D8;
       
    37 	interfaces = 
       
    38 		{
       
    39 		INTERFACE_INFO
       
    40 			{
       
    41 			interface_uid = 0x101F84D5;
       
    42 			implementations = 
       
    43 				{
       
    44 				IMPLEMENTATION_INFO
       
    45 					{
       
    46 					implementation_uid = 0x101F84D9;
       
    47 					version_no = 1;
       
    48 					display_name = "WAP AP PA"; // Use short name to save RAM and ROM space
       
    49 					default_data = "";
       
    50 					opaque_data = "0";
       
    51 					}
       
    52 				};
       
    53 			}
       
    54 		};
       
    55 	}
       
    56