os/boardsupport/haitest/bspsvs/suite/bsp/uart/group/t_serial.mmp
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     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_serial.exe
    20 TARGETTYPE		exe
    21 UID				0x1000007A 0x102863D9
    22 VENDORID		0x70000001
    23 
    24 capability		All -Tcb
    25 
    26 SOURCEPATH		../src
    27 
    28 SOURCE			../../../e32/src/T_RHandleBaseData.cpp
    29 SOURCE			../../../e32/src/T_RBusLogicalChannelData.cpp
    30 SOURCE			../../../e32/src/T_RBusDevCommData.cpp
    31 SOURCE			../../../e32/src/T_TCommCapsV01Data.cpp
    32 SOURCE			../../../e32/src/T_TCommCapsV02Data.cpp
    33 SOURCE			../../../e32/src/T_TCommCapsV03Data.cpp
    34 SOURCE			../../../e32/src/T_TCommConfigV01Data.cpp
    35 SOURCE			../../../e32/src/T_TCommConfigV02Data.cpp
    36 SOURCE			../../../e32/src/T_ActiveCallbackIO.cpp
    37 SOURCE			../../../common/src/DataWrapperBase.cpp
    38 SOURCE			../../../common/src/ActiveCallbackBase.cpp
    39 
    40 SOURCE			T_SerialDriverServer.cpp
    41 
    42 USERINCLUDE		../inc
    43 USERINCLUDE		../../../common/inc
    44 USERINCLUDE		../../../e32/inc
    45 
    46 SYSTEMINCLUDE	/epoc32/include
    47 SYSTEMINCLUDE	/epoc32/include/test
    48 SYSTEMINCLUDE	/epoc32/include/kernel
    49 
    50 LIBRARY			euser.lib
    51 LIBRARY			efsrv.lib
    52 LIBRARY			hal.lib
    53 LIBRARY			testexecuteutils.lib
    54 LIBRARY			testexecutelogclient.lib
    55 LIBRARY			bafl.lib
    56 LIBRARY			iniparser.lib
    57 
    58 SMPSAFE