|
1 /*TYPE TESTCLASS*/ |
|
2 /* |
|
3 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). |
|
4 * All rights reserved. |
|
5 * This component and the accompanying materials are made available |
|
6 * under the terms of "Eclipse Public License v1.0" |
|
7 * which accompanies this distribution, and is available |
|
8 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
9 * |
|
10 * Initial Contributors: |
|
11 * Nokia Corporation - initial contribution. |
|
12 * |
|
13 * Contributors: |
|
14 * |
|
15 * Description: MMP file for STIF Test Framework's TestScripter |
|
16 * testclass test module. |
|
17 * |
|
18 */ |
|
19 |
|
20 #include <platform_paths.hrh> |
|
21 |
|
22 TARGET xmppsettings_api.dll |
|
23 TARGETTYPE dll |
|
24 UID 0x1000008D 0x101FB3E3 |
|
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 //TARGETPATH ?target_path |
|
33 DEFFILE xmppsettings_api.def |
|
34 |
|
35 USERINCLUDE ../inc |
|
36 |
|
37 OS_LAYER_SYSTEMINCLUDE |
|
38 APP_LAYER_SYSTEMINCLUDE |
|
39 MW_LAYER_SYSTEMINCLUDE |
|
40 SOURCEPATH ../src |
|
41 |
|
42 SOURCE xmppsettings_api.cpp |
|
43 SOURCE xmppsettings_apiBlocks.cpp |
|
44 |
|
45 //RESOURCE resource_file |
|
46 //RESOURCE resource_file2 |
|
47 |
|
48 LIBRARY euser.lib |
|
49 LIBRARY stiftestinterface.lib |
|
50 LIBRARY stiftestengine.lib |
|
51 LIBRARY jabbersettings.lib |
|
52 LIBRARY centralrepository.lib |
|
53 LANG SC |
|
54 |
|
55 /* |
|
56 START WINS |
|
57 ?wins_specific_information |
|
58 END |
|
59 |
|
60 START MARM |
|
61 ?marm_specific_information |
|
62 END |
|
63 */ |
|
64 // Other possible keywords: |
|
65 |
|
66 // DOCUMENT ?file, that is not compiled, but added to MSVC project workspace (i.e. release notes) |
|
67 /* |
|
68 START BITMAP ?target |
|
69 TARGETPATH ?emulated_path_on_target_machine |
|
70 HEADER |
|
71 SOURCE ?color_depth ?source_bitmap |
|
72 END |
|
73 */ |
|
74 // DEFFILE ?filename |
|
75 // AIF ?filename |
|
76 |
|
77 // End of File |