camerauis/cameraxui/cxengine/cxengine.pro
changeset 19 d9aefe59d544
child 21 fa6d9f75d6a6
equal deleted inserted replaced
3:8b2d6d0384b0 19:d9aefe59d544
       
     1 #
       
     2 # Copyright (c) 2009 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(../camerax.pri)
       
    18 
       
    19 TEMPLATE = lib
       
    20 TARGET =
       
    21 DEPENDPATH += inc inc/api src/dummyengine
       
    22 INCLUDEPATH += inc \
       
    23                inc/sensor \
       
    24                inc/api \
       
    25                src/dummyengine \
       
    26                ../traces  \
       
    27                ../extensions/inc
       
    28 
       
    29 VPATH += src
       
    30 CONFIG += dll
       
    31 MOC_DIR = tmp
       
    32 
       
    33 TARGET.CAPABILITY = ALL -TCB -DRM
       
    34 TARGET.UID3 = 0x20027016
       
    35 
       
    36 # Libs
       
    37 LIBS += -lecam
       
    38 LIBS += -lecamadvsettings
       
    39 LIBS += -lecamsnapshot
       
    40 LIBS += -lfbscli
       
    41 LIBS += -lbitgdi
       
    42 LIBS += -lgdi
       
    43 LIBS += -lws32
       
    44 LIBS += -lcone
       
    45 LIBS += -lecamdirectviewfinder
       
    46 LIBS += -lmediaclientvideo
       
    47 LIBS += -lefsrv
       
    48 LIBS += -lsysutil
       
    49 LIBS += -lbafl
       
    50 LIBS += -lmediaclientaudio
       
    51 LIBS += -lecom
       
    52 LIBS += -lecampluginsupport
       
    53 LIBS += -lmmfcontrollerframework
       
    54 LIBS += -lplatformenv
       
    55 LIBS += -lxqsettingsmanager
       
    56 LIBS += -lsensrvclient
       
    57 LIBS += -lsensrvutil
       
    58 LIBS += -limagingconfigmanager
       
    59 LIBS += -lharvesterclient
       
    60 LIBS += -lthumbnailmanagerqt
       
    61 LIBS += -lxqserviceutil
       
    62 
       
    63 symbian {
       
    64    TARGET.EPOCALLOWDLLDATA = 1 // TODO: check this out??
       
    65 }
       
    66 
       
    67 # dependencies
       
    68 #cxeenginecenrep.sources = cenrep/20027017.txt cenrep/20027018.txt
       
    69 #cxeenginecenrep.path = /private/10202be9
       
    70 # deploy it
       
    71 #DEPLOYMENT += cxeenginecenrep
       
    72 
       
    73 
       
    74 # Sound files
       
    75 symbian {
       
    76     CXENGINE_DIR = $$section(PWD,":",1)
       
    77     BLD_INF_RULES.prj_exports += "$$CXENGINE_DIR/data/autoFocus.wav    /epoc32/data/z/system/sounds/digital/autoFocus.wav"
       
    78     BLD_INF_RULES.prj_exports += "$$CXENGINE_DIR/data/capture.wav      /epoc32/data/z/system/sounds/digital/capture.wav"
       
    79     BLD_INF_RULES.prj_exports += "$$CXENGINE_DIR/data/videoStart.wav   /epoc32/data/z/system/sounds/digital/videoStart.wav"
       
    80     BLD_INF_RULES.prj_exports += "$$CXENGINE_DIR/data/videoStop.wav    /epoc32/data/z/system/sounds/digital/videoStop.wav"
       
    81 }
       
    82 
       
    83 # confml, crml files
       
    84 symbian {
       
    85     CXENGINE_DIR = $$section(PWD,":",1)
       
    86     BLD_INF_RULES.prj_exports += "$${LITERAL_HASH}include <platform_paths.hrh>"
       
    87     BLD_INF_RULES.prj_exports += "$$CXENGINE_DIR/conf/camerax.confml                    APP_LAYER_CONFML(camerax.confml)
       
    88     BLD_INF_RULES.prj_exports += "$$CXENGINE_DIR/conf/camerax_20027017.crml             APP_LAYER_CRML(camerax_20027017.crml)
       
    89     BLD_INF_RULES.prj_exports += "$$CXENGINE_DIR/conf/cameraxvariation.confml           APP_LAYER_CONFML(cameraxvariation.confml)
       
    90     BLD_INF_RULES.prj_exports += "$$CXENGINE_DIR/conf/cameraxvariation_20027018.crml    APP_LAYER_CRML(cameraxvariation_20027018.crml)
       
    91 }
       
    92 
       
    93 
       
    94 # Input
       
    95 HEADERS += cxecameradevicecontrol.h \
       
    96            cxecameradevicecontrolsymbian.h \
       
    97            cxeengine.h \
       
    98            cxeenginesymbian.h \
       
    99            cxeviewfindercontrol.h \
       
   100            cxeviewfindercontrolsymbian.h \
       
   101            cxestillcapturecontrol.h \
       
   102            cxestillcapturecontrolsymbian.h \
       
   103            cxevideocapturecontrol.h \
       
   104            cxevideocapturecontrolsymbian.h \
       
   105            cxesettingscontrolsymbian.h \
       
   106            cxeautofocuscontrol.h \
       
   107            cxeautofocuscontrolsymbian.h \
       
   108            cxezoomcontrol.h \
       
   109            cxezoomcontrolsymbian.h \
       
   110            cxeimagedataqueue.h \
       
   111            cxeimagedataqueuesymbian.h \
       
   112            cxeimagedataitem.h \
       
   113            cxeimagedataitemsymbian.h \
       
   114            cxefilenamegeneratorsymbian.h \
       
   115            cxecameradevice.h \
       
   116            cxutils.h \
       
   117            cxeerror.h \
       
   118            cxeerrormappingsymbian.h \
       
   119            cxesoundplayersymbian.h \
       
   120            cxenamespace.h \
       
   121            cxesettings.h \
       
   122            cxesettingsimp.h \
       
   123            cxefeaturemanager.h \
       
   124            cxefeaturemanagerimp.h \
       
   125            cxesettingsmodel.h \
       
   126            cxesettingsmodelimp.h \
       
   127            cxestatemachine.h \
       
   128            cxestate.h \
       
   129            cxestatemachinebase.h \
       
   130            cxestillimage.h \
       
   131            cxestillimagesymbian.h \
       
   132            cxevideorecorderutility.h \
       
   133            cxevideorecorderutilitysymbian.h \
       
   134            cxedummycamera.h \
       
   135            cxesettingsmappersymbian.h \
       
   136            cxefilesavethread.h \
       
   137            cxefilesavethreadsymbian.h \
       
   138            cxesensoreventhandler.h \
       
   139            cxesensoreventhandlersymbian.h \
       
   140            cxesettingscenrepstore.h \
       
   141            cxesysutil.h \
       
   142            cxevideocontainer.h \
       
   143            cxequalitydetails.h \
       
   144            cxequalitypresets.h \
       
   145            cxequalitypresetssymbian.h \
       
   146            cxeharvestercontrolsymbian.h \
       
   147            cxethumbnailmanagersymbian.h \
       
   148            sensor/xqsensor.h \
       
   149            sensor/xqaccsensor.h \
       
   150            sensor/xqdeviceorientation.h \
       
   151            sensor/xqdeviceorientation_p.h \
       
   152            sensor/xqsensor_p.h \
       
   153            sensor/xqaccsensor_p.h \
       
   154            ../traces/OstTraceDefinitions.h
       
   155 
       
   156 SOURCES += cxecameradevicecontrolsymbian.cpp \
       
   157            cxeengine.cpp \
       
   158            cxeenginesymbian.cpp \
       
   159            cxeviewfindercontrolsymbian.cpp \
       
   160            cxestillcapturecontrolsymbian.cpp \
       
   161            cxevideocapturecontrolsymbian.cpp \
       
   162            cxesettingscontrolsymbian.cpp \
       
   163            cxeautofocuscontrolsymbian.cpp \
       
   164            cxezoomcontrolsymbian.cpp \
       
   165            cxeimagedataqueuesymbian.cpp \
       
   166            cxeimagedataitemsymbian.cpp \
       
   167            cxefilenamegeneratorsymbian.cpp \
       
   168            cxecameradevice.cpp \
       
   169            cxesoundplayersymbian.cpp \
       
   170            cxesettingsmodelimp.cpp \
       
   171            cxesettingsimp.cpp \
       
   172            cxefeaturemanagerimp.cpp \
       
   173            cxestatemachine.cpp \
       
   174            cxestate.cpp \
       
   175            cxestatemachinebase.cpp \
       
   176            cxeerrormappingsymbian.cpp \
       
   177            cxestillimagesymbian.cpp \
       
   178            cxevideorecorderutilitysymbian.cpp \
       
   179            cxesettingsmappersymbian.cpp \
       
   180            cxedummycamera.cpp \
       
   181            cxefilesavethread.cpp \
       
   182            cxefilesavethreadsymbian.cpp \
       
   183            cxesensoreventhandlersymbian.cpp \
       
   184            cxesettingscenrepstore.cpp \
       
   185            cxesysutil.cpp \
       
   186            cxevideocontainer.cpp \
       
   187            cxequalitypresetssymbian.cpp \
       
   188            cxeharvestercontrolsymbian.cpp \
       
   189            cxethumbnailmanagersymbian.cpp \
       
   190            sensor/xqsensor.cpp \
       
   191            sensor/xqaccsensor.cpp \
       
   192            sensor/xqdeviceorientation.cpp \
       
   193            sensor/xqdeviceorientation_p.cpp \
       
   194            sensor/xqsensor_p.cpp \
       
   195            sensor/xqaccsensor_p.cpp
       
   196 
       
   197 
       
   198