camerauis/cameraxui/cxengine/tsrc/unit/unittest_cxevideocapturecontrolsymbian/unittest_cxevideocapturecontrolsymbian.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 include(../unittest.pri)
       
    12 TARGET = unittest_cxevideocapturecontrolsymbian
       
    13 
       
    14 LIBS += -lecamadvsettings
       
    15 LIBS += -lecam
       
    16 LIBS += -lecampluginsupport
       
    17 LIBS += -lfbscli
       
    18 LIBS += -lbitgdi
       
    19 LIBS += -lecamdirectviewfinder
       
    20 LIBS += -lecamsnapshot
       
    21 
       
    22 LIBS += -lmediaclientvideo
       
    23 LIBS += -lmediaclientaudio
       
    24 LIBS += -lmmfcontrollerframework
       
    25 LIBS += -lplatformenv
       
    26 
       
    27 
       
    28 DEFINES += CXE_USE_DUMMY_CAMERA
       
    29 DEFINES = $$unique(DEFINES)
       
    30 SOURCES += unittest_cxevideocapturecontrolsymbian.cpp \
       
    31     cxevideocapturecontrolsymbian.cpp \
       
    32     cxevideocapturecontrolsymbianunit.cpp \
       
    33     cxefakevideorecorderutility.cpp \
       
    34     cxevideorecorderutilitysymbian.cpp \
       
    35     cxefakefilenamegenerator.cpp \
       
    36     cxedummycamera.cpp \
       
    37     cxefakecameradevice.cpp \
       
    38     cxecameradevice.cpp \
       
    39     cxefakeviewfindercontrol.cpp \
       
    40     cxefakecameradevicecontrol.cpp \
       
    41     cxefakesettings.cpp \
       
    42     cxesettingsimp.cpp \
       
    43     cxefakesettingsmodel.cpp \
       
    44     cxestatemachine.cpp \
       
    45     cxestate.cpp \
       
    46     cxestatemachinebase.cpp \
       
    47     cxesettingsmappersymbian.cpp \
       
    48     cxesoundplayersymbian.cpp \
       
    49     cxeerrormappingsymbian.cpp \
       
    50     cxefakequalitypresets.cpp \
       
    51     cxesysutil.cpp
       
    52 
       
    53 HEADERS += unittest_cxevideocapturecontrolsymbian.h \
       
    54     cxevideocapturecontrolsymbian.h \
       
    55     cxevideocapturecontrolsymbianunit.h \
       
    56     cxevideorecorderutility.h \
       
    57     cxefakevideorecorderutility.h \
       
    58     cxevideorecorderutilitysymbian.h \
       
    59     cxevideocapturecontrol.h \
       
    60     cxefakefilenamegenerator.h \
       
    61     cxedummycamera.h \
       
    62     cxefakecameradevice.h \
       
    63     cxecameradevice.h \
       
    64     cxefakeviewfindercontrol.h \
       
    65     cxeviewfindercontrol.h \
       
    66     cxefakecameradevicecontrol.h \
       
    67     cxesettingsimp.h \
       
    68     cxesettings.h \
       
    69     cxefakesettings.h \
       
    70     cxefakesettingsmodel.h \
       
    71     cxestatemachine.h \
       
    72     cxestate.h \
       
    73     cxeerrormappingsymbian.h \
       
    74     cxestatemachinebase.h \
       
    75     cxecameradevicecontrol.h \
       
    76     cxesettingsmappersymbian.h \
       
    77     cxesoundplayersymbian.h \
       
    78     cxutils.h \
       
    79     cxefakequalitypresets.h \
       
    80     cxesysutil.h