camerauis/cameraxui/cxengine/tsrc/unit/unittest_cxeimagedataqueuesymbian/unittest_cxeimagedataqueuesymbian.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_cxeimagedataqueuesymbian
       
    15 
       
    16 LIBS *= -lsysutil
       
    17 LIBS *= -lplatformenv
       
    18 LIBS *= -lefsrv
       
    19 LIBS *= -lcone
       
    20 
       
    21 SOURCES *= unittest_cxeimagedataqueuesymbian.cpp \
       
    22            cxeimagedataqueuesymbian.cpp \
       
    23            cxeimagedataqueueunit.cpp \
       
    24            cxeimagedataitemsymbian.cpp \
       
    25            cxefakeimagedataitem.cpp \
       
    26            cxestatemachine.cpp \
       
    27            cxestate.cpp \
       
    28            cxestatemachinebase.cpp \
       
    29            cxeerrormappingsymbian.cpp \
       
    30            cxesysutil.cpp
       
    31 
       
    32 HEADERS *= unittest_cxeimagedataqueuesymbian.h \
       
    33            cxeimagedataqueue.h \
       
    34            cxeimagedataqueuesymbian.h \
       
    35            cxeimagedataqueueunit.h \
       
    36            cxeimagedataitem.h \
       
    37            cxeimagedataitemsymbian.h \
       
    38            cxefakeimagedataitem.h \
       
    39            cxestate.h \
       
    40            cxestatemachine.h \
       
    41            cxestatemachinebase.h \
       
    42            cxeerrormappingsymbian.h \
       
    43            cxutils.h \
       
    44            cxesysutil.h