--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/usbmgmt/usbmgr/usbman/server/SRC/usbmanlubbockobex.rss Tue Feb 02 02:02:59 2010 +0200
@@ -0,0 +1,108 @@
+/*
+* Copyright (c) 2005-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 = 0x000d; // instead of 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 = 0x1111;
+ bcdDevice = 0;
+ manufacturer = per_manufacturer3;
+ product = per_product3;
+ id = 3;
+ class_uids = "10204bbc";
+ description = per_description3;
+ detailedDescription = per_detailedDescription3;
+ property = 0x00000000;
+ }
+
+ };
+ }
+
+