usbmgmt/usbmgr/host/fdf/test/t_fdf/t_fdf.mmp
changeset 0 c9bc50fca66e
equal deleted inserted replaced
-1:000000000000 0:c9bc50fca66e
       
     1 /*
       
     2 * Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:
       
    15 *
       
    16 */
       
    17 
       
    18 TARGET			t_fdf.exe
       
    19 TARGETTYPE		EXE
       
    20 // UID2 = 0x0 for plain exes
       
    21 // UID3 = 0
       
    22 UID 			0x0 0x101fe1db
       
    23 //0x101fe1db to pretend to be usbman
       
    24 
       
    25 
       
    26 // The same capabilities as USBSVR, which uses usbhoststack.lib.
       
    27 CAPABILITY		CommDD NetworkControl NetworkServices LocalServices ProtServ
       
    28 
       
    29 SOURCE			activetest.cpp
       
    30 SOURCE			activeconsole.cpp
       
    31 SOURCE			testbase.cpp
       
    32 SOURCE			FdfTest.cpp
       
    33 
       
    34 SYSTEMINCLUDE	\epoc32\include
       
    35 
       
    36 LIBRARY			EUSER.LIB
       
    37 LIBRARY			usbhoststack.lib
       
    38 
       
    39 //MACRO	__TEST_FDF__
       
    40 
       
    41 #include <usb/usblogger.mmh>