os/kernelhwsrv/userlibandfileserver/fileserver/sfat/elocal.mmp
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
sl@0
     1
// Copyright (c) 1996-2009 Nokia Corporation and/or its subsidiary(-ies).
sl@0
     2
// All rights reserved.
sl@0
     3
// This component and the accompanying materials are made available
sl@0
     4
// under the terms of the License "Eclipse Public License v1.0"
sl@0
     5
// which accompanies this distribution, and is available
sl@0
     6
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
sl@0
     7
//
sl@0
     8
// Initial Contributors:
sl@0
     9
// Nokia Corporation - initial contribution.
sl@0
    10
//
sl@0
    11
// Contributors:
sl@0
    12
//
sl@0
    13
// Description:
sl@0
    14
// f32/group/elocal.mmp
sl@0
    15
// elocal.fsy FAT file system
sl@0
    16
// 
sl@0
    17
//
sl@0
    18
sl@0
    19
/**
sl@0
    20
 @file
sl@0
    21
*/
sl@0
    22
//!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
sl@0
    23
//!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
sl@0
    24
//!!
sl@0
    25
//!! WARNING!! DO NOT edit this file !! '\sfat' component is obsolete and is not being used. '\sfat32'replaces it
sl@0
    26
//!!
sl@0
    27
//!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
sl@0
    28
//!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
sl@0
    29
sl@0
    30
sl@0
    31
TARGET          elocal.fsy
sl@0
    32
sl@0
    33
TARGETTYPE      fsy
sl@0
    34
sl@0
    35
sl@0
    36
#if defined(WINS)
sl@0
    37
sl@0
    38
SOURCEPATH  ../swins
sl@0
    39
SOURCE           elocal.cpp
sl@0
    40
sl@0
    41
USERINCLUDE   ../inc
sl@0
    42
OS_LAYER_SYSTEMINCLUDE_SYMBIAN
sl@0
    43
sl@0
    44
library         emulator.lib
sl@0
    45
START WINS
sl@0
    46
WIN32_LIBRARY   kernel32.lib
sl@0
    47
#if defined(VC32)
sl@0
    48
WIN32_LIBRARY   chkstk.obj
sl@0
    49
#endif
sl@0
    50
BASEADDRESS     0x63000000
sl@0
    51
END
sl@0
    52
sl@0
    53
#else
sl@0
    54
sl@0
    55
sl@0
    56
USERINCLUDE       ../sfat
sl@0
    57
USERINCLUDE       ../sfat/inc
sl@0
    58
USERINCLUDE       ../sfile
sl@0
    59
sl@0
    60
SOURCEPATH  ../sfat
sl@0
    61
SOURCE           fat_config.cpp sl_cache.cpp sl_dir.cpp
sl@0
    62
SOURCE           sl_disk.cpp sl_drv.cpp sl_file.cpp
sl@0
    63
SOURCE           sl_fmt.cpp sl_fsy.cpp sl_main.cpp sl_mnt.cpp
sl@0
    64
SOURCE           sl_utl.cpp sl_vfat.cpp sl_bpb.cpp
sl@0
    65
SOURCE           sl_scan.cpp sl_check.cpp
sl@0
    66
SOURCE           sl_fat16.cpp sl_mnt16.cpp sl_fatcache.cpp fat_table.cpp ram_fat_table.cpp
sl@0
    67
SOURCE           sl_leafdir_cache.cpp
sl@0
    68
SOURCE           sl_dir_cache.cpp
sl@0
    69
sl@0
    70
USERINCLUDE   ../inc
sl@0
    71
OS_LAYER_SYSTEMINCLUDE_SYMBIAN
sl@0
    72
sl@0
    73
LIBRARY          hal.lib
sl@0
    74
#endif
sl@0
    75
sl@0
    76
sl@0
    77
SOURCEPATH  .
sl@0
    78
DOCUMENT         ../group/release.txt
sl@0
    79
sl@0
    80
LIBRARY          efsrv.lib euser.lib efile.lib
sl@0
    81
sl@0
    82
UID 0 0x100000d6
sl@0
    83
VENDORID 0x70000001
sl@0
    84
sl@0
    85
unpagedcode
sl@0
    86
sl@0
    87
#include "../group/f32caps.mmh"  // Capabilities of File Server process
sl@0
    88
#include "../group/f32.mmh"      // Generic definitions for the whole f32 component
sl@0
    89
sl@0
    90
SMPSAFE