author | John Imhofe <john.imhofe@nokia.com> |
Mon, 21 Dec 2009 16:14:42 +0000 | |
changeset 2 | 4122176ea935 |
parent 0 | a41df078684a |
child 6 | 0173bcd7697c |
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/elocal.mmp |
|
15 |
// elocal.fsy FAT file system |
|
16 |
// |
|
17 |
// |
|
18 |
||
19 |
/** |
|
20 |
@file |
|
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 |
//!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! |
4122176ea935
Revision: 200948 + Removing redundant base integration tests and fixing build errors
John Imhofe <john.imhofe@nokia.com>
parents:
0
diff
changeset
|
23 |
//!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! |
4122176ea935
Revision: 200948 + Removing redundant base integration tests and fixing build errors
John Imhofe <john.imhofe@nokia.com>
parents:
0
diff
changeset
|
24 |
//!! |
4122176ea935
Revision: 200948 + Removing redundant base integration tests and fixing build errors
John Imhofe <john.imhofe@nokia.com>
parents:
0
diff
changeset
|
25 |
//!! WARNING!! DO NOT edit this file !! '\sfat' component is obsolete and is not being used. '\sfat32'replaces it |
4122176ea935
Revision: 200948 + Removing redundant base integration tests and fixing build errors
John Imhofe <john.imhofe@nokia.com>
parents:
0
diff
changeset
|
26 |
//!! |
4122176ea935
Revision: 200948 + Removing redundant base integration tests and fixing build errors
John Imhofe <john.imhofe@nokia.com>
parents:
0
diff
changeset
|
27 |
//!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! |
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 |
|
30 |
||
31 |
TARGET elocal.fsy |
|
32 |
||
33 |
TARGETTYPE fsy |
|
34 |
||
35 |
||
36 |
#if defined(WINS) |
|
37 |
||
38 |
SOURCEPATH ../swins |
|
39 |
SOURCE elocal.cpp |
|
40 |
||
41 |
USERINCLUDE ../inc |
|
42 |
OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
43 |
||
44 |
library emulator.lib |
|
45 |
START WINS |
|
46 |
WIN32_LIBRARY kernel32.lib |
|
47 |
#if defined(VC32) |
|
48 |
WIN32_LIBRARY chkstk.obj |
|
49 |
#endif |
|
50 |
BASEADDRESS 0x63000000 |
|
51 |
END |
|
52 |
||
53 |
#else |
|
54 |
||
55 |
USERINCLUDE ../sfat |
|
56 |
USERINCLUDE ../sfat/inc |
|
57 |
USERINCLUDE ../sfile |
|
58 |
||
59 |
SOURCEPATH ../sfat |
|
60 |
SOURCE fat_config.cpp sl_cache.cpp sl_dir.cpp |
|
61 |
SOURCE sl_disk.cpp sl_drv.cpp sl_file.cpp |
|
62 |
SOURCE sl_fmt.cpp sl_fsy.cpp sl_main.cpp sl_mnt.cpp |
|
63 |
SOURCE sl_utl.cpp sl_vfat.cpp sl_bpb.cpp |
|
64 |
SOURCE sl_scan.cpp sl_check.cpp |
|
65 |
SOURCE sl_fat16.cpp sl_mnt16.cpp sl_fatcache.cpp fat_table.cpp ram_fat_table.cpp |
|
66 |
SOURCE sl_leafdir_cache.cpp |
|
67 |
SOURCE sl_dir_cache.cpp |
|
68 |
||
69 |
USERINCLUDE ../inc |
|
70 |
OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
71 |
||
72 |
LIBRARY hal.lib |
|
73 |
||
74 |
#endif |
|
75 |
||
76 |
SOURCEPATH . |
|
77 |
DOCUMENT ../group/release.txt |
|
78 |
||
79 |
LIBRARY efsrv.lib euser.lib efile.lib |
|
80 |
||
81 |
UID 0 0x100000d6 |
|
82 |
VENDORID 0x70000001 |
|
83 |
||
84 |
unpagedcode |
|
85 |
||
86 |
#include "../group/f32caps.mmh" // Capabilities of File Server process |
|
87 |
#include "../group/f32.mmh" // Generic definitions for the whole f32 component |
|
88 |
||
89 |
SMPSAFE |