os/kernelhwsrv/kerneltest/f32test/smassstorage/group/t_ms_mocksvr.mmp
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 
     2 // Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies).
     3 // All rights reserved.
     4 // This component and the accompanying materials are made available
     5 // under the terms of the License "Eclipse Public License v1.0"
     6 // which accompanies this distribution, and is available
     7 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     8 //
     9 // Initial Contributors:
    10 // Nokia Corporation - initial contribution.
    11 //
    12 // Contributors:
    13 //
    14 // Description:
    15 // Mass storage mock file system mmp file
    16 // 
    17 //
    18 
    19 	TARGET			usbmsserver.exe
    20 	TARGETTYPE		exe
    21 	TARGETPATH		/sys/bin
    22 	UID			0x1000007B 0x101F7774
    23 
    24 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    25 USERINCLUDE	../inc	  
    26 USERINCLUDE	../../../../userlibandfileserver/fileserver/smassstorage/inc	  
    27 
    28 SOURCEPATH	../src
    29 SOURCE		t_cusbmassstoragecontroller.cpp
    30 SOURCE		t_cusbmassstoragescheduler.cpp
    31 SOURCE		t_cusbmassstoragemain.cpp
    32 
    33 SOURCEPATH      ../../../../userlibandfileserver/fileserver/smassstorage
    34 SOURCE		cusbmassstorageserver.cpp
    35 SOURCE		cusbmassstoragesession.cpp
    36 
    37 LIBRARY		efsrv.lib euser.lib hal.lib
    38 
    39 #include "../../../../userlibandfileserver/fileserver/group/f32caps.mmh"  // Capabilities of File Server process
    40 
    41 
    42 SMPSAFE