|
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: Project file for file share services. |
|
15 # |
|
16 |
|
17 TEMPLATE = lib |
|
18 TARGET = shareui |
|
19 DEFINES += BUILD_SHAREUI_DLL |
|
20 DEFINES += __SHAREUI_MIME_HANDLING__ |
|
21 |
|
22 DEPENDPATH += inc src |
|
23 INCLUDEPATH += inc |
|
24 INCLUDEPATH += ../../../inc |
|
25 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE |
|
26 INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE |
|
27 |
|
28 QT += core |
|
29 CONFIG += hb |
|
30 |
|
31 TARGET.EPOCALLOWDLLDATA = 1 |
|
32 TARGET.CAPABILITY = CAP_GENERAL_DLL |
|
33 TARGET.UID3 = 0x2002DD00 |
|
34 TARGET.EPOCHEAPSIZE = 0x20000 0x25000 |
|
35 |
|
36 # Platforms |
|
37 SYMBIAN_PLATFORMS = WINSCW ARMV5 |
|
38 |
|
39 # Build.inf rules |
|
40 BLD_INF_RULES.prj_exports += \ |
|
41 "$${LITERAL_HASH}include <platform_paths.hrh>" \ |
|
42 "sis/shareui_stub.sis /epoc32/data/z/system/install/shareui_stub.sis" \ |
|
43 "rom/shareui.iby CORE_APP_LAYER_IBY_EXPORT_PATH(shareui.iby)" |
|
44 |
|
45 defBlock = \ |
|
46 "$${LITERAL_HASH}if defined(EABI)" \ |
|
47 "DEFFILE ../eabi/shareui.def" \ |
|
48 "$${LITERAL_HASH}else" \ |
|
49 "DEFFILE ../bwins/shareui.def" \ |
|
50 "$${LITERAL_HASH}endif" |
|
51 |
|
52 MMP_RULES += defBlock |
|
53 |
|
54 HEADERS += shareuiprivate.h |
|
55 |
|
56 SOURCES += shareui.cpp \ |
|
57 shareuiprivate.cpp |
|
58 |
|
59 LIBS += -lxqservice \ |
|
60 -lxqserviceutil |