kerneltest/e32test/group/t_usb_device.mmp
changeset 9 96e5fb8b040d
child 43 c1f20ce4abcf
equal deleted inserted replaced
-1:000000000000 9:96e5fb8b040d
       
     1 // Copyright (c) 2008-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 // e32test/group/t_usb_device.mmp
       
    15 // 
       
    16 //
       
    17 
       
    18 TARGET        T_USB_DEVICE.EXE
       
    19 TARGETTYPE    EXE
       
    20 
       
    21 // Header file paths
       
    22 
       
    23 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    24 
       
    25 USERINCLUDE	  ../USB/T_USB_DEVICE/INCLUDE
       
    26 
       
    27 // Source file paths
       
    28 
       
    29 SOURCEPATH	  ../USB/T_USB_DEVICE/SRC
       
    30 
       
    31 
       
    32 SOURCE     	main.cpp
       
    33 SOURCE		activecontrol.cpp
       
    34 SOURCE		activerw.cpp
       
    35 SOURCE		activestallnotifier.cpp
       
    36 SOURCE		activedevicestatenotifier.cpp
       
    37 SOURCE		activetimer.cpp
       
    38 SOURCE    	config.cpp
       
    39 SOURCE		apitests.cpp
       
    40 SOURCE		usbms.cpp
       
    41 
       
    42 
       
    43 LIBRARY       EUSER.LIB HAL.LIB
       
    44 LIBRARY       EFSRV.LIB
       
    45 
       
    46 CAPABILITY    ALL
       
    47 
       
    48 VENDORID      0x70000001
       
    49 
       
    50 // Larger user heap than default: maximum = 16MB
       
    51 EPOCHEAPSIZE  0x1000 0x01000000
       
    52 
       
    53 SMPSAFE