usbengines/usbotgwatcher/group/usbotgwatcher.mmp
changeset 34 7858bc6ead78
parent 31 dfdd8240f7c8
child 35 9d8b04ca6939
equal deleted inserted replaced
31:dfdd8240f7c8 34:7858bc6ead78
     1 /*
       
     2 * Copyright (c) 2008 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:  Project definition file for project usbotgwatcher
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 TARGET                  usbotgwatcher.dll
       
    22 TARGETTYPE              dll
       
    23 UID                     0x1000008d 0x2000AFFF
       
    24 
       
    25 CAPABILITY   LocalServices ReadDeviceData NetworkControl WriteDeviceData DiskAdmin ReadUserData WriteUserData ProtServ CommDD	
       
    26 VENDORID                VID_DEFAULT
       
    27 
       
    28 SOURCEPATH              ../src
       
    29 
       
    30 SOURCE                  cusbtimer.cpp
       
    31 
       
    32 SOURCE                  cusbidpinobserver.cpp
       
    33 SOURCE                  cusbvbusobserver.cpp
       
    34 SOURCE                  cusbotgstateobserver.cpp
       
    35 SOURCE                  cusbhosteventnotificationobserver.cpp
       
    36 SOURCE                  cusbmessagenotificationobserver.cpp
       
    37 SOURCE                  cusbbusactivityobserver.cpp
       
    38 
       
    39 SOURCE                  cusbotgwatcher.cpp
       
    40 SOURCE                  cusbservicecontrol.cpp
       
    41 
       
    42 SOURCE                  cusbstate.cpp
       
    43 SOURCE                  cusbstatehostabase.cpp
       
    44 SOURCE                  cusbstatehostainitiate.cpp
       
    45 SOURCE                  cusbstatehostahost.cpp
       
    46 SOURCE                  cusbstatehostaperipheral.cpp
       
    47 SOURCE                  cusbstatehosthandle.cpp
       
    48 SOURCE                  cusbstatehostdelayhandle.cpp
       
    49 SOURCE                  cusbstatehostdelayattachedhandle.cpp
       
    50 SOURCE                  cusbstatehostdelaynotattachedhandle.cpp
       
    51 SOURCE                  cusbstatehosthandledropping.cpp
       
    52 SOURCE                  cusbstatehostundefined.cpp
       
    53 
       
    54 SOURCE                  cusbwaitnotifier.cpp
       
    55 SOURCE                  cusbnotifmanager.cpp
       
    56 SOURCE                  cusbnotifier.cpp 
       
    57 SOURCE                  cusbnotenotifier.cpp 
       
    58 SOURCE                  cusbwarningnotifier.cpp 
       
    59 SOURCE                  cusbindicatornotifier.cpp
       
    60 
       
    61 USERINCLUDE             ../inc
       
    62 
       
    63 MW_LAYER_SYSTEMINCLUDE
       
    64 
       
    65 LIBRARY                 euser.lib
       
    66 LIBRARY                 usbman.lib
       
    67 #if defined(MARM_ARMV5)
       
    68 LIBRARY                 usbdescriptors.lib
       
    69 LIBRARY                 usbdi_utils.lib
       
    70 #endif
       
    71 LIBRARY                 aknnotify.lib
       
    72 
       
    73 DEBUGLIBRARY            flogger.lib