remotestoragefw/remotefilesystemplugin/group/eremotefs.mmp
changeset 13 6b4fc789785b
parent 2 c32dc0be5eb4
equal deleted inserted replaced
2:c32dc0be5eb4 13:6b4fc789785b
     1 /*
       
     2 * Copyright (c) 2003-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 System plug-in
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 // Capabilities of File Server process
       
    21 CAPABILITY TCB ProtServ DiskAdmin AllFiles PowerMgmt CommDD 
       
    22 
       
    23 TARGET		eremotefs.fsy
       
    24 TARGETTYPE	fsy
       
    25 UID		0x100039df 0x101F9768
       
    26 TARGETPATH	/system/libs
       
    27 
       
    28 SOURCEPATH	../src
       
    29 SOURCE		rsfwfs.cpp 
       
    30 SOURCE		rsfwfsdircb.cpp 
       
    31 SOURCE		rsfwfsfilecb.cpp 
       
    32 SOURCE		rsfwfilesystem.cpp 
       
    33 SOURCE		rsfwfsformatcb.cpp 
       
    34 SOURCE		rsfwfsmountcb.cpp 
       
    35 
       
    36 MW_LAYER_SYSTEMINCLUDE
       
    37 SYSTEMINCLUDE   ../../../inc
       
    38 SYSTEMINCLUDE   ../../inc
       
    39 SYSTEMINCLUDE	/epoc32/include/libc
       
    40 USERINCLUDE     ../inc
       
    41 
       
    42 LIBRARY		euser.lib 
       
    43 LIBRARY		efile.lib 
       
    44 LIBRARY		efsrv.lib 
       
    45 LIBRARY		estor.lib
       
    46 LIBRARY		rsfwsession.lib
       
    47 
       
    48 START WINS
       
    49 BASEADDRESS	0x63000000
       
    50 END
       
    51 
       
    52 DEFFILE   eremotefs.def
       
    53 
       
    54 // End of File
       
    55