equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 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: MMP file for STIF Test Framework's TestEngine module. |
|
15 * |
|
16 */ |
|
17 |
|
18 #include <platform_paths.hrh> |
|
19 |
|
20 #include "../../../inc/STIFConfiguration.mmh" |
|
21 SMPSAFE |
|
22 |
|
23 TARGET STFTestEngineSrv.exe |
|
24 TARGETTYPE exe |
|
25 UID 0 0x2002BC9C |
|
26 |
|
27 CAPABILITY ALL -TCB |
|
28 //VENDORID 0x101FB657 |
|
29 //SECUREID 0x102073E0 |
|
30 |
|
31 USERINCLUDE ../inc |
|
32 USERINCLUDE ../../../inc |
|
33 |
|
34 OS_LAYER_SYSTEMINCLUDE |
|
35 |
|
36 SOURCEPATH ../src |
|
37 |
|
38 //SOURCE TestEngineClient.cpp |
|
39 SOURCE TestEngineServer.cpp |
|
40 SOURCE TestEngine.cpp |
|
41 SOURCE TestCaseController.cpp |
|
42 SOURCE TestModuleController.cpp |
|
43 SOURCE TestReport.cpp |
|
44 SOURCE TestCaseTimeout.cpp |
|
45 SOURCE STIFTestFrameworkSettings.cpp |
|
46 SOURCE StifPythonFunEng.cpp |
|
47 |
|
48 LIBRARY euser.lib |
|
49 LIBRARY hal.lib // For logging (HAL) |
|
50 LIBRARY stiftestinterface.lib |
|
51 LIBRARY stiftestengine.lib |
|
52 LIBRARY stiftestserver.lib |
|
53 LIBRARY efsrv.lib |
|
54 LIBRARY atslogger.lib |
|
55 |
|
56 EPOCHEAPSIZE 0x10000 0x400000 |
|
57 EPOCSTACKSIZE 0x8000 |