|
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 CONFIG += plugin hb mobility qtservice |
|
20 QTSERVICE.DESCRIPTOR = resource/nmregister.xml |
|
21 MOBILITY = serviceframework |
|
22 TARGET = nmregister |
|
23 QT += core |
|
24 #RESOURCES += nmregister.qrc |
|
25 LIBS += -lxqservice |
|
26 |
|
27 symbian: { |
|
28 TARGET.UID3=0x2002DD16 |
|
29 TARGET.VID = VID_DEFAULT |
|
30 INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE |
|
31 load(data_caging_paths) |
|
32 pluginDep.sources = nmregister.dll |
|
33 pluginDep.path = $$QT_PLUGINS_BASE_DIR |
|
34 DEPLOYMENT += pluginDep |
|
35 |
|
36 #addFiles.sources += ./resources/nmregister.xml |
|
37 #addFiles.path = xmldata |
|
38 #DEPLOYMENT += addFiles |
|
39 |
|
40 BLD_INF_RULES.prj_exports += "resource/nmregister.xml z:/private/2002DD16/nmregister.xml" |
|
41 BLD_INF_RULES.prj_exports += "rom/nmregister.iby CORE_APP_LAYER_IBY_EXPORT_PATH(nmregister.iby)" |
|
42 TARGET.EPOCALLOWDLLDATA = 1 |
|
43 } |
|
44 |
|
45 TARGET.CAPABILITY = ALL -TCB |
|
46 |
|
47 SOURCES += src/nmmailboxregisterinterface.cpp \ |
|
48 src/nmmailboxregisterinterfaceplugin.cpp |
|
49 |
|
50 HEADERS += inc/nmmailboxregisterinterface.h \ |
|
51 inc/nmmailboxregisterinterface_p.h \ |
|
52 inc/nmmailboxregisterinterfaceplugin.h |
|
53 |
|
54 LIBS += -leuser |
|
55 LIBS += -llibc |
|
56 |
|
57 INCLUDEPATH += |
|
58 |
|
59 DEPENDPATH += . |