usbengines/usbotgwatcher/tsrc/UsbOtgWatcherTest/group/UsbOtgWatcherTest.mmp
branchRCL_3
changeset 92 dde4619868dc
parent 86 703a2b94c06c
child 95 55a3258355ea
equal deleted inserted replaced
86:703a2b94c06c 92:dde4619868dc
     1 /*
       
     2 * Copyright (c) 2010 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 
       
    19 #if defined(__S60_)
       
    20         // To get the MW_LAYER_SYSTEMINCLUDE-definition
       
    21         #include <platform_paths.hrh>
       
    22 #endif
       
    23 
       
    24 TARGET          UsbOtgWatcherTest.dll
       
    25 TARGETTYPE      dll
       
    26 UID             0x1000008D 0x101FB3E3
       
    27 
       
    28 CAPABILITY CommDD NetworkControl WriteDeviceData NetworkServices LocalServices ProtServ	
       
    29 VENDORID                VID_DEFAULT
       
    30 
       
    31 DEFFILE         UsbOtgWatcherTest.def
       
    32 
       
    33 MW_LAYER_SYSTEMINCLUDE
       
    34 MACRO STIF_STUB
       
    35 MACRO STIF
       
    36 
       
    37 //includes for stubbing
       
    38 SYSTEMINCLUDE 	/epoc32/include/mw/stubsrv/
       
    39 SYSTEMINCLUDE 	/epoc32/include/mw/taf/
       
    40 
       
    41 USERINCLUDE	../inc
       
    42 SOURCEPATH 	../src
       
    43 
       
    44 SOURCE          UsbOtgWatcherTest.cpp
       
    45 SOURCE          UsbOtgWatcherTestBlocks.cpp
       
    46 
       
    47 // Mock classes (used for emulation of real ones)
       
    48 SOURCE                  mockcusbidpinobserver.cpp
       
    49 SOURCE                  mockcusbvbusobserver.cpp
       
    50 SOURCE                  mockcusbotgstateobserver.cpp
       
    51 SOURCE                  mockcusbhosteventnotificationobserver.cpp
       
    52 SOURCE                  mockcusbmessagenotificationobserver.cpp
       
    53 SOURCE                  mockcusbbusactivityobserver.cpp 
       
    54 SOURCE                  mockrusb.cpp 
       
    55 SOURCE                  mockcusbtimer.cpp 
       
    56 SOURCE                  mockcusbnotifmanager.cpp
       
    57 
       
    58 // real classes to be tested
       
    59 SOURCEPATH ../../../src
       
    60 USERINCLUDE	../../../inc
       
    61 
       
    62 SOURCE        	cusbotgwatcher.cpp
       
    63 SOURCE        	cusbstate.cpp
       
    64 SOURCE       	cusbstatehostabase.cpp
       
    65 SOURCE        	cusbstatehostainitiate.cpp
       
    66 SOURCE        	cusbstatehostahost.cpp
       
    67 SOURCE        	cusbstatehostaperipheral.cpp
       
    68 SOURCE        	cusbstatehosthandle.cpp
       
    69 SOURCE			cusbservicecontrol.cpp
       
    70 SOURCE			cusbnotifier.cpp
       
    71 SOURCE			cusbwarningnotifier.cpp
       
    72 SOURCE			CUsbNoteNotifier.cpp
       
    73 SOURCE          CUsbStateHostHandleDropping.cpp
       
    74 SOURCE          CUsbStateHostDelayNotAttachedHandle.cpp
       
    75 SOURCE          CUsbStateHostDelayAttachedHandle.cpp
       
    76 SOURCE          CUsbStateHostUndefined.cpp
       
    77 SOURCE          cusbstatehostdelayhandle.cpp
       
    78 
       
    79 
       
    80 
       
    81 
       
    82 //standart lib for stif testing
       
    83 LIBRARY         euser.lib
       
    84 LIBRARY         stiftestinterface.lib
       
    85 LIBRARY         stiftestengine.lib
       
    86 
       
    87 //lib for stubbing
       
    88 LIBRARY		apibehavior.lib
       
    89 LIBRARY		stubber.lib 
       
    90 
       
    91 //lib for component testing
       
    92 LIBRARY     usbdescriptors.lib
       
    93 LIBRARY     usbdi_utils.lib
       
    94 LIBRARY                 aknnotify.lib
       
    95 
       
    96 LANG            SC
       
    97 
       
    98 
       
    99 
       
   100 // End of File