filemanager/src/filemanager/filemanager.pro
branchRCL_3
changeset 39 65326cf895ed
parent 38 491b3ed49290
child 42 f5c50b8af68c
equal deleted inserted replaced
38:491b3ed49290 39:65326cf895ed
     1 # Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 # All rights reserved.
       
     3 # This component and the accompanying materials are made available
       
     4 # under the terms of "Eclipse Public License v1.0"
       
     5 # which accompanies this distribution, and is available
       
     6 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 # 
       
     8 # Initial Contributors:
       
     9 # Nokia Corporation - initial contribution.
       
    10 # 
       
    11 # Contributors:
       
    12 #     Zhiqiang Yang <zhiqiang.yang@nokia.com>
       
    13 # 
       
    14 # Description:
       
    15 #     The project file of file manager
       
    16 # 
       
    17 
       
    18 CONFIG      += hb
       
    19 TEMPLATE    = app
       
    20 TARGET = filemngr
       
    21 ICON = resources/qtg_large_filemgr.svg
       
    22 RESOURCES += filemanager.qrc
       
    23 INCLUDEPATH += ../fmbkupenginewrapper/inc
       
    24 # remove this path when export plat header to app layer path
       
    25 # INCLUDEPATH += ../../filemanager_plat/inc
       
    26 
       
    27 include ( ../common.pri )
       
    28 include ( ../inc/commoninc.pri )
       
    29 include ( ../inc/commonutils.pri )
       
    30 include ( filemanager.pri )
       
    31 
       
    32 LIBS += -lfmbkupenginewrapper
       
    33 LIBS += -lfmfiledialog
       
    34 
       
    35 symbian {
       
    36     SKINICON = qtg_large_filemgr
       
    37     LIBS += -lplatformenv \
       
    38             -lapmime \
       
    39             -lxqservice \
       
    40             -lxqutils \
       
    41             -lshareui \
       
    42             -lefsrv \
       
    43             -lapgrfx \
       
    44     	    -lcone \
       
    45             -lsysutil
       
    46 
       
    47     TARGET.UID3 = 0x2002BCC0
       
    48     TARGET.EPOCHEAPSIZE = 0x020000 0x1000000
       
    49     TARGET.CAPABILITY = CAP_APPLICATION DiskAdmin AllFiles PowerMgmt
       
    50 
       
    51     BLD_INF_RULES.prj_exports += "./backup_registration.xml z:/private/2002BCC0/backup_registration.xml"
       
    52     BLD_INF_RULES.prj_exports += "./burconfig.xml z:/private/2002BCC0/burconfig.xml"	
       
    53 }
       
    54 
       
    55 TRANSLATIONS = filemanager.ts