--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/usbmgmt/usbmgr/group/Usbmanrsc.iby Tue Feb 02 02:02:59 2010 +0200
@@ -0,0 +1,68 @@
+
+/*
+* Copyright (c) 2003-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:
+* Universal Serial Bus Interface Manager Resources
+*
+*/
+
+#ifndef __USBMANRSC_IBY__
+#define __USBMANRSC_IBY__
+
+
+// *** Only include resource files if device supports USB
+#if defined(SYMBIAN_EXCLUDE_USB) || !defined(EUSBC)
+REM Feature USB is not included in this ROM (usbman.iby)
+#else
+
+DEFINE __USBMAN_RSC_ZPATH__ ZPRIVATE\101fe1db
+DEFINE __USBMAN_RSC_PATH__ PRIVATE\101fe1db
+
+
+#ifdef __TEST_USB_ZLP__
+ // *** use the ZLP-configured resource file (PID and VID for the ACM CC are different)
+ data=__USBMAN_RSC_ZPATH__\usbmanzlp.rsc __USBMAN_RSC_PATH__\usbman.rsc
+#else //__TEST_USB_ZLP__
+
+ #ifdef __EXAMPLE_OBEX_CC__
+ // *** 'buildrom -D__EXAMPLE_OBEX_CC__' will use example Obex class controller
+ // *** The RSC file that was created when building the example source
+ data=__USBMAN_RSC_ZPATH__\obexusbman.rsc __USBMAN_RSC_PATH__\usbman.rsc
+ #else //__EXAMPLE_OBEX_CC__
+ // *** This is the normal resource file..
+ #ifndef USB_EXCLUDE_DEFAULT_PERSONALITIES
+ #ifdef SYMBIAN_EXCLUDE_MTP
+ #ifdef SYMBIAN_INCLUDE_USB_RNDIS
+ // *** Normal resource file including RNDIS support but excluding MTP
+ data=__USBMAN_RSC_ZPATH__\usbmanrndis.rsc __USBMAN_RSC_PATH__\usbman.rsc
+ #else
+ // *** Normal resource file excluding MTP and RNDIS support
+ data=__USBMAN_RSC_ZPATH__\usbman.rsc __USBMAN_RSC_PATH__\usbman.rsc
+ #endif // SYMBIAN_INCLUDE_USB_RNDIS
+ #else // SYMBIAN_EXCLUDE_MTP
+ #ifdef SYMBIAN_INCLUDE_USB_RNDIS
+ // *** Normal resource file including RNDIS and MTP support
+ data=__USBMAN_RSC_ZPATH__\usbmanmtprndis.rsc __USBMAN_RSC_PATH__\usbman.rsc
+ #else
+ // *** Normal resource file including MTP support but excluding RNDIS
+ data=__USBMAN_RSC_ZPATH__\usbmanmtp.rsc __USBMAN_RSC_PATH__\usbman.rsc
+ #endif // SYMBIAN_INCLUDE_USB_RNDIS
+ #endif // SYMBIAN_EXCLUDE_MTP
+ #endif // USB_EXCLUDE_DEFAULT_PERSONALITIES
+ #endif //__EXAMPLE_OBEX_CC__
+#endif //__TEST_USB_ZLP__
+
+#endif // SYMBIAN_EXCLUDE_USB
+
+#endif // __USBMANRSC_IBY__