contextframework/cfw/group/cfscriptengine.mmp
branchRCL_3
changeset 63 c2c61fdca848
parent 62 924385140d98
equal deleted inserted replaced
62:924385140d98 63:c2c61fdca848
    17 
    17 
    18 
    18 
    19 #include <platform_paths.hrh>
    19 #include <platform_paths.hrh>
    20 #include "../inc/common/cftraceconfiguration.hrh"
    20 #include "../inc/common/cftraceconfiguration.hrh"
    21 
    21 
    22 TARGET          		cfscriptengine.dll
    22 TARGET          		CFScriptEngine.dll
    23 TARGETTYPE      		dll
    23 TARGETTYPE      		dll
    24 UID             		0x1000008d 0x10282BC7
    24 UID             		0x1000008d 0x10282BC7
    25 EPOCSTACKSIZE   		20480
    25 EPOCSTACKSIZE   		20480
    26 
    26 
    27 CAPABILITY      		CAP_GENERAL_DLL
    27 CAPABILITY      		CAP_GENERAL_DLL
    52 LIBRARY                 	xmlparser.lib
    52 LIBRARY                 	xmlparser.lib
    53 LIBRARY                 	xmldom.lib
    53 LIBRARY                 	xmldom.lib
    54 LIBRARY         		cfservices.lib
    54 LIBRARY         		cfservices.lib
    55 LIBRARY         		cfoperationpluginservices.lib
    55 LIBRARY         		cfoperationpluginservices.lib
    56 LIBRARY         		ecom.lib
    56 LIBRARY         		ecom.lib
    57 LIBRARY				platformenv.lib
    57 LIBRARY				PlatformEnv.lib
    58 #ifdef TRACE_INTO_FILE
    58 #ifdef TRACE_INTO_FILE
    59 LIBRARY         		flogger.lib
    59 LIBRARY         		flogger.lib
    60 #endif
    60 #endif