haitest/bspsvs/suite/bsp/lcd/group/T_Screen.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_screen.exe
       
    20 TARGETTYPE		exe
       
    21 UID				0x1000007A 0x102863DB
       
    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 
       
    31 SOURCE			T_ScreenDriverData.cpp
       
    32 SOURCE			T_ScreenDriverServer.cpp
       
    33 
       
    34 USERINCLUDE		../inc
       
    35 USERINCLUDE		../../../common/inc
       
    36 USERINCLUDE		../../../hal/inc
       
    37 
       
    38 SYSTEMINCLUDE	/epoc32/include
       
    39 SYSTEMINCLUDE	/epoc32/include/test
       
    40 SYSTEMINCLUDE	/epoc32/include/kernel
       
    41 
       
    42 LIBRARY			euser.lib
       
    43 LIBRARY			efsrv.lib
       
    44 LIBRARY			hal.lib
       
    45 LIBRARY			testexecuteutils.lib
       
    46 LIBRARY			testexecutelogclient.lib
       
    47 LIBRARY			bafl.lib
       
    48 LIBRARY			iniparser.lib
       
    49 
       
    50 SMPSAFE