usbmgmt/usbmgr/usbman/server/group/t_Usbman_dummyCC.mmp
changeset 48 21625e5de155
parent 0 c9bc50fca66e
child 49 93c0009bd947
equal deleted inserted replaced
41:4ac512a68352 48:21625e5de155
     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".
    15 * This is the mmp file for a special build of USBSVR, including only three 
    15 * This is the mmp file for a special build of USBSVR, including only three 
    16 * instances of the dummy class controller, and no other class controllers. It 
    16 * instances of the dummy class controller, and no other class controllers. It 
    17 * is used for GT171 automated tests.
    17 * is used for GT171 automated tests.
    18 *
    18 *
    19 */
    19 */
       
    20 target t_usbman_dummycc.exe
       
    21 CAPABILITY CommDD NetworkControl NetworkServices LocalServices ProtServ
    20 
    22 
    21 target t_usbman_dummycc.exe
    23 targettype exe
    22 
    24 
    23 #include "usbsvrbase.mmp"
    25 uid 0x0 0x101fe1db
       
    26 VENDORID 0x70000001
    24 
    27 
    25 userinclude		../../../inifile/inc
    28 
       
    29 userinclude     ../INC
       
    30 userinclude		../public
       
    31 userinclude		../../../host/fdf/production/client/public 
       
    32 userinclude		../../../inifile/inc 
       
    33 userinclude     ../traces_t_Usbman_dummyCC 
       
    34 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    26 
    35 
    27 sourcepath		../SRC
    36 sourcepath		../SRC
       
    37 source			UsbSvr.cpp
       
    38 source			CUsbServer.cpp
       
    39 source			CUsbSession.cpp
       
    40 source			CUsbScheduler.cpp
       
    41 source			CUsbDevice.cpp
       
    42 source			CUsbDeviceStateWatcher.cpp
       
    43 source			UsbUtils.cpp
       
    44 source			CPersonality.cpp
       
    45 source          usbmancenrepmanager.cpp
    28 source			CUsbDummyClassController.cpp
    46 source			CUsbDummyClassController.cpp
    29 
    47 
    30 sourcepath		../../../inifile/src
    48 sourcepath		../../../inifile/src
    31 source			inifile.cpp
    49 source			inifile.cpp
       
    50 
       
    51 library			euser.lib
       
    52 library			usbclasscontroller.lib
       
    53 library			ecom.lib
       
    54 library			efsrv.lib
       
    55 library			bafl.lib
       
    56 library			usbmanextensionplugin.lib
       
    57 library			sysutil.lib
       
    58 library         centralrepository.lib 
       
    59 
       
    60 #ifdef SYMBIAN_FEATURE_MANAGER
       
    61 library         featdiscovery.lib
       
    62 #endif
    32 
    63 
    33 // This is the crucial difference between this and usbsvr.mmp.
    64 // This is the crucial difference between this and usbsvr.mmp.
    34 MACRO USE_DUMMY_CLASS_CONTROLLER
    65 MACRO USE_DUMMY_CLASS_CONTROLLER
    35 
    66 
    36 //
    67 //