diff -r 000000000000 -r c9bc50fca66e usbmgmt/usbmgrtest/ObexClassController/ObexUsbClassController/ObexClassController/src/obexusbman.rss --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/usbmgmt/usbmgrtest/ObexClassController/ObexUsbClassController/ObexClassController/src/obexusbman.rss Tue Feb 02 02:02:59 2010 +0200 @@ -0,0 +1,72 @@ +/* +* 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. +* This file is needed when implementing Obex over USB. +* This file needs to be placed in usbman\src\ and a new build needs +* to be made. +* +*/ + +/** + @file +*/ + +NAME USBM + +#include +#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" +#endif + +RESOURCE BA_RSS_SIGNATURE + { + signature = 1; + } + +RESOURCE usb_configuration usb_config + { + } + + +RESOURCE PERSONALITY_ARRAY device_personalities + { + personalities = + { + PERSONALITY + { + bDeviceClass = 02; + bDeviceSubClass = 0; + protocol = 0; + numConfigurations = 1; + vendorId = 0x0e22; + productId = 0x000c; + bcdDevice = 0; + manufacturer = per_manufacturer1; + product = per_product1; + id = 1; + class_uids = "101fbf24, 10274339"; + description = per_description1; + } + }; + } +