filemanager/src/fmbkupenginewrapper/fmbkupenginewrapper.pro
changeset 14 1957042d8c7e
child 16 ada7962b4308
equal deleted inserted replaced
1:d1daf54a55b5 14:1957042d8c7e
       
     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 TARGET = 
       
    18 TEMPLATE = lib
       
    19 QT = core
       
    20 DEFINES += FMBKUPENGINE_LIBRARY
       
    21 
       
    22 include ( ../common.pri )
       
    23 include ( ../inc/commoninc.pri )
       
    24 include ( fmbkupenginewrapper.pri )
       
    25 
       
    26 symbian {
       
    27     TARGET.UID3 = 0x2002BCC1
       
    28     TARGET.EPOCALLOWDLLDATA = 1
       
    29     TARGET.CAPABILITY = CAP_GENERAL_DLL DiskAdmin AllFiles PowerMgmt
       
    30     TARGET.VENDORID = VID_DEFAULT
       
    31     LIBS += -lfmbkupengine
       
    32     LIBS += -lefsrv
       
    33     LIBS += -lavkon
       
    34     LIBS += -leikctl
       
    35     LIBS += -leikcore
       
    36     LIBS += -lcone
       
    37     LIBS += -lsysutil
       
    38 }
       
    39