diff -r c2db6e29750c -r 96e575696901 usbmgmt/usbmgr/group/Usbmanbin.iby --- a/usbmgmt/usbmgr/group/Usbmanbin.iby Fri Mar 12 15:51:10 2010 +0200 +++ b/usbmgmt/usbmgr/group/Usbmanbin.iby Mon Mar 15 12:46:46 2010 +0200 @@ -1,5 +1,3 @@ - - /* * Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies). * All rights reserved. @@ -31,6 +29,7 @@ #define USB_PLUGIN ECOM_PLUGIN #endif + // *** Check we have been given a sensible set of buildrom options #if defined (__OBEX_OVER_USB__) && (defined (__TEST_USB_ZLP__) || defined (__USBMAN_DUMMYCC__)) #error Defining both OBEX over USB _and_ Zero Length Packet testing or dummy class controllers does not make sense. @@ -60,6 +59,8 @@ REM Feature USB is not included in this ROM (usbman.iby) #else +#include + #ifndef __OBEX_OVER_USB__ #ifndef __TEST_USB_ZLP__ #ifdef __EXAMPLE_OBEX_CC__ @@ -113,13 +114,6 @@ file=ABI_DIR\USB_DIR\usbclasscontroller.dll usbclasscontroller.dll file=ABI_DIR\USB_DIR\usbmanextensionplugin.dll usbmanextensionplugin.dll -// *** Abstract Control Model (serial emulation) Class Controller. -#ifdef __ACM_REGPORT__ -USB_PLUGIN(t_regport_acmclasscontroller.dll,101fbf20.rsc) -#else -USB_PLUGIN(acmclasscontroller.dll,101fbf20.rsc) -#endif - #ifdef WITH_REFERENCE_USB_CHARGING_PLUGIN // *** Reference battery charging plug-in #if defined(SYMBIAN_ENABLE_USB_OTG_HOST) && defined (SYMBIAN_INCLUDE_USB_OTG_HOST) @@ -129,8 +123,6 @@ #endif #endif -file=ABI_DIR\USB_DIR\acmserver.dll acmserver.dll - // *** WHCM Class Controller - used for OBEX over USB. USB_PLUGIN(whcmclasscontroller.dll,101fbf23.rsc) @@ -145,10 +137,6 @@ // *** only. // USB_PLUGIN(Obexclasscontroller.dll,101fbf27.rsc) -// *** Uncomment the following file and modify if the number or type of ACM -// *** Functions required is different from the default -// data=ZPRIVATE\101fe1db\NumberOfAcmFunctions.ini private\101fe1db\NumberOfAcmFunctions.ini - #ifdef SYMBIAN_INCLUDE_USB_RNDIS // *** RNDIS Class Controller.