camerauis/cameraxui/cxengine/tsrc/unit/unittest_cxeviewfindercontrolsymbian/unittest_cxeviewfindercontrolsymbian.pro
branchRCL_3
changeset 24 bac7acad7cb3
parent 23 61bc0f252b2b
child 25 2c87b2808fd7
equal deleted inserted replaced
23:61bc0f252b2b 24:bac7acad7cb3
     1 # Copyright (c) 2009-2010 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 
       
    14 TARGET = unittest_cxeviewfindercontrolsymbian
       
    15 
       
    16 LIBS *= -lecamadvsettings
       
    17 LIBS *= -lecam
       
    18 LIBS *= -lecamsnapshot
       
    19 LIBS *= -lecampluginsupport
       
    20 LIBS *= -lecamdirectviewfinder
       
    21 LIBS *= -lfbscli
       
    22 LIBS *= -lbitgdi
       
    23 LIBS *= -lcone
       
    24 LIBS *= -lws32
       
    25 LIBS *= -lgdi
       
    26 
       
    27 DEFINES *= CXE_USE_DUMMY_CAMERA
       
    28 
       
    29 SOURCES *= unittest_cxeviewfindercontrolsymbian.cpp \
       
    30            cxeviewfindercontrolsymbian.cpp \
       
    31            cxestatemachine.cpp \
       
    32            cxestate.cpp \
       
    33            cxestatemachinebase.cpp \
       
    34            cxeerrormappingsymbian.cpp \
       
    35            cxesettingsmappersymbian.cpp \
       
    36            cxedummycamera.cpp \
       
    37            cxecameradevice.cpp \
       
    38            cxefakecameradevice.cpp \
       
    39            cxecameradevicecontrolsymbian.cpp \
       
    40            cxefakecameradevicecontrol.cpp \
       
    41            cxefakecontainer.cpp \
       
    42            cxevideocontainer.cpp
       
    43 
       
    44 HEADERS *= unittest_cxeviewfindercontrolsymbian.h \
       
    45            cxeviewfindercontrol.h \
       
    46            cxeviewfindercontrolsymbian.h \
       
    47            cxestatemachine.h \
       
    48            cxestate.h \
       
    49            cxestatemachinebase.h \
       
    50            cxeerrormappingsymbian.h \
       
    51            cxesettingsmappersymbian.h \
       
    52            cxedummycamera.h \
       
    53            cxecameradevice.h \
       
    54            cxefakecameradevice.h \
       
    55            cxecameradevicecontrol.h \
       
    56            cxecameradevicecontrolsymbian.h \
       
    57            cxefakecameradevicecontrol.h \
       
    58            cxefakecontainer.h \
       
    59            cxevideocontainer.h \
       
    60            cxutils.h