usbmgmt/usbmgrtest/t_charging_emu/group/TestPlugin.mmp
changeset 0 c9bc50fca66e
child 15 f92a4f87e424
equal deleted inserted replaced
-1:000000000000 0:c9bc50fca66e
       
     1 /*
       
     2 * Copyright (c) 2005-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 * usbbatterychargingtestplugin.dll UsbMan extension plugin for battery charging, with test function.
       
    16 * usbbatterychargingtestplugin.rsc Resource file for charging plugin.
       
    17 *
       
    18 */
       
    19 
       
    20 /**
       
    21  @file
       
    22  @internalComponent
       
    23 */
       
    24 
       
    25 TARGET			usbbatterychargingtestplugin.dll
       
    26 TARGETTYPE		PLUGIN
       
    27 // UID2 = 0x10009d8d for ECOM plugins.
       
    28 // UID3 = the 'DLL UID' (see resource file)
       
    29 UID 			0x10009d8d 0x1020DEA7
       
    30 VENDORID		0x70000001
       
    31 CAPABILITY CommDD NetworkControl NetworkServices LocalServices ProtServ
       
    32 
       
    33 SOURCEPATH      ../../../usbmgr/usbman/chargingplugin/src
       
    34 SOURCE			CUsbBatteryChargingPlugin.cpp
       
    35 SOURCE          chargingstates.cpp
       
    36 SOURCE			repositorynotifier.cpp
       
    37 SOURCE			reenumerator.cpp
       
    38 SOURCE			devicestatetimer.cpp
       
    39 SOURCE			vbuswatcher.cpp
       
    40 SOURCEPATH      ../src
       
    41 SOURCE			CUsbBatteryChargingTestPlugin.cpp
       
    42 
       
    43 START RESOURCE 1020DEA7.rss
       
    44 target usbbatterychargingtestplugin.rsc
       
    45 END
       
    46 
       
    47 USERINCLUDE		../inc ../../../usbmgr/usbman/chargingplugin/inc
       
    48 USERINCLUDE		../../../usbmgr/usbman/chargingplugin/inc/default
       
    49 USERINCLUDE		../../../usbmgr/usbman/chargingplugin/public
       
    50 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    51 
       
    52 LIBRARY 		euser.lib 
       
    53 LIBRARY 		usbmanextensionplugin.lib 
       
    54 LIBRARY			centralrepository.lib
       
    55 
       
    56 #include <usb/usblogger.mmh>
       
    57 
       
    58 library	flogger.lib
       
    59 
       
    60 NOEXPORTLIBRARY
       
    61 
       
    62 //macro __USB_LOG_TO_RDEBUG__
       
    63 
       
    64 //macro __USB_LOGGING__
       
    65 
       
    66 macro __CHARGING_PLUGIN_TEST_CODE__