equal
deleted
inserted
replaced
14 * Description: Project specification. |
14 * Description: Project specification. |
15 * |
15 * |
16 */ |
16 */ |
17 |
17 |
18 #include <platform_paths.hrh> |
18 #include <platform_paths.hrh> |
19 #include <platform/mw/Browser_platform_variant.hrh> |
19 #include <platform/mw/browser_platform_variant.hrh> |
20 #include "../../codeng/inc/CodDefs.h" |
20 #include "../../CodEng/inc/CodDefs.h" |
21 |
21 |
22 TARGET CodDownload.dll |
22 TARGET CodDownload.dll |
23 TARGETTYPE dll |
23 TARGETTYPE dll |
24 UID 0x1000008d COD_DOWNLOAD_UID |
24 UID 0x1000008d COD_DOWNLOAD_UID |
25 CAPABILITY CAP_GENERAL_DLL |
25 CAPABILITY CAP_GENERAL_DLL |
28 SOURCEPATH ../src |
28 SOURCEPATH ../src |
29 |
29 |
30 SOURCE CodDownload.cpp |
30 SOURCE CodDownload.cpp |
31 |
31 |
32 USERINCLUDE ../inc |
32 USERINCLUDE ../inc |
33 |
33 USERINCLUDE ../../CodUi/inc |
34 SYSTEMINCLUDE ../../codui/inc |
34 USERINCLUDE ../../CodEng/inc |
35 SYSTEMINCLUDE ../../codeng/inc |
|
36 |
35 |
37 MW_LAYER_SYSTEMINCLUDE |
36 MW_LAYER_SYSTEMINCLUDE |
38 |
37 |
39 LIBRARY euser.lib |
38 LIBRARY euser.lib |
40 LIBRARY CodUi.lib |
39 LIBRARY CodUi.lib |