author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Wed, 18 Aug 2010 09:48:26 +0300 | |
changeset 56 | 5bcb308bd24d |
parent 46 | bc5a64e5bc3c |
child 74 | d1c62c765e48 |
permissions | -rw-r--r-- |
37 | 1 |
# |
2 |
# Copyright (c) 2009 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 |
TEMPLATE = lib |
|
18 |
TARGET = cptelephonyutils |
|
56
5bcb308bd24d
Revision: 201031
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
46
diff
changeset
|
19 |
CONFIG += hb mobility |
5bcb308bd24d
Revision: 201031
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
46
diff
changeset
|
20 |
MOBILITY += systeminfo |
37 | 21 |
MOC_DIR = moc |
22 |
||
23 |
INCLUDEPATH += inc |
|
24 |
SOURCEPATH += src |
|
25 |
||
26 |
# Input |
|
27 |
HEADERS += inc/cpplugincommon.h \ |
|
46
bc5a64e5bc3c
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
45
diff
changeset
|
28 |
inc/cpphonelocalisation.h |
37 | 29 |
|
56
5bcb308bd24d
Revision: 201031
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
46
diff
changeset
|
30 |
SOURCES += src/cpphonelocalisation.cpp |
37 | 31 |
|
32 |
symbian: { |
|
33 |
SOURCES += src/cpplugincommon.cpp |
|
34 |
} |
|
35 |
else: { |
|
36 |
SOURCES += src/cpplugincommon_s.cpp |
|
37 |
} |
|
38 |
||
39 |
TRANSLATIONS = telephone_cp.ts |
|
40 |
||
41 |
DEFINES += BUILD_CPTELEPHONYUTILS |
|
42 |
||
43 |
symbian: { |
|
44 |
load(data_caging_paths) |
|
46
bc5a64e5bc3c
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
45
diff
changeset
|
45 |
INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE |
bc5a64e5bc3c
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
45
diff
changeset
|
46 |
INCLUDEPATH += ../../../inc |
bc5a64e5bc3c
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
45
diff
changeset
|
47 |
|
37 | 48 |
LIBS += -lsssettings \ |
49 |
-lphonesettings \ |
|
50 |
-lxqsysinfo \ |
|
51 |
-lxqsettingsmanager |
|
52 |
||
53 |
INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE |
|
54 |
TARGET.EPOCALLOWDLLDATA = 1 |
|
55 |
TARGET.CAPABILITY = CAP_GENERAL_DLL |
|
56 |
TARGET.UID3 = 0X20029F1F |
|
57 |
||
45
6b911d05207e
Revision: 201023
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
37
diff
changeset
|
58 |
defFiles = \ |
6b911d05207e
Revision: 201023
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
37
diff
changeset
|
59 |
"$${LITERAL_HASH}ifdef WINS" \ |
6b911d05207e
Revision: 201023
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
37
diff
changeset
|
60 |
"DEFFILE bwins/cptelephonyutils.def" \ |
6b911d05207e
Revision: 201023
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
37
diff
changeset
|
61 |
"$${LITERAL_HASH}else" \ |
6b911d05207e
Revision: 201023
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
37
diff
changeset
|
62 |
"DEFFILE eabi/cptelephonyutils.def" \ |
6b911d05207e
Revision: 201023
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
37
diff
changeset
|
63 |
"$${LITERAL_HASH}endif" |
6b911d05207e
Revision: 201023
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
37
diff
changeset
|
64 |
MMP_RULES += defFiles |
6b911d05207e
Revision: 201023
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
37
diff
changeset
|
65 |
|
37 | 66 |
# For sis file |
67 |
dllfile.sources = $${TARGET}.dll |
|
68 |
dllfile.path = $$SHARED_LIB_DIR |
|
69 |
DEPLOYMENT += dllfile |
|
70 |
} else: { |
|
71 |
INCLUDEPATH += ../../../../../mw/phonesrv/phonesrv_plat/phone_settings_api/inc |
|
72 |
INCLUDEPATH += ../../../../../mw/gsprofilesrv/controlpanel/controlpanel_plat/inc |
|
73 |
DESTDIR = c:\hb\lib |
|
74 |
DLLDESTDIR = c:\hb\bin |
|
75 |
} |