haitest/bspsvs/suite/bsp/keypad/group/T_Keypad.mmp
changeset 0 cec860690d41
equal deleted inserted replaced
-1:000000000000 0:cec860690d41
       
     1 /*
       
     2 * Copyright (c) 2005-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:
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 TARGET			t_keypad.exe
       
    20 TARGETTYPE		exe
       
    21 UID				0x1000007A 0x102863DC
       
    22 VENDORID		0x70000001
       
    23 
       
    24 capability		All -Tcb
       
    25 
       
    26 SOURCEPATH		../src
       
    27 
       
    28 SOURCE			../../../hal/src/T_HALData.cpp
       
    29 SOURCE			../../../common/src/DataWrapperBase.cpp
       
    30 SOURCE			../../../common/src/ActiveCallbackBase.cpp
       
    31 
       
    32 SOURCE			T_KeypadDriverData.cpp
       
    33 SOURCE			T_KeypadDriverServer.cpp
       
    34 
       
    35 USERINCLUDE		../inc
       
    36 USERINCLUDE		../../../common/inc
       
    37 USERINCLUDE		../../../hal/inc
       
    38 
       
    39 SYSTEMINCLUDE	/epoc32/include
       
    40 SYSTEMINCLUDE	/epoc32/include/test
       
    41 SYSTEMINCLUDE	/epoc32/include/kernel
       
    42 
       
    43 LIBRARY			euser.lib
       
    44 LIBRARY			efsrv.lib
       
    45 LIBRARY			hal.lib
       
    46 LIBRARY			testexecuteutils.lib
       
    47 LIBRARY			testexecutelogclient.lib
       
    48 LIBRARY			bafl.lib
       
    49 LIBRARY			iniparser.lib
       
    50 LIBRARY			econs.lib
       
    51 
       
    52 SMPSAFE