usbengines/usbotgwatcher/group/usbotgwatcher.mmp
branchRCL_3
changeset 7 ff9df6630274
parent 6 a15c582fbf97
child 23 25fce757be94
equal deleted inserted replaced
6:a15c582fbf97 7:ff9df6630274
     1 /*
     1 /*
     2 * Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2008 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    25 CAPABILITY   LocalServices ReadDeviceData NetworkControl WriteDeviceData DiskAdmin ReadUserData WriteUserData ProtServ CommDD	
    25 CAPABILITY   LocalServices ReadDeviceData NetworkControl WriteDeviceData DiskAdmin ReadUserData WriteUserData ProtServ CommDD	
    26 VENDORID                VID_DEFAULT
    26 VENDORID                VID_DEFAULT
    27 
    27 
    28 SOURCEPATH              ../src
    28 SOURCEPATH              ../src
    29 
    29 
    30 SOURCE 					panic.cpp
    30 SOURCE                  cusbtimer.cpp
    31 SOURCE       			cusbtimer.cpp
       
    32 
    31 
    33 SOURCE					cusbidpinobserver.cpp
    32 SOURCE                  cusbidpinobserver.cpp
    34 SOURCE					cusbvbusobserver.cpp
    33 SOURCE                  cusbvbusobserver.cpp
    35 SOURCE					cusbotgstateobserver.cpp
    34 SOURCE                  cusbotgstateobserver.cpp
    36 SOURCE					cusbhosteventnotificationobserver.cpp
    35 SOURCE                  cusbhosteventnotificationobserver.cpp
    37 SOURCE					cusbmessagenotificationobserver.cpp
    36 SOURCE                  cusbmessagenotificationobserver.cpp
    38 SOURCE					cusbbusactivityobserver.cpp
    37 SOURCE                  cusbbusactivityobserver.cpp
    39 
    38 
    40 SOURCE                  cusbotgwatcher.cpp
    39 SOURCE                  cusbotgwatcher.cpp
    41 SOURCE					cusbservicecontrol.cpp
    40 SOURCE                  cusbservicecontrol.cpp
    42 
    41 
    43 SOURCE					cusbstate.cpp
    42 SOURCE                  cusbstate.cpp
    44 SOURCE                  cusbstatehostabase.cpp
    43 SOURCE                  cusbstatehostabase.cpp
    45 SOURCE                  cusbstatehostainitiate.cpp
    44 SOURCE                  cusbstatehostainitiate.cpp
    46 SOURCE                  cusbstatehostahost.cpp
    45 SOURCE                  cusbstatehostahost.cpp
    47 SOURCE                  cusbstatehostaperipheral.cpp
    46 SOURCE                  cusbstatehostaperipheral.cpp
    48 SOURCE					cusbstatehosthandle.cpp
    47 SOURCE                  cusbstatehosthandle.cpp
    49 SOURCE					cusbstatehostdelayhandle.cpp
    48 SOURCE                  cusbstatehostdelayhandle.cpp
    50 SOURCE					cusbstatehostdelayattachedhandle.cpp
    49 SOURCE                  cusbstatehostdelayattachedhandle.cpp
    51 SOURCE                  cusbstatehostdelaynotattachedhandle.cpp
    50 SOURCE                  cusbstatehostdelaynotattachedhandle.cpp
    52 SOURCE                  cusbstatehosthandledropping.cpp
    51 SOURCE                  cusbstatehosthandledropping.cpp
    53 SOURCE					cusbstatehostundefined.cpp
    52 SOURCE                  cusbstatehostundefined.cpp
    54 
    53 
    55 SOURCE					cusbwaitnotifier.cpp
    54 SOURCE                  cusbwaitnotifier.cpp
    56 SOURCE					cusbnotifmanager.cpp
    55 SOURCE                  cusbnotifmanager.cpp
    57 SOURCE                  cusbnotifier.cpp 
    56 SOURCE                  cusbnotifier.cpp 
    58 SOURCE                  cusbnotenotifier.cpp 
    57 SOURCE                  cusbnotenotifier.cpp 
    59 SOURCE                  cusbwarningnotifier.cpp 
    58 SOURCE                  cusbwarningnotifier.cpp 
    60 SOURCE                  cusbindicatornotifier.cpp
    59 SOURCE                  cusbindicatornotifier.cpp
    61 
    60 
    62 USERINCLUDE             ../inc
    61 USERINCLUDE             ../inc
    63 
    62 
    64 MW_LAYER_SYSTEMINCLUDE
    63 MW_LAYER_SYSTEMINCLUDE
    65 
    64 
    66 LIBRARY       euser.lib
    65 LIBRARY                 euser.lib
    67 LIBRARY		  usbman.lib
    66 LIBRARY                 usbman.lib
    68 #if defined(MARM_ARMV5)
    67 #if defined(MARM_ARMV5)
    69 LIBRARY       usbdescriptors.lib
    68 LIBRARY                 usbdescriptors.lib
    70 LIBRARY       usbdi_utils.lib
    69 LIBRARY                 usbdi_utils.lib
    71 #endif
    70 #endif
    72 LIBRARY                 aknnotify.lib
    71 LIBRARY                 aknnotify.lib
    73 
    72 
    74 DEBUGLIBRARY            flogger.lib
    73 DEBUGLIBRARY            flogger.lib