kerneltest/e32test/group/t_usb_transfersrv.mmp
changeset 247 d8d70de2bd36
child 253 d37db4dcc88d
equal deleted inserted replaced
201:43365a9b78a3 247:d8d70de2bd36
       
     1 // Copyright (c) 2008-2010 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 // e32test/group/t_usb_transfersrv.mmp
       
    15 // 
       
    16 //
       
    17 
       
    18 TARGET        t_usb_transfersrv.exe
       
    19 TARGETTYPE    EXE
       
    20 uid 0x0 0x101fe1db
       
    21 
       
    22 MACRO		USB_SC
       
    23 
       
    24 // Header file paths
       
    25 
       
    26 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    27 
       
    28 USERINCLUDE	  ../usb/t_usb_device/include
       
    29 
       
    30 // Source file paths
       
    31 
       
    32 SOURCEPATH	  ../usb/t_usb_device/src
       
    33 
       
    34 
       
    35 SOURCE     	transfersrvmain.cpp
       
    36 SOURCE		transfersession.cpp
       
    37 SOURCE		transferserver.cpp
       
    38 SOURCE		config.cpp
       
    39 SOURCE		transferhandle.cpp
       
    40 
       
    41 LIBRARY     EUSER.LIB HAL.LIB
       
    42 LIBRARY		usbcsc_bil.lib
       
    43 LIBRARY     EFSRV.LIB t_usb_tranhandlesrv.lib
       
    44 
       
    45 CAPABILITY    ALL
       
    46 
       
    47 VENDORID      0x70000001
       
    48 
       
    49 // Larger user heap than default: maximum = 16MB
       
    50 EPOCHEAPSIZE  0x1000 0x01000000
       
    51 
       
    52 SMPSAFE