webengine/wrtharvester/group/wrtharvester.mmp
branchRCL_3
changeset 48 79859ed3eea9
parent 46 30342f40acbf
child 49 919f36ff910f
equal deleted inserted replaced
47:e1bea15f9a39 48:79859ed3eea9
    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
       
    30 
    26 
    31 SOURCEPATH      ../src
    27 SOURCEPATH      ../src
    32 SOURCE          wrtharvester.cpp
    28 SOURCE          wrtharvester.cpp
    33 SOURCE          wrtharvesterpsnotifier.cpp
    29 SOURCE          wrtharvesterpsnotifier.cpp
    34 SOURCE          wrtharvesterpublisherobserver.cpp
    30 SOURCE          wrtharvesterpublisherobserver.cpp
    35 SOURCE          wrtharvesterregistryaccess.cpp
    31 SOURCE          wrtharvesterregistryaccess.cpp
       
    32 SOURCE          wrtusbhandler.cpp
    36 
    33 
    37 MW_LAYER_SYSTEMINCLUDE
    34 MW_LAYER_SYSTEMINCLUDE
    38 
    35 MW_LAYER_ECOM_SYSTEMINCLUDE
    39 USERINCLUDE     ../inc
    36 USERINCLUDE     ../inc
    40 
    37 
    41 START RESOURCE  ../data/2001FE2C.rss
    38 START RESOURCE  ../data/2001FE2C.rss
    42 TARGET           wrtharvester.rsc
    39 TARGET           wrtharvester.rsc
    43 END
    40 END
    68 LIBRARY		  eiksrv.lib
    65 LIBRARY		  eiksrv.lib
    69 LIBRARY		  cone.lib 		    // CoeControl
    66 LIBRARY		  cone.lib 		    // CoeControl
    70 LIBRARY		  CommonEngine.lib
    67 LIBRARY		  CommonEngine.lib
    71 LIBRARY       ws32.lib
    68 LIBRARY       ws32.lib
    72 LIBRARY       PlatformEnv.lib
    69 LIBRARY       PlatformEnv.lib
    73 LIBRARY       oommonitor.lib
       
    74 
    70 
    75 //end of file
    71 //end of file