|
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 the License "Symbian Foundation License v1.0" |
|
6 * which accompanies this distribution, and is available |
|
7 * at the URL "http://www.symbianfoundation.org/legal/sfl-v10.html". |
|
8 * |
|
9 * Initial Contributors: |
|
10 * Nokia Corporation - initial contribution. |
|
11 * |
|
12 * Contributors: |
|
13 * |
|
14 * Description: Project specification file of Notepad Library Api. |
|
15 * |
|
16 */ |
|
17 |
|
18 #if defined(__S60_) |
|
19 // To get the OS_LAYER_SYSTEMINCLUDE-definition |
|
20 #include <platform_paths.hrh> |
|
21 #endif |
|
22 |
|
23 TARGET TestNpdApi.dll |
|
24 TARGETTYPE dll |
|
25 UID 0x1000008D 0x101FB3E3 |
|
26 |
|
27 CAPABILITY ALL -TCB |
|
28 /* Remove comments and replace 0x00000000 with correct vendor id */ |
|
29 // VENDORID 0x00000000 |
|
30 /* Remove comments and replace 0x00000000 with correct secure id */ |
|
31 // SECUREID 0x00000000 |
|
32 |
|
33 //TARGETPATH ?target_path |
|
34 DEFFILE TestNpdApi.def |
|
35 |
|
36 SOURCEPATH ../src |
|
37 SOURCE TestNpdApi.cpp |
|
38 SOURCE TestNpdApiBlocks.cpp |
|
39 |
|
40 //RESOURCE resource_file |
|
41 //RESOURCE resource_file2 |
|
42 |
|
43 USERINCLUDE ../inc |
|
44 |
|
45 |
|
46 #if defined(__S60_) |
|
47 APP_LAYER_SYSTEMINCLUDE |
|
48 OS_LAYER_SYSTEMINCLUDE |
|
49 #else |
|
50 APP_LAYER_SYSTEMINCLUDE |
|
51 SYSTEMINCLUDE /epoc32/include |
|
52 |
|
53 #endif |
|
54 |
|
55 LIBRARY NpdLib.LIB |
|
56 LIBRARY euser.lib |
|
57 LIBRARY stiftestinterface.lib |
|
58 LIBRARY stiftestengine.lib |
|
59 LIBRARY efsrv.lib |
|
60 LIBRARY flogger.lib |
|
61 LIBRARY commonengine.lib |
|
62 |
|
63 LANG SC |
|
64 |
|
65 /* |
|
66 START WINS |
|
67 ?wins_specific_information |
|
68 END |
|
69 |
|
70 START MARM |
|
71 ?marm_specific_information |
|
72 END |
|
73 */ |
|
74 // Other possible keywords: |
|
75 |
|
76 // DOCUMENT ?file, that is not compiled, but added to MSVC project workspace (i.e. release notes) |
|
77 /* |
|
78 START BITMAP ?target |
|
79 TARGETPATH ?emulated_path_on_target_machine |
|
80 HEADER |
|
81 SOURCE ?color_depth ?source_bitmap |
|
82 END |
|
83 */ |
|
84 // DEFFILE ?filename |
|
85 // AIF ?filename |
|
86 |
|
87 // End of File |