camerauis/cameraxui/cxengine/tsrc/unit/unittest_cxestillcapturecontrolsymbian/unittest_cxestillcapturecontrolsymbian.pro
changeset 19 d9aefe59d544
child 21 fa6d9f75d6a6
child 28 3075d9b614e6
equal deleted inserted replaced
3:8b2d6d0384b0 19:d9aefe59d544
       
     1 # Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 # All rights reserved.
       
     3 # This component and the accompanying materials are made available
       
     4 # under the terms of "Eclipse Public License v1.0"
       
     5 # which accompanies this distribution, and is available
       
     6 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 # Initial Contributors:
       
     8 # Nokia Corporation - initial contribution.
       
     9 # Contributors:
       
    10 # Description:
       
    11 
       
    12 include(../unittest.pri)
       
    13 TARGET = unittest_cxestillcapturecontrolsymbian
       
    14 
       
    15 LIBS += -lecamadvsettings
       
    16 LIBS += -lecamsnapshot
       
    17 LIBS += -lecamdirectviewfinder
       
    18 LIBS += -lfbscli
       
    19 LIBS += -lbitgdi
       
    20 LIBS += -lsysutil
       
    21 LIBS += -lbafl
       
    22 LIBS += -lmediaclientaudio
       
    23 LIBS += -lecom
       
    24 LIBS += -lecam
       
    25 LIBS += -lecamsnapshot
       
    26 LIBS += -lecampluginsupport
       
    27 LIBS += -lmmfcontrollerframework
       
    28 LIBS += -lxqsettingsmanager
       
    29 LIBS += -lsensrvclient
       
    30 LIBS += -lsensrvutil
       
    31 LIBS += -lplatformenv
       
    32 
       
    33 DEFINES += CXE_USE_DUMMY_CAMERA
       
    34 DEFINES = $$unique(DEFINES)
       
    35 
       
    36 SOURCES += unittest_cxestillcapturecontrolsymbian.cpp \
       
    37     cxestillcapturecontrolsymbian.cpp \
       
    38     cxestatemachine.cpp \
       
    39     cxestate.cpp \
       
    40     cxestatemachinebase.cpp \
       
    41     cxeerrormappingsymbian.cpp \
       
    42     cxesettingsmappersymbian.cpp \
       
    43     cxedummycamera.cpp \
       
    44     cxecameradevice.cpp \
       
    45     cxefakecameradevice.cpp \
       
    46     cxecameradevicecontrolsymbian.cpp \
       
    47     cxefakecameradevicecontrol.cpp \
       
    48     cxeimagedataqueuesymbian.cpp \
       
    49     cxefakefilenamegenerator.cpp \
       
    50     cxefakesensoreventhandler.cpp \
       
    51     cxestillimagesymbian.cpp \
       
    52     cxefakequalitypresets.cpp \
       
    53     cxesensoreventhandlersymbian.cpp \
       
    54     cxeimagedataitemsymbian.cpp \
       
    55     sensor/xqdeviceorientation.cpp \
       
    56     sensor/xqdeviceorientation_p.cpp \
       
    57     sensor/xqaccsensor.cpp \
       
    58     sensor/xqaccsensor_p.cpp \
       
    59     sensor/xqsensor.cpp \
       
    60     sensor/xqsensor_p.cpp \
       
    61     cxesettingsmodelimp.cpp \
       
    62     cxesettingsimp.cpp \
       
    63     cxefakeviewfindercontrol.cpp \
       
    64     cxesoundplayersymbian.cpp \
       
    65     cxesysutil.cpp \
       
    66     cxefakeautofocuscontrol.cpp \
       
    67     cxefakesettings.cpp \
       
    68     cxefilesavethread.cpp \
       
    69     cxefakefilesavethread.cpp
       
    70 
       
    71 HEADERS += unittest_cxestillcapturecontrolsymbian.h \
       
    72     cxestillcapturecontrolsymbian.h \
       
    73     cxestate.h \
       
    74     cxestatemachine.h \
       
    75     cxestatemachinebase.h \
       
    76     cxeerrormappingsymbian.h \
       
    77     cxesettingsmappersymbian.h \
       
    78     cxedummycamera.h \
       
    79     cxecameradevice.h \
       
    80     cxefakecameradevice.h \
       
    81     cxecameradevicecontrol.h \
       
    82     cxecameradevicecontrolsymbian.h \
       
    83     cxefakecameradevicecontrol.h \
       
    84     cxutils.h \
       
    85     cxeimagedataitem.h \
       
    86     cxeimagedataitemsymbian.h \
       
    87     cxeimagedataqueuesymbian.h \
       
    88     cxestillcapturecontrol.h \
       
    89     cxefakefilenamegenerator.h \
       
    90     cxefakesensoreventhandler.h \
       
    91     cxestillimagesymbian.h \
       
    92     cxesensoreventhandler.h \
       
    93     cxesensoreventhandlersymbian.h \
       
    94     cxeimagedataqueue.h \
       
    95     cxeimagedataitem.h \
       
    96     cxeimagedataitemsymbian.h \
       
    97     sensor/xqdeviceorientation.h \
       
    98     sensor/xqdeviceorientation_p.h \
       
    99     sensor/xqaccsensor.h \
       
   100     sensor/xqsensor.h \
       
   101     sensor/xqsensor_p.h \
       
   102     sensor/xqaccsensor_p.h \
       
   103     cxesettingsmodel.h \
       
   104     cxesettingsimp.h \
       
   105     cxesettings.h \
       
   106     cxecenrepkeys.h \
       
   107     cxefakeviewfindercontrol.h \
       
   108     cxeviewfindercontrol.h \
       
   109     cxesoundplayersymbian.h \
       
   110     cxesysutil.h \
       
   111     cxefakeautofocuscontrol.h \
       
   112     cxeautofocuscontrol.h \
       
   113     cxefakesettings.h \
       
   114     cxefakequalitypresets.h \
       
   115     cxefakefilesavethread.h \
       
   116     cxefilesavethread.h \
       
   117     cxequalitypresets.h