kerneltest/e32test/usbho/t_usbdi/group/t_usbdi.mmp
changeset 253 d37db4dcc88d
parent 0 a41df078684a
child 257 3e88ff8f41d5
equal deleted inserted replaced
252:0a40b8675b23 253:d37db4dcc88d
     1 // Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     3 // This component and the accompanying materials are made available
     4 // under the terms of the License "Eclipse Public License v1.0"
     4 // under the terms of the License "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
    25 // Header file paths
    25 // Header file paths
    26 
    26 
    27 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    27 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    28 
    28 
    29 
    29 
    30 USERINCLUDE		../inc 
    30 USERINCLUDE		../inc
       
    31 USERINCLUDE		../traces_t_usbdi
    31 
    32 
    32 // Source file paths
    33 // Source file paths
    33 
    34 
    34 SOURCEPATH		../src
    35 SOURCEPATH		../src
    35 
    36 
    37 
    38 
    38 SOURCE			main.cpp
    39 SOURCE			main.cpp
    39 
    40 
    40 // Engine and controller
    41 // Engine and controller
    41 
    42 
    42 SOURCE			testengine.cpp
    43 SOURCE			TestEngine.cpp
    43 SOURCE			testcasecontroller.cpp
    44 SOURCE			TestCaseController.cpp
    44 SOURCE			testpolicy.cpp
    45 SOURCE			TestPolicy.cpp
    45 SOURCE			usbdescriptoroffsets.cpp
    46 SOURCE			UsbDescriptorOffsets.cpp
    46 SOURCE			fdfactor.cpp
    47 SOURCE			FDFActor.cpp
    47 
    48 
    48 // Test factory
    49 // Test factory
    49 
    50 
    50 SOURCE			testcasefactory.cpp
    51 SOURCE			TestCaseFactory.cpp
    51 
    52 
    52 // Timers/Watchers
    53 // Timers/Watchers
    53 
    54 
    54 SOURCE			usbclientstatewatcher.cpp
    55 SOURCE			UsbClientStateWatcher.cpp
    55 SOURCE			basicwatcher.cpp
    56 SOURCE			BasicWatcher.cpp
    56 SOURCE			softwareconnecttimer.cpp
    57 SOURCE			SoftwareConnectTimer.cpp
    57 SOURCE			wakeuptimer.cpp
    58 SOURCE			wakeuptimer.cpp
    58 
    59 
    59 // Modelled test devices
    60 // Modelled test devices
    60 
    61 
    61 SOURCE			testdevicebase.cpp
    62 SOURCE			TestDeviceBase.cpp
    62 SOURCE			testinterfacebase.cpp
    63 SOURCE			TestInterfaceBase.cpp
    63 SOURCE			testinterfacesettingbase.cpp
    64 SOURCE			testinterfacesettingbase.cpp
    64 SOURCE			vendordevice.cpp
    65 SOURCE			vendordevice.cpp
    65 SOURCE			testdeviceA.cpp
    66 SOURCE			testdeviceA.cpp
    66 SOURCE			testdeviceB.cpp
    67 SOURCE			testdeviceb.cpp
    67 SOURCE			testdeviceC.cpp
    68 SOURCE			testdeviceC.cpp
    68 SOURCE			testdeviceD.cpp
    69 SOURCE			testdeviceD.cpp
    69 SOURCE			endpointreader.cpp
    70 SOURCE			endpointreader.cpp
    70 SOURCE			endpointwriter.cpp
    71 SOURCE			endpointwriter.cpp
    71 SOURCE			controlendpointreader.cpp
    72 SOURCE			controlendpointreader.cpp