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: FTU runtime services project file |
|
15 # |
|
16 |
|
17 TEMPLATE = lib |
|
18 |
|
19 symbian { |
|
20 CONFIG(debug, debug|release) { |
|
21 DESTDIR = debug |
|
22 } else { |
|
23 DESTDIR = release |
|
24 } |
|
25 } |
|
26 |
|
27 win32 { |
|
28 CONFIG(debug, debug|release) { |
|
29 SUBDIRPART = debug |
|
30 } else { |
|
31 SUBDIRPART = release |
|
32 } |
|
33 DESTDIR = $$PWD/../../bin/$$SUBDIRPART |
|
34 } |
|
35 CONFIG += debug_and_release |
|
36 |
|
37 DEFINES += FTURUNTIMESERVICES_LIB |
|
38 |
|
39 DEPENDPATH += . \ |
|
40 inc \ |
|
41 src |
|
42 |
|
43 INCLUDEPATH += . \ |
|
44 inc |
|
45 |
|
46 CONFIG += hb |
|
47 |
|
48 symbian { |
|
49 TARGET.UID3 = 0x20027037 |
|
50 TARGET.EPOCALLOWDLLDATA=1 |
|
51 TARGET.CAPABILITY = ALL -TCB |
|
52 LIBS += -lswinstcli |
|
53 BLD_INF_RULES.prj_exports += "./inc/fturuntimeservices_global.h |../inc/" \ |
|
54 "./inc/ftucontentservice.h |../inc/" |
|
55 INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE |
|
56 } |
|
57 |
|
58 win32 { |
|
59 } |
|
60 include(fturuntimeservices.pri) |
|
61 system(copy /y .\inc\fturuntimeservices_global.h ..\inc) |
|
62 system(copy /y .\inc\ftucontentservice.h ..\inc) |
|
63 |
|
64 #ONLY FOR DEVELOPMENT! REMOVE THIS BEFORE EACH HS_Domain RELEASE! |
|
65 symbian: MMP_RULES += EXPORTUNFROZEN |