voipplugins/voipadapters/cpgenvoipsettings/data/10275411.rss
branchRCL_3
changeset 22 d38647835c2e
parent 0 a4daefaec16c
equal deleted inserted replaced
21:f742655b05bf 22:d38647835c2e
       
     1 /*
       
     2 * Copyright (c) 2006 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 definitions for project WPGeneralVoIPSettingsAdapter
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <registryinfov2.rh>
       
    20 #include "wpgeneralvoipsettingsadapteruids.h"
       
    21 
       
    22 // ---------------------------------------------------------------------------
       
    23 //   
       
    24 //    theInfo
       
    25 //    Resource defining the General VoIP Settings Adapter plugin.
       
    26 //
       
    27 // ---------------------------------------------------------------------------
       
    28 //
       
    29 RESOURCE REGISTRY_INFO theInfo
       
    30 	{
       
    31 	resource_format_version = RESOURCE_FORMAT_VERSION_2;
       
    32 	dll_uid = KProvisioningGeneralVoIPSettingsAdapterDllUid3;
       
    33 	interfaces = 
       
    34 		{
       
    35 		INTERFACE_INFO
       
    36 			{
       
    37 			interface_uid = KProvisioningAdapterInterface;
       
    38 			implementations = 
       
    39 				{
       
    40 				IMPLEMENTATION_INFO
       
    41 					{
       
    42 					implementation_uid = KProvisioningGeneralVoIPSettingsAdapterUid;
       
    43 					version_no = 1;
       
    44 					display_name = "General VoIP Settings Provisioning Adapter||Copyright © 2006 Nokia Corporation.";
       
    45 					default_data = "";
       
    46 					opaque_data = "10";
       
    47 					rom_only = 1;
       
    48 					}
       
    49 
       
    50 				};
       
    51 			}
       
    52 		};
       
    53 	}
       
    54 
       
    55 // End of file