equal
deleted
inserted
replaced
18 TARGET wrtharvester.dll |
18 TARGET wrtharvester.dll |
19 TARGETTYPE PLUGIN |
19 TARGETTYPE PLUGIN |
20 UID 0x10009D8D 0x2001FE2C |
20 UID 0x10009D8D 0x2001FE2C |
21 |
21 |
22 #include <platform_paths.hrh> |
22 #include <platform_paths.hrh> |
23 #include <platform/mw/Browser_platform_variant.hrh> |
23 #include <platform/mw/browser_platform_variant.hrh> |
24 |
24 |
25 CAPABILITY CAP_ECOM_PLUGIN |
25 CAPABILITY CAP_ECOM_PLUGIN |
|
26 |
|
27 // uncomment to enable logs |
|
28 //MACRO _DEBUG |
|
29 //#define _DEBUG |
26 |
30 |
27 SOURCEPATH ../src |
31 SOURCEPATH ../src |
28 SOURCE wrtharvester.cpp |
32 SOURCE wrtharvester.cpp |
29 SOURCE wrtharvesterpsnotifier.cpp |
33 SOURCE wrtharvesterpsnotifier.cpp |
30 SOURCE wrtharvesterpublisherobserver.cpp |
34 SOURCE wrtharvesterpublisherobserver.cpp |
31 SOURCE wrtharvesterregistryaccess.cpp |
35 SOURCE wrtharvesterregistryaccess.cpp |
32 SOURCE wrtusbhandler.cpp |
|
33 |
36 |
34 MW_LAYER_SYSTEMINCLUDE |
37 MW_LAYER_SYSTEMINCLUDE |
35 MW_LAYER_ECOM_SYSTEMINCLUDE |
38 |
36 USERINCLUDE ../inc |
39 USERINCLUDE ../inc |
37 |
40 |
38 START RESOURCE ../data/2001FE2C.rss |
41 START RESOURCE ../data/2001FE2C.rss |
39 TARGET wrtharvester.rsc |
42 TARGET wrtharvester.rsc |
40 END |
43 END |
65 LIBRARY eiksrv.lib |
68 LIBRARY eiksrv.lib |
66 LIBRARY cone.lib // CoeControl |
69 LIBRARY cone.lib // CoeControl |
67 LIBRARY CommonEngine.lib |
70 LIBRARY CommonEngine.lib |
68 LIBRARY ws32.lib |
71 LIBRARY ws32.lib |
69 LIBRARY PlatformEnv.lib |
72 LIBRARY PlatformEnv.lib |
|
73 LIBRARY oommonitor.lib |
70 |
74 |
71 //end of file |
75 //end of file |