vtuis/lcvtindicatorcontroller/lcvtindicatorcontroller.pro
author hgs
Fri, 09 Jul 2010 15:04:41 +0300
changeset 41 f65a18712d2e
child 36 f5f903566743
permissions -rw-r--r--
201027
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
41
hgs
parents:
diff changeset
     1
# Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
hgs
parents:
diff changeset
     2
# All rights reserved.
hgs
parents:
diff changeset
     3
# This component and the accompanying materials are made available
hgs
parents:
diff changeset
     4
# under the terms of "Eclipse Public License v1.0"
hgs
parents:
diff changeset
     5
# which accompanies this distribution, and is available
hgs
parents:
diff changeset
     6
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
hgs
parents:
diff changeset
     7
# Initial Contributors:
hgs
parents:
diff changeset
     8
# Nokia Corporation - initial contribution.
hgs
parents:
diff changeset
     9
# Contributors:
hgs
parents:
diff changeset
    10
# Description:
hgs
parents:
diff changeset
    11
hgs
parents:
diff changeset
    12
TEMPLATE = lib
hgs
parents:
diff changeset
    13
TARGET = lcvtindicatorcontroller
hgs
parents:
diff changeset
    14
CONFIG += hb dll svg
hgs
parents:
diff changeset
    15
    
hgs
parents:
diff changeset
    16
QT += core
hgs
parents:
diff changeset
    17
    
hgs
parents:
diff changeset
    18
INCLUDEPATH += ./inc
hgs
parents:
diff changeset
    19
INCLUDEPATH += ../../inc
hgs
parents:
diff changeset
    20
INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
hgs
parents:
diff changeset
    21
hgs
parents:
diff changeset
    22
DEFINES += LCVTINDICATORCONTROLLER_LIB
hgs
parents:
diff changeset
    23
hgs
parents:
diff changeset
    24
libFiles.sources = lcvtindicatorcontroller.dll
hgs
parents:
diff changeset
    25
libFiles.path = "!:/sys/bin"
hgs
parents:
diff changeset
    26
DEPLOYMENT += libFiles
hgs
parents:
diff changeset
    27
hgs
parents:
diff changeset
    28
symbian: {
hgs
parents:
diff changeset
    29
    TARGET.UID2 = 0x1000008d
hgs
parents:
diff changeset
    30
    TARGET.UID3 = 0x200315EC
hgs
parents:
diff changeset
    31
hgs
parents:
diff changeset
    32
    TARGET.CAPABILITY = CAP_GENERAL_DLL
hgs
parents:
diff changeset
    33
    TARGET.EPOCALLOWDLLDATA = 1
hgs
parents:
diff changeset
    34
    LIBS += -lflogger -lxqplugins -lxqservice -lxqserviceutil
hgs
parents:
diff changeset
    35
    defFiles = "$${LITERAL_HASH}ifdef WINS" \
hgs
parents:
diff changeset
    36
        "DEFFILE bwins/lcvtindicatorcontroller.def" \
hgs
parents:
diff changeset
    37
        "$${LITERAL_HASH}else" \
hgs
parents:
diff changeset
    38
        "DEFFILE eabi/lcvtindicatorcontroller.def" \
hgs
parents:
diff changeset
    39
        "$${LITERAL_HASH}endif"
hgs
parents:
diff changeset
    40
    MMP_RULES += defFiles
hgs
parents:
diff changeset
    41
    :BLD_INF_RULES.prj_exports += "$${LITERAL_HASH}include <platform_paths.hrh>"           
hgs
parents:
diff changeset
    42
    :BLD_INF_RULES.prj_exports += "./inc/lcvtindicatorcontroller.h /epoc32/include/lcvtindicatorcontroller.h"
hgs
parents:
diff changeset
    43
    :BLD_INF_RULES.prj_exports += "rom/lcvtindctr.iby CORE_APP_LAYER_IBY_EXPORT_PATH(lcvtindctr.iby)"
hgs
parents:
diff changeset
    44
}
hgs
parents:
diff changeset
    45
# Input
hgs
parents:
diff changeset
    46
include(lcvtindicatorcontroller.pri)