filemanager/group/filemanagerschbkup.mmp
branchRCL_3
changeset 21 65326cf895ed
equal deleted inserted replaced
20:491b3ed49290 21:65326cf895ed
       
     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 FileManagerSchBkup
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 #include "FileManagerUID.h"
       
    21 MACRO _F32_STRICT_64_BIT_MIGRATION
       
    22 TARGET          filemanagerschbkup.exe
       
    23 TARGETTYPE      exe
       
    24 UID             KEPOCAppUID2 KFileManagerSchBkupUID3
       
    25 
       
    26 VENDORID        VID_DEFAULT
       
    27 CAPABILITY      CAP_APPLICATION
       
    28 
       
    29 SOURCEPATH      ../schbkup/src
       
    30 SOURCE          filemanagerschbackupmain.cpp
       
    31 SOURCE          filemanagerschbackuptask.cpp
       
    32 SOURCE          filemanagerschsubscriber.cpp 
       
    33 SOURCE          fmsystemstatemonitor.cpp
       
    34 
       
    35 USERINCLUDE     . ../schbkup/inc ../Engine/inc
       
    36 
       
    37 APP_LAYER_SYSTEMINCLUDE
       
    38 
       
    39 LIBRARY         euser.lib
       
    40 LIBRARY	        efsrv.lib
       
    41 LIBRARY         estor.lib
       
    42 LIBRARY         schsvr.lib
       
    43 LIBRARY         ws32.lib
       
    44 LIBRARY         apgrfx.lib
       
    45 LIBRARY         apparc.lib
       
    46 LIBRARY         centralrepository.lib
       
    47 LIBRARY	        ssmcmn.lib // state manager
       
    48