os/kernelhwsrv/kerneltest/f32test/shostmassstorage/testclient/usbtestmsclient/usbtestmsclient.mmh
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/kernelhwsrv/kerneltest/f32test/shostmassstorage/testclient/usbtestmsclient/usbtestmsclient.mmh Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,65 @@
1.4 +// Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
1.5 +// All rights reserved.
1.6 +// This component and the accompanying materials are made available
1.7 +// under the terms of the License "Eclipse Public License v1.0"
1.8 +// which accompanies this distribution, and is available
1.9 +// at the URL "http://www.eclipse.org/legal/epl-v10.html".
1.10 +//
1.11 +// Initial Contributors:
1.12 +// Nokia Corporation - initial contribution.
1.13 +//
1.14 +// Contributors:
1.15 +//
1.16 +// Description:
1.17 +//
1.18 +
1.19 +TARGETTYPE fsy
1.20 +
1.21 +OS_LAYER_SYSTEMINCLUDE_SYMBIAN
1.22 +#ifdef SYMBIAN_OLD_EXPORT_LOCATION
1.23 +SYMBIAN_BASE_SYSTEMINCLUDE(kernel)
1.24 +#endif
1.25 +
1.26 +USERINCLUDE ./inc
1.27 +USERINCLUDE ./transport/include
1.28 +USERINCLUDE ./protocol/include
1.29 +
1.30 +USERINCLUDE ./transport
1.31 +
1.32 +SOURCEPATH ./protocol
1.33 +SOURCE cscsiserverprotocol.cpp
1.34 +SOURCE tscsiserverreq.cpp
1.35 +SOURCE tscsiservercmds.cpp
1.36 +SOURCE testman.cpp
1.37 +
1.38 +SOURCEPATH ./transport
1.39 +SOURCE botcontrolinterface.cpp
1.40 +SOURCE botmscserver.cpp
1.41 +SOURCE cbulkonlytransport.cpp
1.42 +
1.43 +SOURCEPATH .
1.44 +SOURCE cmassstoragefilesystem.cpp
1.45 +SOURCE cmassstoragemountcb.cpp
1.46 +SOURCE cusbmassstoragecontroller.cpp
1.47 +SOURCE cusbmassstorageserver.cpp
1.48 +SOURCE cusbmassstoragesession.cpp
1.49 +SOURCE drivemanager.cpp
1.50 +SOURCE drivepublisher.cpp
1.51 +SOURCE msdebug.cpp
1.52 +
1.53 +LIBRARY efile.lib efsrv.lib euser.lib
1.54 +
1.55 +
1.56 +START WINS
1.57 +BASEADDRESS 0x61000000
1.58 +END
1.59 +
1.60 +UID 0 0x100000d6 //TODO reserve new UID
1.61 +
1.62 +unpaged
1.63 +
1.64 +#include "../../../userlibandfileserver/fileserver/group/f32caps.mmh" // Capabilities of File Server process
1.65 +#include "../../../userlibandfileserver/fileserver/group/f32.mmh" // Generic definitions for the whole f32 component
1.66 +
1.67 +SMPSAFE
1.68 +