localconnectivityservice/lccustomplugin/src/20021360.rss
changeset 0 c3e98f10fcf4
child 7 a2f12998bb04
equal deleted inserted replaced
-1:000000000000 0:c3e98f10fcf4
       
     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 <registryinfo.rh>
       
    20 
       
    21 // Declares info for two implementations
       
    22 RESOURCE REGISTRY_INFO theInfo
       
    23 	{
       
    24 	// UID for the DLL
       
    25 	dll_uid = 0x20021360;
       
    26 	// Declare array of interface info
       
    27 	interfaces =
       
    28 		{
       
    29 		INTERFACE_INFO
       
    30 			{
       
    31 			// UID of interface that is implemented
       
    32 			interface_uid = 0x2001CBEE;  // ATEXT_INTERFACE_DUN_UID
       
    33 			implementations =
       
    34 				{
       
    35 				// Info for BTSAC
       
    36 				IMPLEMENTATION_INFO
       
    37 					{
       
    38 					implementation_uid = 0x20021375;
       
    39 					version_no = 1;
       
    40 					display_name = "LC Custom Plugin DUN";
       
    41 					default_data=  "PAT+CLAC";
       
    42 					opaque_data = "";
       
    43 					}
       
    44 				};
       
    45 			},
       
    46 		INTERFACE_INFO
       
    47 			{
       
    48 			// UID of interface that is implemented
       
    49 			interface_uid = 0x2001CBEF;  // ATEXT_INTERFACE_HFP_UID
       
    50 			implementations =
       
    51 				{
       
    52 				// Info for BTSAC
       
    53 				IMPLEMENTATION_INFO
       
    54 					{
       
    55 					implementation_uid = 0x20021376;
       
    56 					version_no = 1;
       
    57 					display_name = "LC Custom Plugin HFP";
       
    58 					default_data=  "PAT+CLAC";
       
    59 					opaque_data = "";
       
    60 					}
       
    61 				};
       
    62 			}
       
    63 		};
       
    64 	}