|
1 // Copyright (c) 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 TARGETTYPE fsy |
|
17 |
|
18 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
19 #ifdef SYMBIAN_OLD_EXPORT_LOCATION |
|
20 SYMBIAN_BASE_SYSTEMINCLUDE(kernel) |
|
21 #endif |
|
22 |
|
23 USERINCLUDE ./inc |
|
24 USERINCLUDE ./transport/include |
|
25 USERINCLUDE ./protocol/include |
|
26 |
|
27 USERINCLUDE ./transport |
|
28 |
|
29 SOURCEPATH ./protocol |
|
30 SOURCE cscsiserverprotocol.cpp |
|
31 SOURCE tscsiserverreq.cpp |
|
32 SOURCE tscsiservercmds.cpp |
|
33 SOURCE testman.cpp |
|
34 |
|
35 SOURCEPATH ./transport |
|
36 SOURCE botcontrolinterface.cpp |
|
37 SOURCE botmscserver.cpp |
|
38 SOURCE cbulkonlytransport.cpp |
|
39 |
|
40 SOURCEPATH . |
|
41 SOURCE cmassstoragefilesystem.cpp |
|
42 SOURCE cmassstoragemountcb.cpp |
|
43 SOURCE cusbmassstoragecontroller.cpp |
|
44 SOURCE cusbmassstorageserver.cpp |
|
45 SOURCE cusbmassstoragesession.cpp |
|
46 SOURCE drivemanager.cpp |
|
47 SOURCE drivepublisher.cpp |
|
48 SOURCE msdebug.cpp |
|
49 |
|
50 LIBRARY efile.lib efsrv.lib euser.lib |
|
51 |
|
52 |
|
53 START WINS |
|
54 BASEADDRESS 0x61000000 |
|
55 END |
|
56 |
|
57 UID 0 0x100000d6 //TODO reserve new UID |
|
58 |
|
59 unpaged |
|
60 |
|
61 #include "../../../userlibandfileserver/fileserver/group/f32caps.mmh" // Capabilities of File Server process |
|
62 #include "../../../userlibandfileserver/fileserver/group/f32.mmh" // Generic definitions for the whole f32 component |
|
63 |
|
64 SMPSAFE |
|
65 |