localconnectivityservice/lccustomplugin/src/20021360.rss
branchRCL_3
changeset 9 87d139e87731
parent 8 a249528449c3
child 10 031b9cffe6e4
equal deleted inserted replaced
8:a249528449c3 9:87d139e87731
     1 /*
       
     2 * Copyright (c) 2009 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 lccustomplugin
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <atext_interfaceuid.h>
       
    20 #include <registryinfo.rh>
       
    21 
       
    22 // Declares info for two implementations
       
    23 RESOURCE REGISTRY_INFO theInfo
       
    24 	{
       
    25 	// UID for the DLL
       
    26 	dll_uid = 0x20021360;
       
    27 	// Declare array of interface info
       
    28 	interfaces =
       
    29 		{
       
    30 		INTERFACE_INFO
       
    31 			{
       
    32 			// UID of interface that is implemented
       
    33 			interface_uid = ATEXT_INTERFACE_DUN_UID; 
       
    34 			implementations =
       
    35 				{
       
    36 				// Info for BTSAC
       
    37 				IMPLEMENTATION_INFO
       
    38 					{
       
    39 					implementation_uid = 0x20021375;
       
    40 					version_no = 1;
       
    41 					display_name = "LC Custom Plugin DUN";
       
    42 					default_data=  "MAT+CLAC";
       
    43 					opaque_data = "";
       
    44 					}
       
    45 				};
       
    46 			},
       
    47 		INTERFACE_INFO
       
    48 			{
       
    49 			// UID of interface that is implemented
       
    50 			interface_uid = ATEXT_INTERFACE_HFP_UID; 
       
    51 			implementations =
       
    52 				{
       
    53 				// Info for BTSAC
       
    54 				IMPLEMENTATION_INFO
       
    55 					{
       
    56 					implementation_uid = 0x20021376;
       
    57 					version_no = 1;
       
    58 					display_name = "LC Custom Plugin HFP";
       
    59 					default_data=  "MAT+CLAC";
       
    60 					opaque_data = "";
       
    61 					}
       
    62 				};
       
    63 			}
       
    64 		};
       
    65 	}