localconnectivityservice/lccustomplugin/src/20021360.rss
changeset 13 0feebc799606
parent 0 c3e98f10fcf4
equal deleted inserted replaced
1:388a17646e40 13:0feebc799606
    14 * Description:  Resource definitions for project lccustomplugin
    14 * Description:  Resource definitions for project lccustomplugin
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 
    18 
       
    19 #include <atext_interfaceuid.h>
    19 #include <registryinfo.rh>
    20 #include <registryinfo.rh>
    20 
    21 
    21 // Declares info for two implementations
    22 // Declares info for two implementations
    22 RESOURCE REGISTRY_INFO theInfo
    23 RESOURCE REGISTRY_INFO theInfo
    23 	{
    24 	{
    27 	interfaces =
    28 	interfaces =
    28 		{
    29 		{
    29 		INTERFACE_INFO
    30 		INTERFACE_INFO
    30 			{
    31 			{
    31 			// UID of interface that is implemented
    32 			// UID of interface that is implemented
    32 			interface_uid = 0x2001CBEE;  // ATEXT_INTERFACE_DUN_UID
    33 			interface_uid = ATEXT_INTERFACE_DUN_UID; 
    33 			implementations =
    34 			implementations =
    34 				{
    35 				{
    35 				// Info for BTSAC
    36 				// Info for BTSAC
    36 				IMPLEMENTATION_INFO
    37 				IMPLEMENTATION_INFO
    37 					{
    38 					{
    38 					implementation_uid = 0x20021375;
    39 					implementation_uid = 0x20021375;
    39 					version_no = 1;
    40 					version_no = 1;
    40 					display_name = "LC Custom Plugin DUN";
    41 					display_name = "LC Custom Plugin DUN";
    41 					default_data=  "PAT+CLAC";
    42 					default_data=  "MAT+CLAC";
    42 					opaque_data = "";
    43 					opaque_data = "";
    43 					}
    44 					}
    44 				};
    45 				};
    45 			},
    46 			},
    46 		INTERFACE_INFO
    47 		INTERFACE_INFO
    47 			{
    48 			{
    48 			// UID of interface that is implemented
    49 			// UID of interface that is implemented
    49 			interface_uid = 0x2001CBEF;  // ATEXT_INTERFACE_HFP_UID
    50 			interface_uid = ATEXT_INTERFACE_HFP_UID; 
    50 			implementations =
    51 			implementations =
    51 				{
    52 				{
    52 				// Info for BTSAC
    53 				// Info for BTSAC
    53 				IMPLEMENTATION_INFO
    54 				IMPLEMENTATION_INFO
    54 					{
    55 					{
    55 					implementation_uid = 0x20021376;
    56 					implementation_uid = 0x20021376;
    56 					version_no = 1;
    57 					version_no = 1;
    57 					display_name = "LC Custom Plugin HFP";
    58 					display_name = "LC Custom Plugin HFP";
    58 					default_data=  "PAT+CLAC";
    59 					default_data=  "MAT+CLAC";
    59 					opaque_data = "";
    60 					opaque_data = "";
    60 					}
    61 					}
    61 				};
    62 				};
    62 			}
    63 			}
    63 		};
    64 		};