securitydialogs/secuinotifications/secuinotificationdialogplugin/secuinotificationdialogplugin.pro
equal
deleted
inserted
replaced
36 |
36 |
37 RESOURCES += secuinotificationdialogplugin.qrc |
37 RESOURCES += secuinotificationdialogplugin.qrc |
38 |
38 |
39 symbian: { |
39 symbian: { |
40 TARGET.EPOCALLOWDLLDATA = 1 |
40 TARGET.EPOCALLOWDLLDATA = 1 |
41 TARGET.CAPABILITY = CAP_GENERAL_DLL |
41 # NetworkControl NetworkServices needed for emergency calls |
|
42 TARGET.CAPABILITY = CAP_GENERAL_DLL NetworkControl NetworkServices |
42 TARGET.UID3 = 0x2102432C # TODO: allocate UID |
43 TARGET.UID3 = 0x2102432C # TODO: allocate UID |
43 |
44 |
44 pluginstub.sources = secuinotificationdialogplugin.dll |
45 pluginstub.sources = secuinotificationdialogplugin.dll |
45 pluginstub.path = /resource/plugins/devicedialogs |
46 pluginstub.path = /resource/plugins/devicedialogs |
46 DEPLOYMENT += pluginstub |
47 DEPLOYMENT += pluginstub |
49 "$${LITERAL_HASH}include <platform_paths.hrh>" \ |
50 "$${LITERAL_HASH}include <platform_paths.hrh>" \ |
50 "qmakepluginstubs/secuinotificationdialogplugin.qtplugin /epoc32/data/z/pluginstub/secuinotificationdialogplugin.qtplugin"\ |
51 "qmakepluginstubs/secuinotificationdialogplugin.qtplugin /epoc32/data/z/pluginstub/secuinotificationdialogplugin.qtplugin"\ |
51 "rom/secuinotificationdialogplugin.iby CORE_APP_LAYER_IBY_EXPORT_PATH(secuinotificationdialogplugin.iby)" |
52 "rom/secuinotificationdialogplugin.iby CORE_APP_LAYER_IBY_EXPORT_PATH(secuinotificationdialogplugin.iby)" |
52 |
53 |
53 LIBS += -lxqservice |
54 LIBS += -lxqservice |
|
55 LIBS += -lphoneclient |
54 |
56 |
55 tests { |
57 tests { |
56 test.depends = sub-src |
58 test.depends = sub-src |
57 test.commands += cd tsrc && $(MAKE) test |
59 test.commands += cd tsrc && $(MAKE) test |
58 autotest.depends = sub-src |
60 autotest.depends = sub-src |