diff -r d9aefe59d544 -r 3075d9b614e6 camerauis/cameraxui/cxengine/tsrc/unit/unittest_cxeenginesymbian/unittest_cxeenginesymbian.pro --- a/camerauis/cameraxui/cxengine/tsrc/unit/unittest_cxeenginesymbian/unittest_cxeenginesymbian.pro Fri Apr 16 14:51:30 2010 +0300 +++ b/camerauis/cameraxui/cxengine/tsrc/unit/unittest_cxeenginesymbian/unittest_cxeenginesymbian.pro Thu May 13 21:30:19 2010 +0300 @@ -18,36 +18,36 @@ TARGET = unittest_cxeenginesymbian -DEFINES += CXE_USE_DUMMY_CAMERA -DEFINES = $$unique(DEFINES) +DEFINES *= CXE_USE_DUMMY_CAMERA -INCLUDEPATH += ../../../inc/sensor +INCLUDEPATH *= ../../../inc/sensor -LIBS += -lecam -LIBS += -lecamadvsettings -LIBS += -lecamsnapshot -LIBS += -lecamdirectviewfinder -LIBS += -lfbscli -LIBS += -lbitgdi -LIBS += -lxqsettingsmanager -LIBS += -lecampluginsupport -LIBS += -lmediaclientvideo -LIBS += -lefsrv -LIBS += -lsysutil -LIBS += -lbafl -LIBS += -lmediaclientaudio -LIBS += -lecom -LIBS += -lmmfcontrollerframework -LIBS += -lplatformenv -LIBS += -lsensrvclient -LIBS += -lsensrvutil -LIBS += -limagingconfigmanager -LIBS += -lalfclient -LIBS += -lalfdecoderserverclient -LIBS += -lxqserviceutil +LIBS *= -lecam +LIBS *= -lecamadvsettings +LIBS *= -lecamsnapshot +LIBS *= -lecamdirectviewfinder +LIBS *= -lfbscli +LIBS *= -lbitgdi +LIBS *= -lxqsettingsmanager +LIBS *= -lecampluginsupport +LIBS *= -lmediaclientvideo +LIBS *= -lefsrv +LIBS *= -lsysutil +LIBS *= -lbafl +LIBS *= -lmediaclientaudio +LIBS *= -lecom +LIBS *= -lmmfcontrollerframework +LIBS *= -lplatformenv +LIBS *= -lsensrvclient +LIBS *= -lsensrvutil +LIBS *= -limagingconfigmanager +LIBS *= -lalfclient +LIBS *= -lalfdecoderserverclient +LIBS *= -lxqserviceutil +LIBS *= -loommonitor -SOURCES += unittest_cxeenginesymbian.cpp \ +SOURCES *= unittest_cxeenginesymbian.cpp \ cxeenginesymbianunit.cpp \ cxeenginesymbian.cpp \ cxeengine.cpp \ @@ -99,14 +99,17 @@ sensor/xqaccsensor_p.cpp \ cxefakequalitypresets.cpp \ cxequalitypresetssymbian.cpp \ + cxediskmonitor.cpp \ + cxediskmonitorprivate.cpp \ + cxememorymonitor.cpp \ + cxememorymonitorprivate.cpp -HEADERS += unittest_cxeenginesymbian.h \ +HEADERS *= unittest_cxeenginesymbian.h \ cxeenginesymbianunit.h \ cxeenginesymbian.h \ cxeengine.h \ - cxesettingscontrolsymbian.h \ cxeautofocuscontrol.h \ cxeautofocuscontrolsymbian.h \ cxefakeautofocuscontrol.h \ @@ -126,25 +129,25 @@ cxevideocontainer.h \ cxevideocapturecontrol.h \ cxefakevideocapturecontrol.h \ + cxevideocapturecontrolsymbian.h \ cxestatemachine.h \ cxestatemachinebase.h \ cxestate.h \ - cxesettingsmodel.h \ + cxesettings.h \ cxesettingsimp.h \ + cxefakesettings.h \ + cxesettingsmodel.h \ cxesettingscenrepstore.h \ + cxesettingsmappersymbian.h \ + cxesettingscontrolsymbian.h \ cxefilenamegeneratorsymbian.h \ cxefakefilenamegenerator.h \ cxezoomcontrolsymbian.h \ cxefakezoomcontrol.h \ cxezoomcontrol.h \ - cxevideocapturecontrolsymbian.h \ - cxevideocapturecontrol.h \ cxefeaturemanager.h \ cxefeaturemanagerimp.h \ cxefakefeaturemanager.h \ - cxesettings.h \ - cxefakesettings.h \ - cxesettingsmappersymbian.h \ cxesoundplayersymbian.h \ cxesensoreventhandlersymbian.h \ cxesensoreventhandler.h \ @@ -167,4 +170,8 @@ sensor/xqaccsensor_p.h \ cxequalitypresets.h \ cxefakequalitypresets.h \ - cxequalitypresetssymbian.h + cxequalitypresetssymbian.h \ + cxediskmonitor.h \ + cxediskmonitorprivate.h \ + cxememorymonitor.h \ + cxememorymonitorprivate.h