voipplugins/voipadapters/cpvoipadapter/data/10201F9A.rss
branchRCL_3
changeset 22 d38647835c2e
parent 0 a4daefaec16c
equal deleted inserted replaced
21:f742655b05bf 22:d38647835c2e
       
     1 /*
       
     2 * Copyright (c) 2002-2007 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 cpvoipdapter.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 //  RESOURCE IDENTIFIER
       
    20 
       
    21 //  INCLUDES
       
    22 #include <registryinfov2.rh>
       
    23 #include "WPVoIPAdapterUIDs.h"
       
    24 #include "cpvoipadapter.rls"
       
    25 
       
    26 //  RESOURCE DEFINITIONS 
       
    27 // ---------------------------------------------------------
       
    28 //   
       
    29 //    theInfo
       
    30 //    Resource defining the VoIP Adapter plugin.
       
    31 //
       
    32 // ---------------------------------------------------------
       
    33 //
       
    34 RESOURCE REGISTRY_INFO theInfo
       
    35 	{
       
    36 	resource_format_version = RESOURCE_FORMAT_VERSION_2;
       
    37 	dll_uid = KPROVISIONINGVOIPADAPTERDLLUID3;
       
    38 	interfaces = 
       
    39 		{
       
    40 		INTERFACE_INFO
       
    41 			{
       
    42 			interface_uid = KPROVISIONINGADAPTERINTERFACE;
       
    43 			implementations = 
       
    44 				{
       
    45 				IMPLEMENTATION_INFO
       
    46 					{
       
    47 					implementation_uid = KPROVISIONINGVOIPADAPTERUID;
       
    48 					version_no = 1;
       
    49 					display_name = r_qtn_sm_display_name;
       
    50 					default_data = r_qtn_sm_default_data;
       
    51 					opaque_data = r_qtn_sm_opaque_data;
       
    52 					rom_only = 1;
       
    53 					}
       
    54 
       
    55 				};
       
    56 			}
       
    57 		};
       
    58 	}
       
    59 
       
    60 // End of file