usbclasses/usbbasicpersonality/src/10274797.rss
changeset 34 7858bc6ead78
parent 31 dfdd8240f7c8
child 35 9d8b04ca6939
equal deleted inserted replaced
31:dfdd8240f7c8 34:7858bc6ead78
     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 UsbBasicPersonality
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include "registryinfo.rh"
       
    20 #include <bldvariant.hrh>
       
    21 
       
    22 RESOURCE REGISTRY_INFO theInfo
       
    23 	{
       
    24 	dll_uid = 0x10274797;
       
    25 	interfaces =
       
    26 		{
       
    27 		INTERFACE_INFO
       
    28 			{
       
    29 			interface_uid = 0x10274793;
       
    30 
       
    31 			implementations =
       
    32 				{
       
    33 				IMPLEMENTATION_INFO
       
    34 					{
       
    35 					implementation_uid = 0x102068DF;
       
    36 					version_no = 1;
       
    37 					display_name = "PC Suite";
       
    38 					default_data = "80000001";
       
    39 					opaque_data = "";
       
    40 					}
       
    41 #ifdef __USB_PTP
       
    42 				,
       
    43 				IMPLEMENTATION_INFO
       
    44 					{
       
    45 					implementation_uid = 0x10274792; //
       
    46 					version_no = 1;
       
    47 					display_name = " PTP Personality ";
       
    48 					default_data = "80000003"; //
       
    49 					opaque_data = " ";
       
    50 					}    
       
    51 #endif //__USB_PTP
       
    52 				,
       
    53 				IMPLEMENTATION_INFO
       
    54 					{
       
    55 					implementation_uid = 0x10282C70; //
       
    56 					version_no = 1;
       
    57 					display_name = " Media Transfer ";
       
    58 					default_data = "80000004"; //
       
    59 					opaque_data = " ";
       
    60 					}    
       
    61 				,
       
    62 				IMPLEMENTATION_INFO
       
    63 					{
       
    64 					implementation_uid = 0x2000B5D2; 
       
    65 					version_no = 1;
       
    66 					display_name = "PC Suite";
       
    67 					default_data = "80000005"; //
       
    68 					opaque_data = " ";
       
    69 					}
       
    70 				,
       
    71 				IMPLEMENTATION_INFO
       
    72 					{
       
    73 					implementation_uid = 0x20029E41; 
       
    74 					version_no = 1;
       
    75 					display_name = "Phone as Modem";
       
    76 					default_data = "80000006"; //
       
    77 					opaque_data = " ";
       
    78 					}
       
    79 				,
       
    80 				IMPLEMENTATION_INFO
       
    81 					{
       
    82 					implementation_uid = 0xA000EA04;
       
    83 					version_no = 1;
       
    84 					display_name = "RNDIS";
       
    85 					default_data = "80000008";
       
    86 					opaque_data = " ";
       
    87 					}
       
    88 				};
       
    89 			}
       
    90 		};
       
    91 	}