os/kernelhwsrv/userlibandfileserver/fileserver/smassstorage/smassstorage.mmh
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 // Copyright (c) 2004-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\smassstorage.mmh
    15 // Mass storage file system mmp file
    16 // 
    17 //
    18 
    19 /**
    20  @file
    21 */
    22 
    23 TARGETTYPE		fsy
    24 
    25 USERINCLUDE	../inc
    26 #ifdef SYMBIAN_OLD_EXPORT_LOCATION
    27 SYSTEMINCLUDE	../inc
    28 SYMBIAN_BASE_SYSTEMINCLUDE(kernel)
    29 #endif
    30 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    31 USERINCLUDE	../smassstorage/inc
    32 SOURCEPATH	../smassstorage
    33 SOURCE		scsiprot.cpp
    34 SOURCE		cbulkonlytransport.cpp
    35 SOURCE		cbulkonlytransportusbcldd.cpp
    36 SOURCE		cbulkonlytransportusbcscldd.cpp
    37 SOURCE		cactivedevicestatenotifierbase.cpp
    38 SOURCE		rwdrivethread.cpp
    39 SOURCE		cmassstoragefilesystem.cpp
    40 SOURCE		cmassstoragemountcb.cpp
    41 SOURCE		cusbmassstoragecontroller.cpp
    42 SOURCE		cusbmassstorageserver.cpp
    43 SOURCE		cusbmassstoragesession.cpp
    44 SOURCE		massstorageutil.cpp
    45 SOURCE		drivemanager.cpp
    46 SOURCE		drivepublisher.cpp
    47 
    48 LIBRARY		efile.lib efsrv.lib euser.lib usbcsc_bil.lib
    49 
    50 
    51 SOURCEPATH	.
    52 DOCUMENT		 ../group/release.txt
    53 
    54 
    55 START WINS
    56 BASEADDRESS		0x61000000 
    57 END
    58 
    59 UID		0 0x100000d6   //TODO reserve new UID
    60 
    61 unpaged
    62 
    63 #include "../group/f32caps.mmh"  // Capabilities of File Server process
    64 #include "../group/f32.mmh"  	// Generic definitions for the whole f32 component