camerauis/cameraxui/cxengine/tsrc/unit/unittest_cxecameradevicecontrolsymbian/unittest_cxecameradevicecontrolsymbian.pro
branchRCL_3
changeset 24 bac7acad7cb3
parent 23 61bc0f252b2b
child 25 2c87b2808fd7
equal deleted inserted replaced
23:61bc0f252b2b 24:bac7acad7cb3
     1 #
       
     2 # Copyright (c) 2009-2010 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_cxecameradevicecontrolsymbian
       
    20 
       
    21 LIBS *= -lplatformenv
       
    22 LIBS *= -lecamadvsettings
       
    23 LIBS *= -lecamsnapshot
       
    24 LIBS *= -lecam
       
    25 LIBS *= -lecampluginsupport
       
    26 LIBS *= -lfbscli
       
    27 LIBS *= -lbitgdi
       
    28 LIBS *= -lsysutil
       
    29 LIBS *= -lefsrv
       
    30 LIBS *= -lcone
       
    31 
       
    32 DEFINES *= CXE_USE_DUMMY_CAMERA
       
    33 
       
    34 SOURCES *= unittest_cxecameradevicecontrolsymbian.cpp \
       
    35            cxecameradevicecontrolsymbian.cpp \
       
    36            cxecameradevicecontrolunit.cpp \
       
    37            cxecameradevice.cpp \
       
    38            cxefakecameradevice.cpp \
       
    39            cxefilenamegeneratorsymbian.cpp \
       
    40            cxeerrormappingsymbian.cpp \
       
    41            cxestatemachine.cpp \
       
    42            cxestate.cpp \
       
    43            cxestatemachinebase.cpp \
       
    44            cxedummycamera.cpp \
       
    45            cxesysutil.cpp
       
    46 
       
    47 HEADERS *= unittest_cxecameradevicecontrolsymbian.h \
       
    48            cxecameradevicecontrolsymbian.h \
       
    49            cxecameradevicecontrolunit.h \
       
    50            cxecameradevicecontrol.h \
       
    51            cxecameradevice.h \
       
    52            cxefakecameradevice.h \
       
    53            cxestatemachine.h \
       
    54            cxestate.h \
       
    55            cxestatemachinebase.h \
       
    56            cxefilenamegenerator.h \
       
    57            cxesysutil.h
       
    58 
       
    59 
       
    60 
       
    61