camerauis/cameraxui/cxengine/tsrc/unit/unittest_cxecameradevice/unittest_cxecameradevice.pro
branchRCL_3
changeset 24 bac7acad7cb3
parent 23 61bc0f252b2b
child 25 2c87b2808fd7
equal deleted inserted replaced
23:61bc0f252b2b 24:bac7acad7cb3
     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 
       
    14 TARGET = unittest_cxecameradevice
       
    15 
       
    16 LIBS *= -lecamadvsettings
       
    17 LIBS *= -lecamsnapshot
       
    18 LIBS *= -lecam
       
    19 LIBS *= -lecampluginsupport
       
    20 LIBS *= -lfbscli
       
    21 LIBS *= -lbitgdi
       
    22 
       
    23 DEFINES *= CXE_USE_DUMMY_CAMERA
       
    24 
       
    25 SOURCES *= unittest_cxecameradevice.cpp \
       
    26     cxestate.cpp \
       
    27     cxestatemachinebase.cpp \
       
    28     cxestatemachine.cpp \
       
    29     cxedummycamera.cpp \
       
    30     cxecameradevice.cpp \
       
    31     cxeerrormappingsymbian.cpp
       
    32 HEADERS *= unittest_cxecameradevice.h \
       
    33     cxestate.h \
       
    34     cxestatemachinebase.h \
       
    35     cxestatemachine.h \
       
    36     cxedummycamera.h \
       
    37     cxecameradevice.h \
       
    38     cxutils.h \
       
    39     cxeerrormappingsymbian.h