camerauis/cameraxui/cxengine/tsrc/unit/unittest_cxeenginesymbian/unittest_cxeenginesymbian.pro
changeset 43 0e652f8f1fbd
parent 28 3075d9b614e6
child 45 24fd82631616
equal deleted inserted replaced
28:3075d9b614e6 43:0e652f8f1fbd
     1 #
     1 #
     2 # Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     2 # Copyright (c) 2009-2010 Nokia Corporation and/or its subsidiary(-ies).
     3 # All rights reserved.
     3 # All rights reserved.
     4 # This component and the accompanying materials are made available
     4 # This component and the accompanying materials are made available
     5 # under the terms of "Eclipse Public License v1.0"
     5 # under the terms of "Eclipse Public License v1.0"
     6 # which accompanies this distribution, and is available
     6 # which accompanies this distribution, and is available
     7 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
    39 LIBS *= -lmmfcontrollerframework
    39 LIBS *= -lmmfcontrollerframework
    40 LIBS *= -lplatformenv
    40 LIBS *= -lplatformenv
    41 LIBS *= -lsensrvclient
    41 LIBS *= -lsensrvclient
    42 LIBS *= -lsensrvutil
    42 LIBS *= -lsensrvutil
    43 LIBS *= -limagingconfigmanager
    43 LIBS *= -limagingconfigmanager
    44 LIBS *= -lalfclient
       
    45 LIBS *= -lalfdecoderserverclient
       
    46 LIBS *= -lxqserviceutil
    44 LIBS *= -lxqserviceutil
    47 LIBS *= -loommonitor
    45 LIBS *= -loommonitor
       
    46 LIBS += -llocationmanager
    48 
    47 
    49 
    48 
    50 SOURCES *= unittest_cxeenginesymbian.cpp \
    49 SOURCES *= unittest_cxeenginesymbian.cpp \
    51            cxeenginesymbianunit.cpp \
    50            cxeenginesymbianunit.cpp \
    52            cxeenginesymbian.cpp \
    51            cxeenginesymbian.cpp \
   100            cxefakequalitypresets.cpp \
    99            cxefakequalitypresets.cpp \
   101            cxequalitypresetssymbian.cpp \
   100            cxequalitypresetssymbian.cpp \
   102            cxediskmonitor.cpp \
   101            cxediskmonitor.cpp \
   103            cxediskmonitorprivate.cpp \
   102            cxediskmonitorprivate.cpp \
   104            cxememorymonitor.cpp \
   103            cxememorymonitor.cpp \
   105            cxememorymonitorprivate.cpp
   104            cxememorymonitorprivate.cpp \
       
   105            cxesnapshotcontrol.cpp \
       
   106            cxesnapshotcontrolprivate.cpp \
       
   107            cxefakesettingsmodel.cpp \
       
   108            cxegeotaggingtrail.cpp \
       
   109            cxegeotaggingtrailprivate.cpp           
   106 
   110 
   107 
   111 
   108 
   112 
   109 HEADERS *= unittest_cxeenginesymbian.h \
   113 HEADERS *= unittest_cxeenginesymbian.h \
   110            cxeenginesymbianunit.h \
   114            cxeenginesymbianunit.h \
   172            cxefakequalitypresets.h \
   176            cxefakequalitypresets.h \
   173            cxequalitypresetssymbian.h \
   177            cxequalitypresetssymbian.h \
   174            cxediskmonitor.h \
   178            cxediskmonitor.h \
   175            cxediskmonitorprivate.h \
   179            cxediskmonitorprivate.h \
   176            cxememorymonitor.h \
   180            cxememorymonitor.h \
   177            cxememorymonitorprivate.h
   181            cxememorymonitorprivate.h \
       
   182            cxesnapshotcontrol.h \
       
   183            cxesnapshotcontrolprivate.h \
       
   184            cxefakesettingsmodel.h \
       
   185            cxegeotaggingtrail.h \
       
   186            cxegeotaggingtrailprivate.h