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/efat.mmp
|
sl@0
|
15 |
//
|
sl@0
|
16 |
//
|
sl@0
|
17 |
|
sl@0
|
18 |
//!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
sl@0
|
19 |
//!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
sl@0
|
20 |
//!!
|
sl@0
|
21 |
//!! WARNING!! DO NOT edit this file !! '\sfat' component is obsolete and is not being used. '\sfat32'replaces it
|
sl@0
|
22 |
//!!
|
sl@0
|
23 |
//!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
sl@0
|
24 |
//!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
sl@0
|
25 |
|
sl@0
|
26 |
|
sl@0
|
27 |
TARGET efat.fsy
|
sl@0
|
28 |
|
sl@0
|
29 |
TARGETTYPE fsy
|
sl@0
|
30 |
|
sl@0
|
31 |
USERINCLUDE ../sfat
|
sl@0
|
32 |
USERINCLUDE ../sfat/inc
|
sl@0
|
33 |
USERINCLUDE ../sfile
|
sl@0
|
34 |
SOURCEPATH ../sfat
|
sl@0
|
35 |
SOURCE fat_config.cpp sl_cache.cpp sl_dir.cpp
|
sl@0
|
36 |
SOURCE sl_disk.cpp sl_drv.cpp sl_file.cpp
|
sl@0
|
37 |
SOURCE sl_fmt.cpp sl_fsy.cpp sl_main.cpp sl_mnt.cpp
|
sl@0
|
38 |
SOURCE sl_utl.cpp sl_vfat.cpp sl_bpb.cpp
|
sl@0
|
39 |
SOURCE sl_scan.cpp sl_check.cpp
|
sl@0
|
40 |
SOURCE sl_fat16.cpp sl_mnt16.cpp sl_fatcache.cpp fat_table.cpp ram_fat_table.cpp
|
sl@0
|
41 |
SOURCE sl_leafdir_cache.cpp
|
sl@0
|
42 |
SOURCE sl_dir_cache.cpp
|
sl@0
|
43 |
|
sl@0
|
44 |
SOURCEPATH .
|
sl@0
|
45 |
DOCUMENT ../group/release.txt
|
sl@0
|
46 |
|
sl@0
|
47 |
USERINCLUDE ../inc
|
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 |
|
sl@0
|
60 |
#include "../group/f32caps.mmh" // Capabilities of File Server process
|
sl@0
|
61 |
#include "../group/f32.mmh" // Generic definitions for the whole f32 component
|
sl@0
|
62 |
|
sl@0
|
63 |
SMPSAFE
|