omacp/omacpadapters/EmailAdapter/Group/101F84E4.rss
changeset 18 7d11f9a6646f
parent 4 75a71fdb4c92
child 21 c707676bf59f
equal deleted inserted replaced
4:75a71fdb4c92 18:7d11f9a6646f
     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/omacpadapteruids.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 = KProvisioningEMailAdapterDllUid3;
       
    37 	interfaces = 
       
    38 		{
       
    39 		INTERFACE_INFO
       
    40 			{
       
    41 			interface_uid = KProvisioningAdapterInterface;
       
    42 			implementations = 
       
    43 				{
       
    44 				IMPLEMENTATION_INFO
       
    45 					{
       
    46 					implementation_uid = KProvisioningEMailAdapterUid;
       
    47 					version_no = 1;
       
    48 					display_name = "WAP Email PA"; // Use short name to save RAM and ROM space
       
    49 					default_data = "";
       
    50 					opaque_data = "10";
       
    51 					}
       
    52 				};
       
    53 			}
       
    54 		};
       
    55 	}
       
    56