usbmgmt/usbmgr/usbman/server/group/BLD.INF
changeset 0 c9bc50fca66e
child 15 f92a4f87e424
equal deleted inserted replaced
-1:000000000000 0:c9bc50fca66e
       
     1 /*
       
     2 * Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:
       
    15 *
       
    16 */
       
    17 
       
    18 PRJ_PLATFORMS
       
    19 DEFAULT
       
    20 
       
    21 PRJ_EXPORTS
       
    22 ../public/Usb_std.h						SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(usb_std.h)
       
    23 ../public/MUsbDeviceNotify.h			SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(musbdevicenotify.h)
       
    24 ../public/usbman.rh						/epoc32/include/usbman.rh
       
    25 ../public/usberrors.h					SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(usberrors.h)
       
    26 ../public/UsbClassUids.h				SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(usbclassuids.h)
       
    27 ../public/usbshared.h					SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(usb/usbshared.h)
       
    28 ../public/usbotgdefs.h					SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(usbotgdefs.h)
       
    29 ../public/usbhostdefs.h					SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(usbhostdefs.h)
       
    30 ./backup_registration.xml  			/epoc32/data/z/private/101fe1db/backup_registration.xml
       
    31 
       
    32 PRJ_TESTEXPORTS
       
    33 
       
    34 // IBY and INI files for Dummy Class Controller Tests (t_usbman_dummycc)
       
    35 dummyCCinifiles.iby    /epoc32/rom/include/dummyccinifiles.iby
       
    36 ../data/BadStart0CI.ini		/epoc32/data/z/private/101fe1db/data/badstart0ci.ini
       
    37 ../data/BadStart1CI.ini		/epoc32/data/z/private/101fe1db/data/badstart1ci.ini
       
    38 ../data/BadStart2CI.ini		/epoc32/data/z/private/101fe1db/data/badstart2ci.ini
       
    39 ../data/BadStop0CI.ini		/epoc32/data/z/private/101fe1db/data/badstop0ci.ini
       
    40 ../data/BadStop1CI.ini		/epoc32/data/z/private/101fe1db/data/badstop1ci.ini
       
    41 ../data/BadStop2CI.ini		/epoc32/data/z/private/101fe1db/data/badstop2ci.ini
       
    42 ../data/nice.ini			/epoc32/data/z/private/101fe1db/data/nice.ini
       
    43 ../data/test.ini			/epoc32/data/z/private/101fe1db/data/test.ini
       
    44 ../data/SyncStart.ini		/epoc32/data/z/private/101fe1db/data/syncstart.ini
       
    45 ../data/SyncStop.ini		/epoc32/data/z/private/101fe1db/data/syncstop.ini
       
    46 ../data/AsyncStart.ini		/epoc32/data/z/private/101fe1db/data/asyncstart.ini
       
    47 ../data/AsyncStop.ini		/epoc32/data/z/private/101fe1db/data/asyncstop.ini
       
    48 
       
    49 ../public/rusb.h						SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(usb/rusb.h)
       
    50 ../public/UsbmanInternalConstants.h		SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(usb/usbmaninternalconstants.h)
       
    51 
       
    52 PRJ_MMPFILES
       
    53 
       
    54 Usbsvr.mmp
       
    55 
       
    56 #if defined(SYMBIAN_ENABLE_USB_OTG_HOST) && !defined(WINS) && !defined(X86GCC)
       
    57 usbsvrotg.mmp
       
    58 #endif
       
    59 
       
    60 PRJ_TESTMMPFILES
       
    61 
       
    62 // Special USBSVR with no class controllers except 3 instances of the dummy 
       
    63 // class controller, for GT171 tests.
       
    64 t_Usbman_dummyCC.mmp
       
    65 
       
    66 #if defined(SYMBIAN_ENABLE_USB_OTG_HOST)
       
    67 
       
    68 // exe built from usbsvrotg_dummyusbdi.mmp (below) has dependency on usbhoststack_over_dummyusbdi.lib
       
    69 #include "../../../host/fdf/production/client/group/usbhoststack_over_dummyusbdi_bld.inf"
       
    70 
       
    71 // Special USBSVR with no OTGDI part and over DUMMY USBDI
       
    72 usbsvrotg_dummyusbdi.mmp
       
    73 
       
    74 #endif // SYMBIAN_ENABLE_USB_OTG_HOST