equal
deleted
inserted
replaced
|
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 = psetwrapper |
|
19 MOC_DIR = moc |
|
20 |
|
21 INCLUDEPATH += ../../../../phonesrv_plat/phone_settings_api/inc |
|
22 SOURCEPATH += src |
|
23 |
|
24 # Input |
|
25 include(psetwrapper.pri) |
|
26 |
|
27 DEFINES += BUILD_PSETWRAPPER |
|
28 |
|
29 symbian: { |
|
30 LIBS += -lsssettings \ |
|
31 -lphonesettings \ |
|
32 -lcustomapi \ |
|
33 -letelmm \ |
|
34 -lbafl \ |
|
35 -lphoneclient \ |
|
36 -lvmbxengine |
|
37 |
|
38 load(data_caging_paths) |
|
39 INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE |
|
40 TARGET.EPOCALLOWDLLDATA = 1 |
|
41 TARGET.CAPABILITY = CAP_GENERAL_DLL |
|
42 TARGET.UID3 = 0X20029F20 |
|
43 |
|
44 # For sis file |
|
45 dllfile.sources = $${TARGET}.dll |
|
46 dllfile.path = $$SHARED_LIB_DIR |
|
47 DEPLOYMENT += dllfile |
|
48 |
|
49 BLD_INF_RULES.prj_exports += \ |
|
50 "$${LITERAL_HASH}include <platform_paths.hrh>" \ |
|
51 "./rom/psetwrapper.iby CORE_MW_LAYER_IBY_EXPORT_PATH(psetwrapper.iby)" |
|
52 |
|
53 } else: { |
|
54 DESTDIR = c:\hb\lib |
|
55 DLLDESTDIR = c:\hb\bin |
|
56 } |