controlpanelui/src/silenceindicatorplugin/silenceindicatorplugin.pro
changeset 39 5aa7c7ec6b8e
child 41 ab0490982943
child 42 3487b2ea501a
equal deleted inserted replaced
37:cb294e641644 39:5aa7c7ec6b8e
       
     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 TRANSLATIONS = control_panel.ts
       
    22 symbian*::LIBS += -HbCore \
       
    23     -HbWidgets
       
    24 symbian*: { 
       
    25     TARGET.EPOCALLOWDLLDATA = 1
       
    26     TARGET.CAPABILITY =  All -TCB
       
    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