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 Normal test module. |
|
15 * |
|
16 */ |
|
17 |
|
18 #include <platform_paths.hrh> |
|
19 |
|
20 SMPSAFE |
|
21 |
|
22 TARGET TestModuleXXX.dll |
|
23 TARGETTYPE dll |
|
24 UID 0x1000008D 0x101FB3E7 |
|
25 |
|
26 CAPABILITY ALL -TCB |
|
27 /* Remove comments and replace 0x00000000 with correct vendor id */ |
|
28 // VENDORID 0x00000000 |
|
29 /* Remove comments and replace 0x00000000 with correct secure id */ |
|
30 // SECUREID 0x00000000 |
|
31 |
|
32 |
|
33 DEFFILE TestModuleXXX.def |
|
34 //TARGETPATH ?target_path |
|
35 |
|
36 USERINCLUDE ../inc |
|
37 |
|
38 OS_LAYER_SYSTEMINCLUDE |
|
39 |
|
40 SOURCEPATH ../src |
|
41 |
|
42 SOURCE TestModuleXXX.cpp |
|
43 |
|
44 //RESOURCE resource_file |
|
45 //RESOURCE resource_file2 |
|
46 |
|
47 LIBRARY euser.lib |
|
48 LIBRARY stiftestinterface.lib |
|
49 LIBRARY stiftestengine.lib |
|
50 |
|
51 LANG SC |
|
52 |
|
53 /* |
|
54 START WINS |
|
55 ?wins_specific_information |
|
56 END |
|
57 |
|
58 START MARM |
|
59 ?marm_specific_information |
|
60 END |
|
61 */ |
|
62 // Other possible keywords: |
|
63 |
|
64 // DOCUMENT ?file, that is not compiled, but added to MSVC project workspace (i.e. release notes) |
|
65 /* |
|
66 START BITMAP ?target |
|
67 TARGETPATH ?emulated_path_on_target_machine |
|
68 HEADER |
|
69 SOURCEPATH ?source_path |
|
70 SOURCE ?color_depth ?source_bitmap |
|
71 END |
|
72 */ |
|
73 // AIF ?filename |
|
74 |
|
75 |
|
76 |
|
77 // End of File |
|