camerauis/cameraxui/cxengine/tsrc/unit/unittest_cxeenginesymbian/unittest_cxeenginesymbian.pro
changeset 19 d9aefe59d544
child 21 fa6d9f75d6a6
child 28 3075d9b614e6
equal deleted inserted replaced
3:8b2d6d0384b0 19:d9aefe59d544
       
     1 #
       
     2 # Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 # All rights reserved.
       
     4 # This component and the accompanying materials are made available
       
     5 # under the terms of "Eclipse Public License v1.0"
       
     6 # which accompanies this distribution, and is available
       
     7 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 #
       
     9 # Initial Contributors:
       
    10 # Nokia Corporation - initial contribution.
       
    11 #
       
    12 # Contributors:
       
    13 #
       
    14 # Description:
       
    15 #
       
    16 
       
    17 include(../unittest.pri)
       
    18 
       
    19 TARGET = unittest_cxeenginesymbian
       
    20 
       
    21 DEFINES += CXE_USE_DUMMY_CAMERA
       
    22 DEFINES = $$unique(DEFINES)
       
    23 
       
    24 INCLUDEPATH += ../../../inc/sensor
       
    25 
       
    26 LIBS += -lecam
       
    27 LIBS += -lecamadvsettings
       
    28 LIBS += -lecamsnapshot
       
    29 LIBS += -lecamdirectviewfinder
       
    30 LIBS += -lfbscli
       
    31 LIBS += -lbitgdi
       
    32 LIBS += -lxqsettingsmanager
       
    33 LIBS += -lecampluginsupport
       
    34 LIBS += -lmediaclientvideo
       
    35 LIBS += -lefsrv
       
    36 LIBS += -lsysutil
       
    37 LIBS += -lbafl
       
    38 LIBS += -lmediaclientaudio
       
    39 LIBS += -lecom
       
    40 LIBS += -lmmfcontrollerframework
       
    41 LIBS += -lplatformenv
       
    42 LIBS += -lsensrvclient
       
    43 LIBS += -lsensrvutil
       
    44 LIBS += -limagingconfigmanager
       
    45 LIBS += -lalfclient
       
    46 LIBS += -lalfdecoderserverclient
       
    47 LIBS += -lxqserviceutil
       
    48 
       
    49 
       
    50 SOURCES += unittest_cxeenginesymbian.cpp \
       
    51            cxeenginesymbianunit.cpp \
       
    52            cxeenginesymbian.cpp \
       
    53            cxeengine.cpp \
       
    54            cxesettingscontrolsymbian.cpp \
       
    55            cxefakeautofocuscontrol.cpp \
       
    56            cxeautofocuscontrolsymbian.cpp \
       
    57            cxevideorecorderutilitysymbian.cpp \
       
    58            cxecameradevicecontrolsymbian.cpp \
       
    59            cxefakecameradevicecontrol.cpp \
       
    60            cxefakecameradevice.cpp \
       
    61            cxecameradevice.cpp \
       
    62            cxefakestillcapturecontrol.cpp \
       
    63            cxestillcapturecontrolsymbian.cpp \
       
    64            cxefakeviewfindercontrol.cpp \
       
    65            cxeviewfindercontrolsymbian.cpp \
       
    66            cxevideocontainer.cpp \
       
    67            cxefakevideocapturecontrol.cpp \
       
    68            cxestatemachine.cpp \
       
    69            cxestatemachinebase.cpp \
       
    70            cxestate.cpp \
       
    71            cxesettingsmodelimp.cpp \
       
    72            cxesettingscenrepstore.cpp \
       
    73            cxefilenamegeneratorsymbian.cpp \
       
    74            cxefakefilenamegenerator.cpp \
       
    75            cxezoomcontrolsymbian.cpp \
       
    76            cxefakezoomcontrol.cpp \
       
    77            cxevideocapturecontrolsymbian.cpp \
       
    78            cxefeaturemanagerimp.cpp \
       
    79            cxefakefeaturemanager.cpp \
       
    80            cxesettingsimp.cpp \
       
    81            cxesettingsmappersymbian.cpp \
       
    82            cxefakesettings.cpp \
       
    83            cxesoundplayersymbian.cpp \
       
    84            cxesensoreventhandlersymbian.cpp \
       
    85            cxefakesensoreventhandler.cpp \
       
    86            cxeerrormappingsymbian.cpp \
       
    87            cxefilesavethread.cpp \
       
    88            cxefilesavethreadfactoryunit.cpp \
       
    89            cxeimagedataitemsymbian.cpp \
       
    90            cxeimagedataqueuesymbian.cpp \
       
    91            cxestillimagesymbian.cpp \
       
    92            cxedummycamera.cpp \
       
    93            cxesysutil.cpp \
       
    94            sensor/xqsensor.cpp \
       
    95            sensor/xqaccsensor.cpp \
       
    96            sensor/xqdeviceorientation.cpp \
       
    97            sensor/xqdeviceorientation_p.cpp \
       
    98            sensor/xqsensor_p.cpp \
       
    99            sensor/xqaccsensor_p.cpp \
       
   100            cxefakequalitypresets.cpp \
       
   101            cxequalitypresetssymbian.cpp \
       
   102 
       
   103 
       
   104 
       
   105 HEADERS += unittest_cxeenginesymbian.h \
       
   106            cxeenginesymbianunit.h \
       
   107            cxeenginesymbian.h \
       
   108            cxeengine.h \
       
   109            cxesettingscontrolsymbian.h \
       
   110            cxeautofocuscontrol.h \
       
   111            cxeautofocuscontrolsymbian.h \
       
   112            cxefakeautofocuscontrol.h \
       
   113            cxevideorecorderutility.h \
       
   114            cxevideorecorderutilitysymbian.h \
       
   115            cxecameradevice.h \
       
   116            cxecameradevicecontrol.h \
       
   117            cxefakecameradevicecontrol.h \
       
   118            cxecameradevicecontrolsymbian.h \
       
   119            cxefakecameradevice.h \
       
   120            cxestillcapturecontrol.h \
       
   121            cxefakestillcapturecontrol.h \
       
   122            cxestillcapturecontrolsymbian.h \
       
   123            cxeviewfindercontrol.h \
       
   124            cxefakeviewfindercontrol.h \
       
   125            cxeviewfindercontrolsymbian.h \
       
   126            cxevideocontainer.h \
       
   127            cxevideocapturecontrol.h \
       
   128            cxefakevideocapturecontrol.h \
       
   129            cxestatemachine.h \
       
   130            cxestatemachinebase.h \
       
   131            cxestate.h \
       
   132            cxesettingsmodel.h \
       
   133            cxesettingsimp.h \
       
   134            cxesettingscenrepstore.h \
       
   135            cxefilenamegeneratorsymbian.h \
       
   136            cxefakefilenamegenerator.h \
       
   137            cxezoomcontrolsymbian.h \
       
   138            cxefakezoomcontrol.h \
       
   139            cxezoomcontrol.h \
       
   140            cxevideocapturecontrolsymbian.h \
       
   141            cxevideocapturecontrol.h \
       
   142            cxefeaturemanager.h \
       
   143            cxefeaturemanagerimp.h \
       
   144            cxefakefeaturemanager.h \
       
   145            cxesettings.h \
       
   146            cxefakesettings.h \
       
   147            cxesettingsmappersymbian.h \
       
   148            cxesoundplayersymbian.h \
       
   149            cxesensoreventhandlersymbian.h \
       
   150            cxesensoreventhandler.h \
       
   151            cxefakesensoreventhandler.h \
       
   152            cxeerrormappingsymbian.h \
       
   153            cxefilesavethread.h \
       
   154            cxeimagedataitemsymbian.h \
       
   155            cxeimagedataitem.h \
       
   156            cxeimagedataqueuesymbian.h \
       
   157            cxeimagedataqueue.h \
       
   158            cxestillimagesymbian.h \
       
   159            cxestillimage.h \
       
   160            cxedummycamera.h \
       
   161            cxesysutil.h \
       
   162            sensor/xqsensor.h \
       
   163            sensor/xqaccsensor.h \
       
   164            sensor/xqdeviceorientation.h \
       
   165            sensor/xqdeviceorientation_p.h \
       
   166            sensor/xqsensor_p.h \
       
   167            sensor/xqaccsensor_p.h \
       
   168            cxequalitypresets.h \
       
   169            cxefakequalitypresets.h \
       
   170            cxequalitypresetssymbian.h