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 = shareui |
|
19 DEFINES += BUILD_SHAREUI_DLL |
|
20 |
|
21 DEPENDPATH += inc src |
|
22 INCLUDEPATH += inc |
|
23 INCLUDEPATH += ../../../inc |
|
24 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE |
|
25 INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE |
|
26 |
|
27 |
|
28 QT += core |
|
29 CONFIG += hb |
|
30 |
|
31 |
|
32 TARGET.EPOCALLOWDLLDATA = 1 |
|
33 TARGET.CAPABILITY = CAP_GENERAL_DLL |
|
34 TARGET.UID3 = 0x2002DD00 |
|
35 TARGET.EPOCHEAPSIZE = 0x20000 0x25000 |
|
36 |
|
37 # Platforms |
|
38 SYMBIAN_PLATFORMS = WINSCW ARMV5 |
|
39 |
|
40 # Build.inf rules |
|
41 BLD_INF_RULES.prj_exports += \ |
|
42 "$${LITERAL_HASH}include <platform_paths.hrh>" \ |
|
43 "rom/shareui.iby CORE_APP_LAYER_IBY_EXPORT_PATH(shareui.iby)" |
|
44 |
|
45 |
|
46 HEADERS += shareuiprivate.h |
|
47 |
|
48 SOURCES += shareui.cpp \ |
|
49 shareuiprivate.cpp |
|
50 |
|
51 LIBS += -lxqservice \ |
|
52 -lxqserviceutil |