localconnectivityservice/generichid/tsrc/GenericHidTest/group/GenericHidTest.mmp
branchRCL_3
changeset 39 4096754ee773
parent 38 3dcb815346df
child 40 52a167391590
equal deleted inserted replaced
38:3dcb815346df 39:4096754ee773
     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 SYSTEMINCLUDE 	/epoc32/include/internal
       
    40 
       
    41 SOURCEPATH      ../src
       
    42 SOURCE          GenericHidTest.cpp
       
    43 SOURCE          GenericHidTestBlocks.cpp
       
    44 SOURCE  		tGenericHIDAPI.cpp
       
    45 SOURCE			tdialclient.cpp 
       
    46 SOURCE			alarmcontrol.cpp
       
    47 SOURCE          timer.cpp
       
    48 SOURCE          CHidDriverPlugin.cpp
       
    49 
       
    50 LIBRARY         euser.lib
       
    51 LIBRARY         stiftestinterface.lib
       
    52 LIBRARY         stiftestengine.lib
       
    53 
       
    54 LIBRARY         sysutil.lib
       
    55 LIBRARY         efsrv.lib
       
    56 LIBRARY			generichid.lib
       
    57 LIBRARY			etel3rdparty.lib
       
    58 LIBRARY			alarmclient.lib 
       
    59 LIBRARY			alarmshared.lib 
       
    60 
       
    61 
       
    62 LANG            SC
       
    63 
       
    64 // End of File