usbmgmt/usbmgr/usbman/server/SRC/usbmanlubbockobex.rss
changeset 0 c9bc50fca66e
equal deleted inserted replaced
-1:000000000000 0:c9bc50fca66e
       
     1 /*
       
     2 * Copyright (c) 2005-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:
       
    15 * Resource file for usbman configuration.
       
    16 *
       
    17 */
       
    18 
       
    19 /**
       
    20  @file
       
    21 */
       
    22 
       
    23 NAME USBM
       
    24 
       
    25 #include <badef.rh>
       
    26 #include "usbman.rh"
       
    27 #ifdef LANGUAGE_01 			// UK English  
       
    28  	#include "usbman_01.rls"	
       
    29 #elif LANGUAGE_02 	 		// French  
       
    30  	#include "usbman_02.rls"	
       
    31 #elif defined LANGUAGE_03  		// German
       
    32  	#include "usbman_03.rls"
       
    33 #elif defined LANGUAGE_10  		// US English
       
    34  	#include "usbman_10.rls"
       
    35 #else					// default to UK English strings in usbman.rsc
       
    36  	#include "usbman_01.rls"	
       
    37 #endif      
       
    38 
       
    39 RESOURCE BA_RSS_SIGNATURE
       
    40 	{
       
    41 	signature = 3;
       
    42 	}
       
    43 
       
    44 RESOURCE usb_configuration usb_config
       
    45 	{
       
    46 	}
       
    47 	
       
    48 		
       
    49 RESOURCE PERSONALITY_ARRAY device_personalities
       
    50 	{
       
    51 	personalities = 
       
    52 		{
       
    53 		PERSONALITY
       
    54 			{
       
    55 			bDeviceClass = 02;
       
    56 			bDeviceSubClass = 0;
       
    57 			protocol = 0;
       
    58 			numConfigurations = 1;
       
    59 			vendorId = 0x0e22;
       
    60 			productId = 0x000b;
       
    61 			bcdDevice = 0;
       
    62 			manufacturer = per_manufacturer1;
       
    63 			product = per_product1;
       
    64 			id = 1;					
       
    65 			class_uids = "101FBF22";    			
       
    66 			description = per_description1;
       
    67             		detailedDescription = per_detailedDescription1;
       
    68 			property = 0x00000000;
       
    69 			},
       
    70 		PERSONALITY
       
    71 			{
       
    72 			bDeviceClass = 1;
       
    73 			bDeviceSubClass = 2;
       
    74 			protocol = 0;
       
    75 			numConfigurations = 1;
       
    76 			vendorId = 0x0e22;
       
    77 			productId = 0x000d;             // instead of 0x000c
       
    78 			bcdDevice = 2;
       
    79 			manufacturer= per_manufacturer2;
       
    80 			product = per_product2;
       
    81 			id = 2;					
       
    82 			class_uids = "101fbf24";			
       
    83 			description = per_description2;
       
    84             		detailedDescription = per_detailedDescription2;
       
    85 			property = 0x00000000;
       
    86 			},
       
    87 		PERSONALITY
       
    88 			{
       
    89 			bDeviceClass = 0;
       
    90 			bDeviceSubClass = 0;
       
    91 			protocol = 0;
       
    92 			numConfigurations = 1;
       
    93 			vendorId = 0x0e22;
       
    94 			productId = 0x1111;
       
    95 			bcdDevice = 0;
       
    96 			manufacturer = per_manufacturer3;
       
    97 			product = per_product3;
       
    98 			id = 3;					
       
    99 			class_uids = "10204bbc";			
       
   100 			description = per_description3;
       
   101             		detailedDescription = per_detailedDescription3;
       
   102 			property = 0x00000000;
       
   103 			}
       
   104 
       
   105 		};
       
   106 	}
       
   107 
       
   108