author | John Imhofe <john.imhofe@nokia.com> |
Mon, 21 Dec 2009 16:14:42 +0000 | |
changeset 2 | 4122176ea935 |
parent 0 | a41df078684a |
child 8 | 538db54a451d |
permissions | -rw-r--r-- |
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/efat32.mmp |
|
15 |
// |
|
16 |
// |
|
17 |
||
18 |
TARGET efat32.fsy |
|
19 |
||
20 |
TARGETTYPE fsy |
|
21 |
||
2
4122176ea935
Revision: 200948 + Removing redundant base integration tests and fixing build errors
John Imhofe <john.imhofe@nokia.com>
parents:
0
diff
changeset
|
22 |
USERINCLUDE ../sfile |
4122176ea935
Revision: 200948 + Removing redundant base integration tests and fixing build errors
John Imhofe <john.imhofe@nokia.com>
parents:
0
diff
changeset
|
23 |
USERINCLUDE ../inc |
4122176ea935
Revision: 200948 + Removing redundant base integration tests and fixing build errors
John Imhofe <john.imhofe@nokia.com>
parents:
0
diff
changeset
|
24 |
USERINCLUDE ../sfat32 |
0 | 25 |
USERINCLUDE ../sfat32/inc |
26 |
||
2
4122176ea935
Revision: 200948 + Removing redundant base integration tests and fixing build errors
John Imhofe <john.imhofe@nokia.com>
parents:
0
diff
changeset
|
27 |
SOURCEPATH ../sfat32 |
4122176ea935
Revision: 200948 + Removing redundant base integration tests and fixing build errors
John Imhofe <john.imhofe@nokia.com>
parents:
0
diff
changeset
|
28 |
|
0 | 29 |
SOURCE fat_config.cpp sl_dir.cpp |
30 |
SOURCE sl_disk.cpp sl_drv.cpp sl_file.cpp |
|
31 |
SOURCE sl_fmt.cpp sl_fsy.cpp sl_main.cpp sl_mnt.cpp |
|
32 |
SOURCE sl_utl.cpp sl_vfat.cpp sl_cache.cpp sl_fatcache.cpp |
|
2
4122176ea935
Revision: 200948 + Removing redundant base integration tests and fixing build errors
John Imhofe <john.imhofe@nokia.com>
parents:
0
diff
changeset
|
33 |
SOURCE sl_leafdir_cache.cpp sl_dir_cache.cpp |
0 | 34 |
|
35 |
SOURCE sl_fatmisc32.cpp sl_bpb32.cpp fat_table32.cpp ram_fat_table32.cpp |
|
36 |
SOURCE sl_scan32.cpp sl_mnt32.cpp |
|
37 |
SOURCE sl_fatcache32.cpp |
|
38 |
||
39 |
SOURCEPATH . |
|
40 |
DOCUMENT ../group/release.txt |
|
41 |
||
2
4122176ea935
Revision: 200948 + Removing redundant base integration tests and fixing build errors
John Imhofe <john.imhofe@nokia.com>
parents:
0
diff
changeset
|
42 |
|
0 | 43 |
OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
44 |
||
45 |
LIBRARY efile.lib efsrv.lib euser.lib hal.lib |
|
46 |
||
47 |
START WINS |
|
48 |
BASEADDRESS 0x61000000 |
|
49 |
END |
|
50 |
||
51 |
UID 0 0x100000d6 |
|
52 |
VENDORID 0x70000001 |
|
53 |
||
54 |
unpagedcode |
|
55 |
||
56 |
#include "../group/f32caps.mmh" // Capabilities of File Server process |
|
57 |
#include "../group/f32.mmh" // Generic definitions for the whole f32 component |
|
58 |
||
59 |
SMPSAFE |