usbmgmt/usbmgrtest/t_headlessecacm/group/t_headlessecacm.mmp
changeset 59 bbdce6bffaad
parent 29 59aa7d6e3e0f
equal deleted inserted replaced
58:84c26be382f0 59:bbdce6bffaad
     1 /*
     1 /*
     2 * Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 1997-2010 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    68 LIBRARY 		euser.lib 
    68 LIBRARY 		euser.lib 
    69 LIBRARY 		c32.lib
    69 LIBRARY 		c32.lib
    70 LIBRARY			efsrv.lib
    70 LIBRARY			efsrv.lib
    71 
    71 
    72 #ifdef WINS
    72 #ifdef WINS
    73 DEFFILE			..\..\..\usbmgr\usb\csy\bmarm\ecacm.def
    73 DEFFILE			../../../usbmgr/usb/csy/bmarm/ecacm.def
    74 #else
    74 #else
    75 DEFFILE			..\..\..\usbmgr\usb\csy\bwins\ecacm.def
    75 DEFFILE			../../../usbmgr/usb/csy/bwins/ecacm.def
    76 #endif
    76 #endif
    77 
    77 
    78 // Define this macro to build a 'headless' ACM, which, when you do a Read or 
    78 // Define this macro to build a 'headless' ACM, which, when you do a Read or 
    79 // ReadOneOrMore, Writes the data back to the LDD. This is used for 
    79 // ReadOneOrMore, Writes the data back to the LDD. This is used for 
    80 // performance testing at the level of RDevUsbcClient.
    80 // performance testing at the level of RDevUsbcClient.
    81 MACRO __HEADLESS_ACM_TEST_CODE__
    81 MACRO __HEADLESS_ACM_TEST_CODE__
    82