usbmgmt/usbmgr/group/usb.iby
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 02 Feb 2010 02:02:59 +0200
changeset 0 c9bc50fca66e
child 6 96e575696901
permissions -rw-r--r--
Revision: 201001 Kit: 201005

/*
* 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 <usbman.iby> // 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