author | Mike Kinghan <mikek@symbian.org> |
Thu, 25 Nov 2010 14:35:45 +0000 | |
branch | GCC_SURGE |
changeset 305 | 1ba12ef4ef89 |
parent 36 | 538db54a451d |
permissions | -rw-r--r-- |
0 | 1 |
// Copyright (c) 2007-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 |
// |
|
15 |
// |
|
16 |
||
17 |
/** |
|
18 |
@file |
|
19 |
*/ |
|
20 |
||
21 |
TARGET automounter.fsy |
|
22 |
||
23 |
TARGETTYPE fsy |
|
24 |
||
25 |
USERINCLUDE ../automounter |
|
26 |
SOURCEPATH ../automounter |
|
27 |
||
28 |
||
29 |
SOURCE automounter.cpp |
|
30 |
||
31 |
||
32 |
SOURCEPATH . |
|
33 |
DOCUMENT ../group/release.txt |
|
34 |
USERINCLUDE ../inc |
|
36
538db54a451d
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
35 |
USERINCLUDE ../fs_utils |
0 | 36 |
|
37 |
OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
38 |
||
39 |
||
40 |
LIBRARY efile.lib efsrv.lib euser.lib |
|
41 |
||
36
538db54a451d
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
42 |
UID 0 0x100000d6 |
538db54a451d
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
43 |
VENDORID 0x70000001 |
0 | 44 |
|
45 |
unpaged |
|
46 |
||
47 |
#include "../group/f32caps.mmh" // Capabilities of File Server process |
|
48 |
#include "../group/f32.mmh" // Generic definitions for the whole f32 component |
|
49 |
||
50 |
SMPSAFE |
|
51 |
||
52 |