controlpanelui/src/silenceindicatorplugin/silenceindicatorplugin.pro
changeset 40 593f946f4fec
equal deleted inserted replaced
22:a5692c68d772 40:593f946f4fec
       
     1 # Copyright (c) 2009 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 TEMPLATE = lib
       
    12 TARGET = cpsilenceindicatorplugin
       
    13 CONFIG += plugin
       
    14 CONFIG += hb
       
    15 
       
    16 # directories
       
    17 DEPENDPATH += .
       
    18 
       
    19 HEADERS += src/cpsilenceindicatorplugin.h
       
    20 SOURCES += src/cpsilenceindicatorplugin.cpp
       
    21 symbian*::LIBS += -HbCore \
       
    22     -HbWidgets
       
    23 symbian*: { 
       
    24     TARGET.EPOCALLOWDLLDATA = 1
       
    25     TARGET.CAPABILITY = ProtServ SwEvent TrustedUI ReadDeviceData
       
    26 
       
    27     TARGET.UID3 = 0x2002C39F
       
    28     SYMBIAN_PLATFORMS = WINSCW \
       
    29         ARMV5
       
    30     LIBS += -lprofileeng
       
    31                          
       
    32     BLD_INF_RULES.prj_exports += "rom/cpsilenceindicatorplugin.iby CORE_APP_LAYER_IBY_EXPORT_PATH(cpsilenceindicatorplugin.iby)"
       
    33     BLD_INF_RULES.prj_exports += "rom/cpsilenceindicatorplugin_resources.iby LANGUAGE_APP_LAYER_IBY_EXPORT_PATH(cpsilenceindicatorplugin_resources.iby)"
       
    34     pluginstub.sources = cpsilenceindicatorplugin.dll
       
    35     pluginstub.path = /resource/plugins/indicators
       
    36     DEPLOYMENT += pluginstub
       
    37 }
       
    38