localconnectivityservice/generichid/tsrc/GenericHidTest/group/GenericHidTest.mmp
branchRCL_3
changeset 19 0aa8cc770c8a
equal deleted inserted replaced
18:453dfc402455 19:0aa8cc770c8a
       
     1 /*TYPE TESTCLASS*/
       
     2 /*
       
     3 * Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     4 * All rights reserved.
       
     5 * This component and the accompanying materials are made available
       
     6 * under the terms of "Eclipse Public License v1.0"
       
     7 * which accompanies this distribution, and is available
       
     8 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     9 *
       
    10 * Initial Contributors:
       
    11 * Nokia Corporation - initial contribution.
       
    12 *
       
    13 * Contributors:
       
    14 *
       
    15 * Description:  
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 #if defined(__S60_)
       
    21         // To get the OSEXT_LAYER_SYSTEMINCLUDE-definition
       
    22         #include <platform_paths.hrh>
       
    23 #endif
       
    24 
       
    25 TARGET          GenericHidTest.dll
       
    26 TARGETTYPE      dll
       
    27 UID             0x1000008D 0x101FB3E3
       
    28 
       
    29 //CAPABILITY      ALL -TCB
       
    30 CAPABILITY      CAP_APPLICATION CommDD ProtServ
       
    31 
       
    32 DEFFILE         GenericHidTest.def
       
    33 
       
    34 MW_LAYER_SYSTEMINCLUDE
       
    35 
       
    36 USERINCLUDE	../inc 
       
    37 USERINCLUDE     ../../../inc 
       
    38 
       
    39 SOURCEPATH      ../src
       
    40 SOURCE          GenericHidTest.cpp
       
    41 SOURCE          GenericHidTestBlocks.cpp
       
    42 SOURCE  		tGenericHIDAPI.cpp
       
    43 SOURCE			tdialclient.cpp 
       
    44 SOURCE			alarmcontrol.cpp
       
    45 SOURCE          timer.cpp
       
    46 SOURCE          CHidDriverPlugin.cpp
       
    47 
       
    48 LIBRARY         euser.lib
       
    49 LIBRARY         stiftestinterface.lib
       
    50 LIBRARY         stiftestengine.lib
       
    51 
       
    52 LIBRARY         sysutil.lib
       
    53 LIBRARY         efsrv.lib
       
    54 LIBRARY			generichid.lib
       
    55 LIBRARY			etel3rdparty.lib
       
    56 LIBRARY			alarmclient.lib 
       
    57 LIBRARY			alarmshared.lib 
       
    58 
       
    59 
       
    60 LANG            SC
       
    61 
       
    62 // End of File