usbclasses/usbphoneasmodem/classimplementation/mscfileserver/group/usbmscfileserver.mmp
changeset 34 7858bc6ead78
parent 31 dfdd8240f7c8
child 35 9d8b04ca6939
equal deleted inserted replaced
31:dfdd8240f7c8 34:7858bc6ead78
     1 // Copyright (c) 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 "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 // 
       
    15 // 
       
    16 
       
    17 
       
    18 #include <platform_paths.hrh>
       
    19 #include "../../inc/usbmscfileuids.hrh"
       
    20 
       
    21 TARGET          usbmscfileserver.exe
       
    22 TARGETTYPE      exe
       
    23 
       
    24 UID             0x0 KUidMscFileServer
       
    25 VENDORID        VID_DEFAULT
       
    26 
       
    27 CAPABILITY      ProtServ ReadDeviceData WriteDeviceData SwEvent Location \
       
    28                 NetworkServices ReadUserData WriteUserData LocalServices \
       
    29                 UserEnvironment CommDD AllFiles
       
    30 
       
    31 MW_LAYER_SYSTEMINCLUDE
       
    32 
       
    33 USERINCLUDE     ../inc 
       
    34 USERINCLUDE     ../../inc
       
    35 
       
    36 SOURCEPATH      ../src
       
    37 SOURCE          mscfileserver.cpp
       
    38 SOURCE          mscfilesession.cpp
       
    39 SOURCE          mscfilecontroller.cpp
       
    40 SOURCE          scsiprot.cpp
       
    41 SOURCE          bulkonlytransport.cpp
       
    42 SOURCE          filesystemimage.cpp
       
    43 
       
    44 LIBRARY         efile.lib
       
    45 LIBRARY         euser.lib
       
    46 LIBRARY         efsrv.lib
       
    47 DEBUGLIBRARY	flogger.lib
       
    48 
       
    49 START WINS
       
    50 BASEADDRESS     0x61000000
       
    51 END
       
    52 
       
    53 unpaged
       
    54 
       
    55