os/kernelhwsrv/userlibandfileserver/fileserver/shostmassstorage/server/hostmsserver.mmp
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 // Copyright (c) 2008-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/hostmsserver.mmp
    15 // Host mass storage client/server mmp file
    16 // 
    17 //
    18 
    19 TARGET			usbhostmssrv.exe
    20 
    21 TARGETTYPE		exe
    22 
    23 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    24 USERINCLUDE	../shared
    25 USERINCLUDE	./src/include
    26 USERINCLUDE	./controller/include
    27 USERINCLUDE	./transport/include
    28 USERINCLUDE	./protocol/include
    29 USERINCLUDE	./shared
    30 
    31 SOURCEPATH	./src
    32 SOURCE		cusbhostmssession.cpp
    33 SOURCE		cusbhostmsserver.cpp
    34 SOURCE		entry.cpp
    35 
    36 SOURCEPATH	./controller
    37 SOURCE		cusbhostmsdevice.cpp
    38 SOURCE      tlogicalunitlist.cpp
    39 SOURCE		cusbmssuspendresume.cpp
    40 SOURCE		cusbhostmsdevicethread.cpp
    41 SOURCE		cusbhostmslogicalunit.cpp
    42 
    43 SOURCEPATH	./transport
    44 SOURCE		cbulkonlytransport.cpp
    45 SOURCE		cusbifacehandler.cpp
    46 
    47 SOURCEPATH	./protocol
    48 SOURCE		cmassstoragefsm.cpp
    49 SOURCE		cscsiprotocol.cpp
    50 SOURCE		tspcclientinterface.cpp
    51 SOURCE		tsbcclientinterface.cpp
    52 SOURCE		tscsiclientreq.cpp
    53 SOURCE		tscsiprimarycmds.cpp
    54 SOURCE		tscsiblockcmds.cpp
    55 SOURCE		tblocktransfer.cpp
    56 
    57 SOURCEPATH	./shared
    58 SOURCE		msdebug.cpp
    59 
    60 LIBRARY		efsrv.lib euser.lib hal.lib usbdescriptors.lib usbdi_utils.lib
    61 START WINS
    62 BASEADDRESS		0x61000000 
    63 END
    64 
    65 CAPABILITY ALL -Tcb
    66 
    67 UID		0 0x10286A83 
    68 
    69 // **** Enable for Host MS testing ****
    70 //MACRO _TESTREPORT_PRINT_
    71 //MACRO MASSSTORAGE_PUBLISHER
    72 
    73 // **** Debug ****
    74 //MACRO _MSFN_DEBUG_PRINT_
    75 //MACRO _SCSI_DEBUG_PRINT_
    76 //MACRO _BOT_DEBUG_PRINT_
    77 //MACRO _HOST_DEBUG_PRINT_
    78 
    79 unpaged
    80 
    81 SMPSAFE