usbmgmt/usbmgr/usbman/server/SRC/usbmanmtprndis.rss
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 02 Feb 2010 02:02:59 +0200
changeset 0 c9bc50fca66e
permissions -rw-r--r--
Revision: 201001 Kit: 201005

/*
* Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
*
* Initial Contributors:
* Nokia Corporation - initial contribution.
*
* Contributors:
*
* Description:
* Resource file for usbman configuration.
*
*/

/** 
@file
 */

NAME USBM

#include <badef.rh>
#include "usbman.rh"

#ifdef LANGUAGE_01 			// UK English  
 	#include "usbman_01.rls"	
#elif LANGUAGE_02 	 		// French  
 	#include "usbman_02.rls"	
#elif defined LANGUAGE_03  		// German
 	#include "usbman_03.rls"
#elif defined LANGUAGE_10  		// US English
 	#include "usbman_10.rls"
#else					// default to UK English strings in usbman.rsc
 	#include "usbman_01.rls"	
#endif      

RESOURCE BA_RSS_SIGNATURE
	{
	signature = 3;
	}

RESOURCE usb_configuration usb_config
	{
	}
	
		
RESOURCE PERSONALITY_ARRAY device_personalities
	{
	personalities = 
		{
		PERSONALITY
			{
			bDeviceClass = 02;
			bDeviceSubClass = 0;
			protocol = 0;
			numConfigurations = 1;
			vendorId = 0x0e22;
			productId = 0x000b;
			bcdDevice = 0;
			manufacturer = per_manufacturer1;
			product = per_product1;
			id = 1;					
			class_uids = "101FBF22";    			
			description = per_description1;
			detailedDescription = per_detailedDescription1;
			property = 0x00000000;
			},
		PERSONALITY
			{
			bDeviceClass = 1;
			bDeviceSubClass = 2;
			protocol = 0;
			numConfigurations = 1;
			vendorId = 0x0e22;
			productId = 0x000c;
			bcdDevice = 2;
			manufacturer= per_manufacturer2;
			product = per_product2;
			id = 2;					
			class_uids = "101fbf24";			
			description = per_description2;
			detailedDescription = per_detailedDescription2;
			property = 0x00000000;
			},
		PERSONALITY
			{
			bDeviceClass = 0;
			bDeviceSubClass = 0;
			protocol = 0;
			numConfigurations = 1;
			vendorId = 0x0e22;
			productId = 0x1113;
			bcdDevice = 0;
			manufacturer = per_manufacturer3;
			product = per_product3;
			id = 3;					
			class_uids = "10204bbc";			
			description = per_description3;
			detailedDescription = per_detailedDescription3;
			property = 0x00000000;
			},
		PERSONALITY
			{
			bDeviceClass = 0x00;
			bDeviceSubClass = 0;
			protocol = 0;
			numConfigurations = 1;
			vendorId = 0x0e22;
			productId = 0x1114;
			bcdDevice = 0x0100;
			manufacturer = per_manufacturer4;
			product = per_product4;
			id = 4;					
			class_uids = "102827B3";			
			description = per_description4;
			detailedDescription = per_detailedDescription4;
			property = 0x00000000;
			},
		PERSONALITY
			{
			bDeviceClass = 0x02;
			bDeviceSubClass = 0x00;
			protocol = 0x00;
			numConfigurations = 1;
			vendorId = 0x0e22;
			productId = 0x1115;
			bcdDevice = 0x0100;
			manufacturer = per_manufacturer5;
			product =  per_product5;
			id = 5;					
			class_uids = "20013d2f";			
			description = per_description5;
			detailedDescription = per_detailedDescription5;
			property = 0x00000000;
			}			

		// The productId's value of personalities to be implemented in the
		// future should be > 0x1115, to avoid conflict with IDs used by
		// other drivers or applications

		};
	}