equal
deleted
inserted
replaced
14 * Description: |
14 * Description: |
15 * Project specification for DD Viewer. |
15 * Project specification for DD Viewer. |
16 * |
16 * |
17 * |
17 * |
18 */ |
18 */ |
19 |
|
20 #include <platform_paths.hrh> |
19 #include <platform_paths.hrh> |
21 #include <data_caging_paths.hrh> |
20 #include <data_caging_paths.hrh> |
22 #include <platform/mw/browser_platform_variant.hrh> |
21 #include <platform/mw/Browser_platform_variant.hrh> |
23 #include "../../CodEng/inc/CodDefs.h" |
22 #include "../../codeng/inc/CodDefs.h" |
24 |
23 |
25 TARGET DdViewer.exe |
24 TARGET DdViewer.exe |
26 TARGETTYPE exe |
25 TARGETTYPE exe |
27 EPOCSTACKSIZE 0x5000 |
26 EPOCSTACKSIZE 0x5000 |
28 UID 0x100039ce DD_VIEWER_UID |
27 UID 0x100039ce DD_VIEWER_UID |
42 #else |
41 #else |
43 LANGUAGE_IDS |
42 LANGUAGE_IDS |
44 #endif |
43 #endif |
45 END |
44 END |
46 |
45 |
47 USERINCLUDE ../../CodEng/inc |
46 SYSTEMINCLUDE ../../codeng/inc |
48 USERINCLUDE ../../CodUi/inc |
47 SYSTEMINCLUDE ../../codui/inc |
|
48 MW_LAYER_SYSTEMINCLUDE |
49 |
49 |
50 MW_LAYER_SYSTEMINCLUDE |
|
51 |
50 |
52 LIBRARY euser.lib |
51 LIBRARY euser.lib |
53 LIBRARY eikcore.lib |
52 LIBRARY eikcore.lib |
54 LIBRARY apparc.lib |
53 LIBRARY apparc.lib |
55 LIBRARY CodUi.lib |
54 LIBRARY CodUi.lib |