os/kernelhwsrv/userlibandfileserver/fileserver/sfat32/efat32.mmp
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
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/efat32.mmp
sl@0
    15
// 
sl@0
    16
//
sl@0
    17
sl@0
    18
TARGET          efat32.fsy
sl@0
    19
sl@0
    20
TARGETTYPE      fsy
sl@0
    21
sl@0
    22
USERINCLUDE     ../sfile
sl@0
    23
USERINCLUDE     ../inc
sl@0
    24
USERINCLUDE     ../fs_utils
sl@0
    25
sl@0
    26
USERINCLUDE     ../sfat32
sl@0
    27
USERINCLUDE     ../sfat32/inc
sl@0
    28
sl@0
    29
SOURCEPATH      ../sfat32
sl@0
    30
sl@0
    31
SOURCE          fat_config.cpp sl_dir.cpp
sl@0
    32
SOURCE          sl_disk.cpp sl_drv.cpp sl_file.cpp
sl@0
    33
SOURCE          sl_fmt.cpp sl_fsy.cpp sl_main.cpp sl_mnt.cpp
sl@0
    34
SOURCE          sl_utl.cpp sl_vfat.cpp sl_cache.cpp sl_fatcache.cpp
sl@0
    35
SOURCE          sl_leafdir_cache.cpp sl_dir_cache.cpp
sl@0
    36
sl@0
    37
SOURCE          sl_fatmisc32.cpp sl_bpb32.cpp fat_table32.cpp ram_fat_table32.cpp
sl@0
    38
SOURCE          sl_scan32.cpp sl_mnt32.cpp
sl@0
    39
SOURCE          sl_fatcache32.cpp
sl@0
    40
sl@0
    41
SOURCEPATH      ../fs_utils
sl@0
    42
SOURCE			filesystem_utils.cpp bit_vector.cpp
sl@0
    43
sl@0
    44
SOURCEPATH      .
sl@0
    45
DOCUMENT        ../group/release.txt
sl@0
    46
sl@0
    47
sl@0
    48
OS_LAYER_SYSTEMINCLUDE_SYMBIAN
sl@0
    49
sl@0
    50
LIBRARY         efile.lib efsrv.lib euser.lib hal.lib
sl@0
    51
sl@0
    52
START WINS
sl@0
    53
BASEADDRESS     0x61000000
sl@0
    54
END
sl@0
    55
sl@0
    56
UID         0 0x100000d6
sl@0
    57
VENDORID    0x70000001
sl@0
    58
sl@0
    59
unpagedcode
sl@0
    60
sl@0
    61
#include "../group/f32caps.mmh"  // Capabilities of File Server process
sl@0
    62
#include "../group/f32.mmh"      // Generic definitions for the whole f32 component
sl@0
    63
sl@0
    64
SMPSAFE