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: Project file for building stringloader component |
|
15 # |
|
16 # |
|
17 |
|
18 TEMPLATE = lib |
|
19 TARGET = phonestringloader |
|
20 CONFIG += hb |
|
21 |
|
22 symbian { |
|
23 TARGET.CAPABILITY = ALL -TCB |
|
24 TARGET.EPOCALLOWDLLDATA =1 |
|
25 TARGET.UID3 = 0x20029F85 |
|
26 DEFINES += FT_SYMBIAN_INTEGRATION |
|
27 |
|
28 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE |
|
29 |
|
30 INCLUDEPATH += ../../inc \ |
|
31 ../phoneuiutils/inc \ |
|
32 ../phoneuiview2/inc \ |
|
33 ../phoneuiqtviewadapter/inc |
|
34 |
|
35 LIBS += -lphoneuiqtviewadapter |
|
36 LIBS += -lphoneuiqtview |
|
37 |
|
38 defFiles = \ |
|
39 "$${LITERAL_HASH}ifdef WINS" \ |
|
40 "DEFFILE bwins/phonestringloader.def" \ |
|
41 "$${LITERAL_HASH}else" \ |
|
42 "DEFFILE eabi/phonestringloader.def" \ |
|
43 "$${LITERAL_HASH}endif" |
|
44 |
|
45 MMP_RULES += defFiles |
|
46 } |
|
47 |
|
48 # Input |
|
49 include(phonestringloader.pri) |
|