filemanager/src/fmbkupenginewrapper/fmbkupenginewrapper.pro
branchRCL_3
changeset 21 65326cf895ed
parent 20 491b3ed49290
child 22 f5c50b8af68c
equal deleted inserted replaced
20:491b3ed49290 21:65326cf895ed
     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: The project file of FmBkupEngineWrapper
       
    15 #
       
    16 
       
    17 CONFIG += hb
       
    18 TARGET = 
       
    19 TEMPLATE = lib
       
    20 QT = core
       
    21 DEFINES += FMBKUPENGINE_LIBRARY
       
    22 
       
    23 include ( ../common.pri )
       
    24 include ( ../inc/commoninc.pri )
       
    25 include ( fmbkupenginewrapper.pri )
       
    26 
       
    27 symbian {
       
    28     TARGET.UID3 = 0x2002BCC1
       
    29     TARGET.EPOCALLOWDLLDATA = 1
       
    30     TARGET.CAPABILITY = CAP_GENERAL_DLL DiskAdmin AllFiles PowerMgmt
       
    31     TARGET.VID = VID_DEFAULT
       
    32     LIBS += -lfmbkupengine
       
    33     LIBS += -lefsrv
       
    34     LIBS += -lavkon
       
    35     LIBS += -leikctl
       
    36     LIBS += -leikcore
       
    37     LIBS += -lcone
       
    38     LIBS += -lsysutil
       
    39     LIBS +=	-lplatformenv
       
    40 }
       
    41