filemanager/group/filemanagerbkupengine.mmp
changeset 0 6a9f87576119
equal deleted inserted replaced
-1:000000000000 0:6a9f87576119
       
     1 /*
       
     2 * Copyright (c) 2006 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:  Project definition file for project FileManagerBkupEngine
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 #include "../bkupengine/inc/MMCScBkupDllUids.h"
       
    21 MACRO _F32_STRICT_64_BIT_MIGRATION
       
    22 
       
    23 TARGET          filemanagerbkupengine.dll
       
    24 TARGETTYPE      dll
       
    25 UID             KEPOCDLLUID2 KMMCAppEngUID3
       
    26 VENDORID        VID_DEFAULT
       
    27 CAPABILITY      CAP_GENERAL_DLL DiskAdmin AllFiles PowerMgmt
       
    28 
       
    29 SOURCEPATH      ../bkupengine/src
       
    30 #include "filemanagerbkupengine.mmh"
       
    31 
       
    32 USERINCLUDE     ../bkupengine/inc
       
    33 
       
    34 APP_LAYER_SYSTEMINCLUDE
       
    35 //SYSTEMINCLUDE   /epoc32/include/connect
       
    36 
       
    37 LIBRARY         sbeclient.lib
       
    38 LIBRARY         euser.lib
       
    39 LIBRARY         ezlib.lib
       
    40 LIBRARY         bafl.lib 
       
    41 LIBRARY         efsrv.lib 
       
    42 LIBRARY         sysutil.lib
       
    43 LIBRARY         commonengine.lib
       
    44 LIBRARY         featmgr.lib
       
    45 LIBRARY         estor.lib
       
    46 LIBRARY         centralrepository.lib
       
    47 LIBRARY         platformenv.lib
       
    48 LIBRARY         cone.lib
       
    49 
       
    50 
       
    51 // End of File