remotestoragefw/remotefileengine/group/remotefe.mmp
changeset 0 3ad9d5175a89
equal deleted inserted replaced
-1:000000000000 0:3ad9d5175a89
       
     1 /*
       
     2 * Copyright (c) 2005-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 remote file engine
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <data_caging_paths.hrh>
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 TARGET                  remotefe.exe
       
    23 TARGETTYPE              exe
       
    24 UID                     0x100039ce 0x101F970D
       
    25 
       
    26 CAPABILITY              NetworkServices ReadDeviceData WriteDeviceData ReadUserData
       
    27 VENDORID                VID_DEFAULT
       
    28 
       
    29 SOURCEPATH              ../src
       
    30 SOURCE                  rsfwrfestatemachine.cpp
       
    31 SOURCE                  rsfwwaitnotestatemachine.cpp
       
    32 SOURCE                  rsfwattributerefreshingstatemachine.cpp
       
    33 SOURCE                  rsfwclosestatemachine.cpp
       
    34 SOURCE                  rsfwflushstatemachine.cpp
       
    35 SOURCE                  rsfwcreatefilestatemachine.cpp
       
    36 SOURCE                  rsfwdeletestatemachine.cpp
       
    37 SOURCE                  rsfwfetchandcachestatemachine.cpp
       
    38 SOURCE                  rsfwfetchdatastatemachine.cpp
       
    39 SOURCE                  rsfwgetattributesstatemachine.cpp
       
    40 SOURCE                  rsfwlookupstatemachine.cpp
       
    41 SOURCE                  rsfwmkdirstatemachine.cpp
       
    42 SOURCE                  rsfwmountconnectionstatemachine.cpp
       
    43 SOURCE                  rsfwmountstatemachine.cpp
       
    44 SOURCE                  rsfwopenbypathstatemachine.cpp
       
    45 SOURCE                  rsfwrenamefilestatemachine.cpp
       
    46 SOURCE                  rsfwsyncoperations.cpp
       
    47 SOURCE                  rsfwrequestallocator.cpp
       
    48 SOURCE                  rsfwrferequest.cpp
       
    49 SOURCE                  rsfwrfemessagerequest.cpp
       
    50 SOURCE                  rsfwrfeoperation.cpp
       
    51 SOURCE                  rsfwrfesyncoperation.cpp
       
    52 SOURCE                  rsfwrfeasyncoperation.cpp
       
    53 SOURCE                  rsfwfiletable.cpp
       
    54 SOURCE                  rsfwfileentry.cpp
       
    55 SOURCE                  rsfwvolumetable.cpp
       
    56 SOURCE                  rsfwvolume.cpp
       
    57 SOURCE                  rsfwlruprioritylist.cpp
       
    58 SOURCE                  rsfwlrulistnode.cpp
       
    59 SOURCE                  rsfwfileengine.cpp
       
    60 SOURCE                  rsfwrfeserver.cpp
       
    61 SOURCE                  rsfwrfesession.cpp
       
    62 SOURCE                  rsfwlockmanager.cpp
       
    63 SOURCE                  rsfwpermanentstore.cpp
       
    64 SOURCE                  rsfwmetadatastore.cpp
       
    65 SOURCE                  rsfwwaitnotemanager.cpp
       
    66 SOURCE                  rsfwdormantmountloader.cpp
       
    67 SOURCEPATH              ../../MDebug/src
       
    68 SOURCE                  mdebug.cpp
       
    69 
       
    70 SOURCEPATH              ../data
       
    71 START RESOURCE          RemoteFileEngine.rss
       
    72 HEADER
       
    73 TARGETPATH              RESOURCE_FILES_DIR
       
    74 LANGUAGE_IDS
       
    75 END // RESOURCE
       
    76 
       
    77 
       
    78 MW_LAYER_SYSTEMINCLUDE
       
    79 SYSTEMINCLUDE   ../../../inc
       
    80 SYSTEMINCLUDE   ../../inc
       
    81 SYSTEMINCLUDE           /epoc32/include/libc
       
    82 SYSTEMINCLUDE           /epoc32/include/libc/sys
       
    83 SYSTEMINCLUDE           /epoc32/include/ecom
       
    84 USERINCLUDE     ../inc
       
    85 
       
    86 
       
    87 LIBRARY                 euser.lib
       
    88 LIBRARY                 efsrv.lib
       
    89 LIBRARY                 estor.lib
       
    90 LIBRARY                 apgrfx.lib // for RApaLsSession 
       
    91 LIBRARY                 apmime.lib // for TDataType
       
    92 LIBRARY                 inetprotutil.lib // uri parsers
       
    93 LIBRARY                 sysutil.lib // DiskSpaceBelowCriticalLevel
       
    94 LIBRARY                 ecom.lib		
       
    95 LIBRARY                 bafl.lib // for RResourceFile
       
    96 LIBRARY                 aknnotify.lib // for the global notes
       
    97 LIBRARY                 commonengine.lib // for S60 .loc formatting in stringloader
       
    98 LIBRARY                 directorylocalizer.lib
       
    99 LIBRARY                 rsfwmountstore.lib
       
   100 LIBRARY                 rsfwmountman.lib
       
   101 LIBRARY                 rsfwcommon.lib
       
   102 LIBRARY                 rsfwconfig.lib
       
   103 LIBRARY                 rsfwsession.lib
       
   104 LIBRARY                 flogger.lib
       
   105 
       
   106 
       
   107 
       
   108