securitydialogs/Autolock/indicatorplugin/indicatorautolockplugin.pro
author Francisco Cotrina <francisco.cotrina@nokia.com>
Fri, 03 Sep 2010 13:36:43 +0100
changeset 52 a08e464d25ca
permissions -rw-r--r--
Add missing files to securitydialogs/Autolock/indicatorplugin directory (Bug 3653)

#
# ============================================================================
#  Name        : indicatorautolockplugin.pro
#  Part of     : hb / 
#  Description : indicator autolock plugin
#  Version     : %version: 1 %
#
#  Copyright © 2009 Nokia.  All rights reserved.
#  This material, including documentation and any related computer
#  programs, is protected by copyright controlled by Nokia.  All
#  rights are reserved.  Copying, including reproducing, storing,
#  adapting or translating, any or all of this material requires the
#  prior written consent of Nokia.  This material also contains
#  confidential information which may not be disclosed to others
#  without the prior written consent of Nokia.
# ============================================================================
#

TEMPLATE = lib

CONFIG += Hb

TARGET = IndicatorAutolockPlugin
CONFIG += plugin
win32 {
    debug {
        DESTDIR = ../indicatorplugin/debug
    }
    else {
        DESTDIR = ../indicatorplugin/release
    }
}
else {
    DESTDIR = ../indicatorplugin
}

HEADERS += hbindicatorautolockplugin.h autolockindicators.h
SOURCES += hbindicatorautolockplugin.cpp

symbian {
    TARGET.EPOCALLOWDLLDATA=1
    TARGET.CAPABILITY = CAP_GENERAL_DLL

    hblib.sources = Hb.dll
    hblib.path = \sys\bin
    hblib.depends = "(0xEEF9EA38), 1, 0, 0, {\"Hb\"}"

    pluginstub.sources = indicatorautolockplugin.dll
    pluginstub.path = /resource/plugins/indicators
    DEPLOYMENT += pluginstub
}

!local {
    target.path = $${HB_PLUGINS_DIR}/indicators
    INSTALLS += target
}

BLD_INF_RULES.prj_exports += \
    "$${LITERAL_HASH}include <platform_paths.hrh>" \
    "rom/indicatorautolockplugin.iby CORE_APP_LAYER_IBY_EXPORT_PATH(indicatorautolockplugin.iby)"