85
|
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 |
|
87
|
17 |
include(./../../../common.pri)
|
85
|
18 |
|
86
|
19 |
TRANSLATIONS=contentstorage.ts
|
85
|
20 |
|
|
21 |
symbian: {
|
|
22 |
DEPENDPATH += ./inc \
|
|
23 |
./src
|
|
24 |
INCLUDEPATH += ./inc \
|
|
25 |
../casrvmgr/inc \
|
|
26 |
../../cautils/inc \
|
|
27 |
../../srvinc \
|
|
28 |
../../castorage/inc \
|
|
29 |
../../inc \
|
|
30 |
$$MW_LAYER_SYSTEMINCLUDE
|
|
31 |
TEMPLATE = lib
|
|
32 |
TARGET.UID2 = 0x10009D8D
|
|
33 |
TARGET.UID3 = 0x20028708
|
|
34 |
TARGET.EXPORTUNFROZEN = 1
|
|
35 |
TARGET.CAPABILITY = ALL \
|
|
36 |
-TCB
|
|
37 |
TARGET.VENDORID = VID_DEFAULT
|
|
38 |
TARGET.EPOCALLOWDLLDATA = 1
|
|
39 |
rssResource = "SOURCEPATH ./data" \
|
|
40 |
"START RESOURCE calocalizerscanner.rss" \
|
|
41 |
" LANG sc" \
|
|
42 |
" TARGETPATH resource/plugins" \
|
|
43 |
" TARGET calocalizerscanner.rsc" \
|
|
44 |
"END"
|
|
45 |
MMP_RULES += rssResource
|
|
46 |
MMP_RULES -= EXPORTUNFROZEN
|
|
47 |
MMP_RULES += "$${LITERAL_HASH}if defined(WINSCW)" \
|
87
|
48 |
"DEFFILE ./bwins/calocalizerscanner.def" \
|
85
|
49 |
"$${LITERAL_HASH}else" \
|
87
|
50 |
"DEFFILE ./eabi/calocalizerscanner.def" \
|
85
|
51 |
"$${LITERAL_HASH}endif"
|
|
52 |
HEADERS += ./inc/*.h
|
|
53 |
SOURCES += ./src/*.cpp
|
|
54 |
LIBS += -leuser \
|
|
55 |
-lecom \
|
|
56 |
-lcautils \
|
|
57 |
-lcamenu
|
|
58 |
}
|
87
|
59 |
CONFIG += symbian_i18n
|
85
|
60 |
|
86
|
61 |
exportResources(./*.qm, resource/qt/translations)
|
85
|
62 |
|
|
63 |
|
|
64 |
|