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.
sl@0
     1
// Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
sl@0
     2
// All rights reserved.
sl@0
     3
// This component and the accompanying materials are made available
sl@0
     4
// under the terms of the License "Eclipse Public License v1.0"
sl@0
     5
// which accompanies this distribution, and is available
sl@0
     6
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
sl@0
     7
//
sl@0
     8
// Initial Contributors:
sl@0
     9
// Nokia Corporation - initial contribution.
sl@0
    10
//
sl@0
    11
// Contributors:
sl@0
    12
//
sl@0
    13
// Description:
sl@0
    14
// f32/group/hostmsserver.mmp
sl@0
    15
// Host mass storage client/server mmp file
sl@0
    16
// 
sl@0
    17
//
sl@0
    18
sl@0
    19
TARGET			usbhostmssrv.exe
sl@0
    20
sl@0
    21
TARGETTYPE		exe
sl@0
    22
sl@0
    23
OS_LAYER_SYSTEMINCLUDE_SYMBIAN
sl@0
    24
USERINCLUDE	../shared
sl@0
    25
USERINCLUDE	./src/include
sl@0
    26
USERINCLUDE	./controller/include
sl@0
    27
USERINCLUDE	./transport/include
sl@0
    28
USERINCLUDE	./protocol/include
sl@0
    29
USERINCLUDE	./shared
sl@0
    30
sl@0
    31
SOURCEPATH	./src
sl@0
    32
SOURCE		cusbhostmssession.cpp
sl@0
    33
SOURCE		cusbhostmsserver.cpp
sl@0
    34
SOURCE		entry.cpp
sl@0
    35
sl@0
    36
SOURCEPATH	./controller
sl@0
    37
SOURCE		cusbhostmsdevice.cpp
sl@0
    38
SOURCE      tlogicalunitlist.cpp
sl@0
    39
SOURCE		cusbmssuspendresume.cpp
sl@0
    40
SOURCE		cusbhostmsdevicethread.cpp
sl@0
    41
SOURCE		cusbhostmslogicalunit.cpp
sl@0
    42
sl@0
    43
SOURCEPATH	./transport
sl@0
    44
SOURCE		cbulkonlytransport.cpp
sl@0
    45
SOURCE		cusbifacehandler.cpp
sl@0
    46
sl@0
    47
SOURCEPATH	./protocol
sl@0
    48
SOURCE		cmassstoragefsm.cpp
sl@0
    49
SOURCE		cscsiprotocol.cpp
sl@0
    50
SOURCE		tspcclientinterface.cpp
sl@0
    51
SOURCE		tsbcclientinterface.cpp
sl@0
    52
SOURCE		tscsiclientreq.cpp
sl@0
    53
SOURCE		tscsiprimarycmds.cpp
sl@0
    54
SOURCE		tscsiblockcmds.cpp
sl@0
    55
SOURCE		tblocktransfer.cpp
sl@0
    56
sl@0
    57
SOURCEPATH	./shared
sl@0
    58
SOURCE		msdebug.cpp
sl@0
    59
sl@0
    60
LIBRARY		efsrv.lib euser.lib hal.lib usbdescriptors.lib usbdi_utils.lib
sl@0
    61
START WINS
sl@0
    62
BASEADDRESS		0x61000000 
sl@0
    63
END
sl@0
    64
sl@0
    65
CAPABILITY ALL -Tcb
sl@0
    66
sl@0
    67
UID		0 0x10286A83 
sl@0
    68
sl@0
    69
// **** Enable for Host MS testing ****
sl@0
    70
//MACRO _TESTREPORT_PRINT_
sl@0
    71
//MACRO MASSSTORAGE_PUBLISHER
sl@0
    72
sl@0
    73
// **** Debug ****
sl@0
    74
//MACRO _MSFN_DEBUG_PRINT_
sl@0
    75
//MACRO _SCSI_DEBUG_PRINT_
sl@0
    76
//MACRO _BOT_DEBUG_PRINT_
sl@0
    77
//MACRO _HOST_DEBUG_PRINT_
sl@0
    78
sl@0
    79
unpaged
sl@0
    80
sl@0
    81
SMPSAFE