0
|
1 |
// Copyright (c) 1996-2009 Nokia Corporation and/or its subsidiary(-ies).
|
|
2 |
// All rights reserved.
|
|
3 |
// This component and the accompanying materials are made available
|
|
4 |
// under the terms of the License "Eclipse Public License v1.0"
|
|
5 |
// which accompanies this distribution, and is available
|
|
6 |
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
|
|
7 |
//
|
|
8 |
// Initial Contributors:
|
|
9 |
// Nokia Corporation - initial contribution.
|
|
10 |
//
|
|
11 |
// Contributors:
|
|
12 |
//
|
|
13 |
// Description:
|
|
14 |
// f32/group/efat.mmp
|
|
15 |
//
|
|
16 |
//
|
|
17 |
|
|
18 |
TARGET efat.fsy
|
|
19 |
|
|
20 |
TARGETTYPE fsy
|
|
21 |
|
|
22 |
USERINCLUDE ../sfat
|
|
23 |
USERINCLUDE ../sfat/inc
|
|
24 |
USERINCLUDE ../sfile
|
|
25 |
SOURCEPATH ../sfat
|
|
26 |
SOURCE fat_config.cpp sl_cache.cpp sl_dir.cpp
|
|
27 |
SOURCE sl_disk.cpp sl_drv.cpp sl_file.cpp
|
|
28 |
SOURCE sl_fmt.cpp sl_fsy.cpp sl_main.cpp sl_mnt.cpp
|
|
29 |
SOURCE sl_utl.cpp sl_vfat.cpp sl_bpb.cpp
|
|
30 |
SOURCE sl_scan.cpp sl_check.cpp
|
|
31 |
SOURCE sl_fat16.cpp sl_mnt16.cpp sl_fatcache.cpp fat_table.cpp ram_fat_table.cpp
|
|
32 |
SOURCE sl_leafdir_cache.cpp
|
|
33 |
SOURCE sl_dir_cache.cpp
|
|
34 |
|
|
35 |
SOURCEPATH .
|
|
36 |
DOCUMENT ../group/release.txt
|
|
37 |
|
|
38 |
USERINCLUDE ../inc
|
|
39 |
OS_LAYER_SYSTEMINCLUDE_SYMBIAN
|
|
40 |
|
|
41 |
LIBRARY efile.lib efsrv.lib euser.lib hal.lib
|
|
42 |
|
|
43 |
START WINS
|
|
44 |
BASEADDRESS 0x61000000
|
|
45 |
END
|
|
46 |
|
|
47 |
UID 0 0x100000d6
|
|
48 |
VENDORID 0x70000001
|
|
49 |
|
|
50 |
|
|
51 |
#include "../group/f32caps.mmh" // Capabilities of File Server process
|
|
52 |
#include "../group/f32.mmh" // Generic definitions for the whole f32 component
|
|
53 |
|
|
54 |
SMPSAFE
|