author | hgs |
Fri, 03 Sep 2010 13:33:36 +0300 | |
changeset 65 | 2a5d4ab426d3 |
parent 46 | bc5a64e5bc3c |
child 51 | f39ed5e045e0 |
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 |
||
18 |
TEMPLATE = lib |
|
19 |
TARGET = phoneservices |
|
46
bc5a64e5bc3c
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
37
diff
changeset
|
20 |
CONFIG += hb |
37 | 21 |
|
22 |
symbian { |
|
23 |
TARGET.UID3 = 0x20029F88 |
|
24 |
TARGET.CAPABILITY = ALL -TCB |
|
25 |
TARGET.EPOCALLOWDLLDATA =1 |
|
26 |
DEFINES += BUILD_PHONESERVICES |
|
27 |
||
28 |
INCLUDEPATH += ../../inc \ |
|
29 |
../phonemodel/inc |
|
30 |
INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE |
|
31 |
||
32 |
servicesDefFiles = \ |
|
33 |
"$${LITERAL_HASH}ifdef WINSCW" \ |
|
34 |
"DEFFILE bwins/phoneservices.def" \ |
|
35 |
"$${LITERAL_HASH}else" \ |
|
36 |
"DEFFILE eabi/phoneservices.def" \ |
|
37 |
"$${LITERAL_HASH}endif" |
|
38 |
||
39 |
MMP_RULES += servicesDefFiles |
|
40 |
||
41 |
LIBS += -lxqservice \ |
|
46
bc5a64e5bc3c
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
37
diff
changeset
|
42 |
-lxqserviceutil \ |
bc5a64e5bc3c
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
37
diff
changeset
|
43 |
-lfeatmgr \ |
bc5a64e5bc3c
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
37
diff
changeset
|
44 |
-lxqsettingsmanager |
37 | 45 |
} |
46 |
||
47 |
# Input |
|
48 |
#include(\ext\mw\qthighway\xqservicebase.pri) |
|
49 |
include(./phoneservices.pri) |
|
50 |
||
51 |
headers.sources = $$PHONESERVICES_API_HEADERS |
|
52 |
headers.path = |../../inc |
|
53 |
# This is for new exporting system coming in garden |
|
54 |
for(header, headers.sources):BLD_INF_RULES.prj_exports += "$$header $$headers.path/$$basename(header)" |