diff -r 000000000000 -r c9bc50fca66e usbmgmt/usbmgr/group/usb.iby --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/usbmgmt/usbmgr/group/usb.iby Tue Feb 02 02:02:59 2010 +0200 @@ -0,0 +1,47 @@ +/* +* 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: +* Comms Server +* +*/ + +#ifndef __USB_IBY__ +#define __USB_IBY__ + +REM *** usbman.iby is always included whether USB is supported by the +REM *** device or not. + +REM change to usbmanProto.iby for prototype builds +#include // USB_DIR is defined in usbman.iby + +REM *** Now for things which should only be included if the device +REM *** supports USB, to save ROM space... + +#if defined(SYMBIAN_EXCLUDE_USB) || !defined(EUSBC) +REM Feature USB is not included in this ROM (usb.iby) +#else + +file=ABI_DIR\USB_DIR\ecacm.csy Ecacm.csy + +REM *** 'buildrom -D__TEST_USB_ZLP__' will use the ZLP version of the ini file. +REM *** Note that this is a test configuration only. +#ifndef __TEST_USB_ZLP__ + data=ZSYSTEM\data\ecacm.ini System\Data\ecacm.ini +#else //__TEST_USB_ZLP__ + data=ZSYSTEM\data\ecacm_for_usb_zlp_testing.ini System\Data\ecacm.ini +#endif //__TEST_USB_ZLP__ + +#endif // SYMBIAN_EXCLUDE_USB + +#endif