contentstorage/casrv/calocalizerscanner/calocalizerscanner.pro
changeset 85 7feec50967db
child 86 e492551a0d54
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/contentstorage/casrv/calocalizerscanner/calocalizerscanner.pro	Tue Mar 23 23:17:02 2010 +0200
@@ -0,0 +1,68 @@
+#
+# Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+# All rights reserved.
+# This component and the accompanying materials are made available
+# under the terms of "Eclipse Public License v1.0"
+# which accompanies this distribution, and is available
+# at the URL "http://www.eclipse.org/legal/epl-v10.html".
+#
+# Initial Contributors:
+# Nokia Corporation - initial contribution.
+#
+# Contributors:
+#
+# Description: 
+#
+
+include(.\..\..\..\common.pri)
+
+TRANSLATIONS=Contentstorage_texmap_pl_PL.ts \
+             Contentstorage_texmap_fr_FR.ts \
+             Contentstorage_texmap_en_GB.ts
+
+
+symbian: { 
+    DEPENDPATH += ./inc \
+        ./src
+    INCLUDEPATH += ./inc \
+        ../casrvmgr/inc \
+        ../../cautils/inc \
+        ../../srvinc \
+        ../../castorage/inc \
+        ../../inc \
+        $$MW_LAYER_SYSTEMINCLUDE
+    TEMPLATE = lib
+    TARGET.UID2 = 0x10009D8D
+    TARGET.UID3 = 0x20028708
+    TARGET.EXPORTUNFROZEN = 1
+    TARGET.CAPABILITY = ALL \
+        -TCB
+    TARGET.VENDORID = VID_DEFAULT
+    TARGET.EPOCALLOWDLLDATA = 1
+    rssResource = "SOURCEPATH ./data" \
+        "START RESOURCE calocalizerscanner.rss" \
+        " LANG sc" \
+        " TARGETPATH resource/plugins" \
+        " TARGET calocalizerscanner.rsc" \
+        "END"
+    MMP_RULES += rssResource
+    MMP_RULES -= EXPORTUNFROZEN
+    MMP_RULES += "$${LITERAL_HASH}if defined(WINSCW)" \
+        "DEFFILE .\bwins\calocalizerscanner.def" \
+        "$${LITERAL_HASH}else" \
+        "DEFFILE .\eabi\calocalizerscanner.def" \
+        "$${LITERAL_HASH}endif"
+    HEADERS += ./inc/*.h
+    SOURCES += ./src/*.cpp
+    LIBS += -leuser \
+        -lecom \
+        -lcautils \
+        -lcamenu
+    
+    
+}
+
+exportResources(./*.qm, resource)
+
+
+