syncmlfw/dm/provisioningadapter/bld/101f84e0.rss
changeset 0 b497e44ab2fc
equal deleted inserted replaced
-1:000000000000 0:b497e44ab2fc
       
     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:  DM settings provisioning adapter
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 //  INCLUDES
       
    21 #include "registryinfo.rh"
       
    22 #include "NSmlDmProvisioningAdapterUIDs.h"
       
    23 //#include "ProvisioningUIDs.h"
       
    24 
       
    25 
       
    26 //  RESOURCE DEFINITIONS 
       
    27 // -----------------------------------------------------------------------------
       
    28 //   
       
    29 // theInfo
       
    30 // Resource defining the ProvisioningAdapter plugin.
       
    31 //
       
    32 // -----------------------------------------------------------------------------
       
    33 //
       
    34 
       
    35 RESOURCE REGISTRY_INFO theInfo
       
    36 	{
       
    37 	dll_uid = KNSmlDmProvisioningAdapterDllUid3;
       
    38 	interfaces = 
       
    39 		{
       
    40 		INTERFACE_INFO
       
    41 			{
       
    42 			interface_uid = KProvisioningAdapterInterface;
       
    43 			implementations = 
       
    44 				{
       
    45 				IMPLEMENTATION_INFO
       
    46 					{
       
    47 					implementation_uid = KNSmlDmProvisioningAdapterImplUid;
       
    48 					version_no = 1;
       
    49 					display_name = "WP DM PA"; // Use short name to save RAM and ROM space
       
    50 					default_data = "";
       
    51 					opaque_data = "1";
       
    52 					}
       
    53 				};
       
    54 			}
       
    55 		};
       
    56 	}
       
    57