perfapps/perfmon/ui/hb/datapopup/datapopup.pro
changeset 51 b048e15729d6
equal deleted inserted replaced
44:5db69f4c3d06 51:b048e15729d6
       
     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 #
       
    17 
       
    18 TEMPLATE = lib
       
    19 TARGET = PerfMonDataPopupPlugin
       
    20 CONFIG += plugin hb
       
    21 
       
    22 # directories
       
    23 INCLUDEPATH += inc
       
    24 DEPENDPATH += inc
       
    25 
       
    26 HEADERS += inc/perfmondatapopupplugin_p.h
       
    27 HEADERS += inc/perfmondatapopupdialog_p.h
       
    28 HEADERS += inc/perfmondatapopupwidget_p.h
       
    29 
       
    30 SOURCES += src/perfmondatapopupplugin.cpp
       
    31 SOURCES += src/perfmondatapopupdialog.cpp
       
    32 SOURCES += src/perfmondatapopupwidget.cpp
       
    33 
       
    34 symbian {
       
    35     INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE 
       
    36     TARGET.EPOCALLOWDLLDATA = 1
       
    37     TARGET.CAPABILITY = CAP_GENERAL_DLL
       
    38     TARGET.UID3 = 0x2002E6B0
       
    39 
       
    40     hblib.sources = Hb.dll
       
    41     hblib.path = /sys/bin
       
    42     hblib.depends = "(0xEEF9EA38), 1, 0, 0, {\"Hb\"}"
       
    43 
       
    44     pluginstub.sources = PerfMonDataPopupPlugin.dll
       
    45     pluginstub.path = /resource/plugins/devicedialogs/
       
    46     DEPLOYMENT += pluginstub
       
    47 }