commondrm/drmui/drmuinotifications/drmuinotifications.pro
branchRCL_3
changeset 27 1481bf457703
parent 26 1221b68b8a5f
child 28 00671737faf2
equal deleted inserted replaced
26:1221b68b8a5f 27:1481bf457703
     1 TEMPLATE = lib
       
     2 TARGET = drmuinotifications
       
     3 CONFIG += hb \
       
     4     plugin
       
     5 INCLUDEPATH += . \
       
     6   ../../../inc
       
     7 DEPENDPATH += .
       
     8 DESTDIR = $${HB_BUILD_DIR}/plugins/devicedialogs
       
     9 MOC_DIR = moc
       
    10 OBJECTS_DIR = obj
       
    11 
       
    12 # dependencies
       
    13 HEADERS += inc/drmuidialogsbuilder.h \
       
    14     inc/drmuidialogpluginkeys.h \
       
    15     inc/drmuidialogplugin.h
       
    16 SOURCES += src/drmuidialogsbuilder.cpp \
       
    17     src/drmuidialogplugin.cpp \
       
    18     DRMUINotifications_reg.rss
       
    19 FORMS += 
       
    20 symbian:TARGET.UID3 = 0x20026835
       
    21 RESOURCES += resource/drmuinotifications.qrc
       
    22 symbian: { 
       
    23     SYMBIAN_PLATFORMS = WINSCW \
       
    24         ARMV5
       
    25     TARGET.EPOCALLOWDLLDATA = 1
       
    26     TARGET.CAPABILITY = CAP_GENERAL_DLL
       
    27     TARGET.UID3 = 20026835
       
    28     hblib.sources = Hb.dll
       
    29     hblib.path = \sys\bin
       
    30     hblib.depends = "(0xEEF9EA38), 1, 0, 0, {\"Hb\"}"
       
    31     pluginstub.sources = drmuinotifications.dll
       
    32     pluginstub.path = /resource/plugins/devicedialogs
       
    33     DEPLOYMENT += pluginstub
       
    34 }
       
    35 !local { 
       
    36     target.path = $${HB_PLUGINS_DIR}/devicedialogs
       
    37     INSTALLS += target
       
    38 }
       
    39 BLD_INF_RULES.prj_exports += "$${LITERAL_HASH}include <platform_paths.hrh>" \
       
    40     "rom/drmuinotifications.iby CORE_MW_LAYER_IBY_EXPORT_PATH(drmuinotifications.iby)" \
       
    41     "qmakepluginstubs/drmuinotifications.qtplugin /epoc32/data/z/pluginstub/drmuinotifications.qtplugin"