kerneltest/e32test/group/t_usb_scdevice.mmp
branchRCL_3
changeset 44 3e88ff8f41d5
parent 43 c1f20ce4abcf
equal deleted inserted replaced
43:c1f20ce4abcf 44:3e88ff8f41d5
     1 // Copyright (c) 2008-2010 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     3 // This component and the accompanying materials are made available
     4 // under the terms of the License "Eclipse Public License v1.0"
     4 // under the terms of the License "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
    16 //
    16 //
    17 
    17 
    18 TARGET        t_usb_scdevice.exe
    18 TARGET        t_usb_scdevice.exe
    19 TARGETTYPE    EXE
    19 TARGETTYPE    EXE
    20 
    20 
    21 UID         0x0 0x20031631
       
    22 VENDORID    0x70000001
       
    23 
       
    24 MACRO		USB_SC
    21 MACRO		USB_SC
    25 
    22 
    26 // Header file paths
    23 // Header file paths
    27 
    24 
    28 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    25 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    29 
    26 
    30 USERINCLUDE	  ../usb/t_usb_device/include
    27 USERINCLUDE	  ../usb/t_usb_device/include
    31 USERINCLUDE     ../traces_t_usb_scdevice
       
    32 
    28 
    33 // Source file paths
    29 // Source file paths
    34 
    30 
    35 SOURCEPATH	  ../usb/t_usb_device/src
    31 SOURCEPATH	  ../usb/t_usb_device/src
    36 
    32 
    42 SOURCE		activedevicestatenotifier.cpp
    38 SOURCE		activedevicestatenotifier.cpp
    43 SOURCE		activetimer.cpp
    39 SOURCE		activetimer.cpp
    44 SOURCE    	config.cpp
    40 SOURCE    	config.cpp
    45 SOURCE		apitests.cpp
    41 SOURCE		apitests.cpp
    46 SOURCE		usbms.cpp
    42 SOURCE		usbms.cpp
    47 SOURCE		tranhandleserver.cpp
       
    48 SOURCE		tranhandlesession.cpp
       
    49 
    43 
    50 
    44 
    51 LIBRARY     EUSER.LIB HAL.LIB
    45 LIBRARY     EUSER.LIB HAL.LIB
    52 LIBRARY		usbcsc_bil.lib
    46 LIBRARY		usbcsc_bil.lib
    53 LIBRARY     EFSRV.LIB t_usb_transfersrv.lib
    47 LIBRARY     EFSRV.LIB
    54 
    48 
    55 CAPABILITY    ALL
    49 CAPABILITY    ALL
    56 
    50 
       
    51 VENDORID      0x70000001
    57 
    52 
    58 // Larger user heap than default: maximum = 16MB
    53 // Larger user heap than default: maximum = 16MB
    59 EPOCHEAPSIZE  0x1000 0x01000000
    54 EPOCHEAPSIZE  0x1000 0x01000000
    60 
    55 
    61 SMPSAFE
    56 SMPSAFE