filemanager/src/filemanager/filemanager.pro
branchRCL_3
changeset 38 491b3ed49290
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/filemanager/src/filemanager/filemanager.pro	Tue Aug 31 15:06:05 2010 +0300
@@ -0,0 +1,55 @@
+# 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:
+#     Zhiqiang Yang <zhiqiang.yang@nokia.com>
+# 
+# Description:
+#     The project file of file manager
+# 
+
+CONFIG      += hb
+TEMPLATE    = app
+TARGET = filemngr
+ICON = resources/qtg_large_filemgr.svg
+RESOURCES += filemanager.qrc
+INCLUDEPATH += ../fmbkupenginewrapper/inc
+# remove this path when export plat header to app layer path
+# INCLUDEPATH += ../../filemanager_plat/inc
+
+include ( ../common.pri )
+include ( ../inc/commoninc.pri )
+include ( ../inc/commonutils.pri )
+include ( filemanager.pri )
+
+LIBS += -lfmbkupenginewrapper
+LIBS += -lfmfiledialog
+
+symbian {
+    SKINICON = qtg_large_filemgr
+    LIBS += -lplatformenv \
+            -lapmime \
+            -lxqservice \
+            -lxqutils \
+            -lshareui \
+            -lefsrv \
+            -lapgrfx \
+    	    -lcone \
+            -lsysutil
+
+    TARGET.UID3 = 0x2002BCC0
+    TARGET.EPOCHEAPSIZE = 0x020000 0x1000000
+    TARGET.CAPABILITY = CAP_APPLICATION DiskAdmin AllFiles PowerMgmt
+
+    BLD_INF_RULES.prj_exports += "./backup_registration.xml z:/private/2002BCC0/backup_registration.xml"
+    BLD_INF_RULES.prj_exports += "./burconfig.xml z:/private/2002BCC0/burconfig.xml"	
+}
+
+TRANSLATIONS = filemanager.ts