omaprovisioning/provisioning/IMAdapter/Group/101F84E2.rss
changeset 73 ae69c2e8bc34
parent 71 d2517372cc44
child 77 9f85c58c0592
equal deleted inserted replaced
71:d2517372cc44 73:ae69c2e8bc34
     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 ProvisioningAdapter plugin.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 //  INCLUDES
       
    21 #include <registryinfo.rh>
       
    22 #include "../../Group/ProvisioningUIDs.h"
       
    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 = KProvisioningIMAdapterDllUid3;
       
    37 	interfaces = 
       
    38 		{
       
    39 		INTERFACE_INFO
       
    40 			{
       
    41 			interface_uid = KProvisioningAdapterInterface;
       
    42 			implementations = 
       
    43 				{
       
    44 				IMPLEMENTATION_INFO
       
    45 					{
       
    46 					implementation_uid = KProvisioningIMAdapterUid;
       
    47 					version_no = 1;
       
    48 					display_name = "WAP WV PA"; // Use short name to save RAM and ROM space
       
    49 					default_data = "";
       
    50 					opaque_data = "101";
       
    51                     },
       
    52                 IMPLEMENTATION_INFO
       
    53                     {
       
    54                     implementation_uid = KProvisioningPecAdapterUid;
       
    55                     version_no = 1;
       
    56                     display_name = "";
       
    57                     default_data = "";
       
    58                     opaque_data = "100";
       
    59                     }
       
    60 				};
       
    61 			}
       
    62 		};
       
    63 	}
       
    64