usbengines/usbwatcher/group/usbwatcher.mmp
changeset 34 7858bc6ead78
parent 31 dfdd8240f7c8
child 35 9d8b04ca6939
equal deleted inserted replaced
31:dfdd8240f7c8 34:7858bc6ead78
     1 /*
       
     2 * Copyright (c) 2002-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:  Project definition file for project UsbWatcher
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 TARGET          usbwatcher.dll
       
    22 CAPABILITY      ALL -TCB
       
    23 TARGETTYPE      DLL
       
    24 
       
    25 UID         0x1000008d 0x102823F4
       
    26 VENDORID    VID_DEFAULT
       
    27 
       
    28 MW_LAYER_SYSTEMINCLUDE
       
    29 USERINCLUDE     ../inc
       
    30 
       
    31 SOURCEPATH      ../src
       
    32 SOURCE          rusbwatcher.cpp
       
    33 
       
    34 LIBRARY         euser.lib
       
    35 DEBUGLIBRARY    flogger.lib            // File logging
       
    36