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