|
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 CONFIG += plugin \ |
|
13 hb \ |
|
14 mobility |
|
15 HB += hbfeedback |
|
16 MOBILITY = serviceframework |
|
17 |
|
18 win32:PLUGIN_SUBDIR = /hsresources/import/widgetregistry/20022F44 |
|
19 symbian:PLUGIN_SUBDIR = /private/20022F35/import/widgetregistry/20022F44 |
|
20 TARGET_DIR = /private/20022F35/import/widgetregistry/20022F7E |
|
21 |
|
22 LIBS += -lhswidgetmodel |
|
23 DEPENDPATH += ./inc \ |
|
24 ./src |
|
25 INCLUDEPATH += ./inc \ |
|
26 ../../inc |
|
27 symbian: { |
|
28 LIBS += -lxqservice \ |
|
29 -lxqserviceutil \ |
|
30 -lxqtelephonyservice \ |
|
31 -lxqsettingsmanager \ |
|
32 -llogsengine |
|
33 TARGET.UID3 = 0x20022F44 |
|
34 TARGET.EPOCALLOWDLLDATA = 1 |
|
35 TARGET.CAPABILITY = ALL \ |
|
36 -TCB |
|
37 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE |
|
38 |
|
39 BLD_INF_RULES.prj_exports += \ |
|
40 "$${LITERAL_HASH}include <platform_paths.hrh>" \ |
|
41 "./rom/dialerwidgetplugin.iby CORE_APP_LAYER_IBY_EXPORT_PATH(dialerwidgetplugin.iby)" |
|
42 |
|
43 TARGET_DIR = /private/20022F35/import/widgetregistry/20022F44 |
|
44 widgetResources.path = $${TARGET_DIR} |
|
45 widgetResources.sources += resource/$${TARGET}.xml |
|
46 widgetResources.sources += resource/$${TARGET}.manifest |
|
47 DEPLOYMENT += widgetResources |
|
48 } |
|
49 OUTPUT_DIR = $$PWD/bin |
|
50 SOURCE_DIR = $$PWD/inc |
|
51 OBJECTS_DIR = $$OUTPUT_DIR/tmp/$$TARGET |
|
52 DESTDIR = $$OUTPUT_DIR |
|
53 MOC_DIR = $$OUTPUT_DIR/tmp/$$TARGET/moc |
|
54 RCC_DIR = $$OUTPUT_DIR/tmp/$$TARGET/rcc |
|
55 UI_DIR = $$OUTPUT_DIR/tmp/$$TARGET/ui |
|
56 LIBS += -L$$DESTDIR |
|
57 DEPENDPATH += . \ |
|
58 $$SOURCE_DIR |
|
59 INCLUDEPATH += . \ |
|
60 $$SOURCE_DIR |
|
61 INCLUDEPATH += $$MOC_DIR |
|
62 plugin:!isEmpty(PLUGIN_SUBDIR):DESTDIR = $$OUTPUT_DIR/$$PLUGIN_SUBDIR |
|
63 include(dialerwidgetplugin.pri) |
|
64 exportResources(./resource/*.manifest, $$PLUGIN_SUBDIR) |
|
65 RESOURCES += dialerwidgetpluging.qrc |