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 Consoleui app. |
|
15 * |
|
16 */ |
|
17 |
|
18 #include <platform_paths.hrh> |
|
19 |
|
20 SMPSAFE |
|
21 |
|
22 TARGET TouchConsoleUI.exe |
|
23 TARGETTYPE exe |
|
24 |
|
25 CAPABILITY AllFiles CommDD |
|
26 VENDORID 0x101FB657 |
|
27 SECUREID 0x102073DA |
|
28 |
|
29 USERINCLUDE ../inc |
|
30 USERINCLUDE ../../inc |
|
31 USERINCLUDE ../../StifTFwIf/inc |
|
32 |
|
33 OS_LAYER_SYSTEMINCLUDE |
|
34 |
|
35 /* Source files */ |
|
36 SOURCEPATH ../src |
|
37 |
|
38 SOURCE ConsoleUI.cpp |
|
39 SOURCE ConsoleMenus.cpp |
|
40 SOURCE ConsoleNotify.cpp |
|
41 |
|
42 /* Used libraries */ |
|
43 LIBRARY euser.lib |
|
44 LIBRARY efsrv.lib |
|
45 LIBRARY stiftestinterface.lib |
|
46 LIBRARY stiftfwif.lib |
|
47 LIBRARY stiftestengine.lib |
|
48 LIBRARY econs.lib |
|
49 LIBRARY hal.lib |
|
50 |
|
51 // In case of large amount of test cases, bigger heap size is required. |
|
52 // Heap sizes can be changed using EPOCHEAPSIZE statement, where the first |
|
53 // parameter is heap's minimum size and the latter the maximum size. |
|
54 EPOCHEAPSIZE 0x10000 0x300000 |
|
55 // End of File |