coreapplicationuis/powersaveutilities/psmindicatorplugin/psmindicatorplugin.pro
branchRCL_3
changeset 62 924385140d98
child 77 b01c07dfcf84
equal deleted inserted replaced
58:0818dd463d41 62:924385140d98
       
     1 #
       
     2 # Copyright (c) 2010 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 TEMPLATE = lib
       
    17 TARGET = psmindicatorplugin
       
    18 CONFIG += plugin
       
    19 CONFIG += hb
       
    20 INCLUDEPATH += .
       
    21 DEPENDPATH += .
       
    22 INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE
       
    23 
       
    24 # Input
       
    25 HEADERS += inc/psmindicator.h
       
    26 SOURCES += src/psmindicator.cpp
       
    27 RESOURCES = 
       
    28 symbian { 
       
    29     TARGET.EPOCALLOWDLLDATA = 1
       
    30     TARGET.CAPABILITY = CAP_GENERAL_DLL
       
    31     SYMBIAN_PLATFORMS = WINSCW ARMV5
       
    32     TARGET.UID3 = 0x2000F85F
       
    33     pluginstub.sources = psmindicatorplugin.dll
       
    34     pluginstub.path = /resource/plugins/indicators
       
    35     DEPLOYMENT += pluginstub
       
    36     LIBS += -lcpframework 
       
    37 
       
    38 }
       
    39 BLD_INF_RULES.prj_exports += "$${LITERAL_HASH}include <platform_paths.hrh>" \
       
    40     "rom/psmindicatorplugin.iby CORE_MW_LAYER_IBY_EXPORT_PATH(psmindicatorplugin.iby)"