49
|
1 |
/*
|
|
2 |
* Copyright (c) 2005-2010 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 usbbatterychargingtestpluginotg.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 |
|
|
41 |
SOURCE idpinwatcher.cpp
|
|
42 |
SOURCE otgstatewatcher.cpp
|
|
43 |
SOURCEPATH ../src
|
|
44 |
SOURCE CUsbBatteryChargingTestPlugin.cpp
|
|
45 |
|
|
46 |
START RESOURCE 1020DEA7.rss
|
|
47 |
target usbbatterychargingtestpluginotg.rsc
|
|
48 |
END
|
|
49 |
|
|
50 |
USERINCLUDE ../inc
|
|
51 |
USERINCLUDE ../../../usbmgr/usbman/chargingplugin/inc
|
|
52 |
USERINCLUDE ../../../usbmgr/usbman/chargingplugin/inc/default
|
|
53 |
USERINCLUDE ../../../usbmgr/usbman/chargingplugin/public
|
|
54 |
USERINCLUDE ../traces
|
|
55 |
OS_LAYER_SYSTEMINCLUDE_SYMBIAN
|
|
56 |
|
|
57 |
LIBRARY euser.lib
|
|
58 |
LIBRARY usbmanextensionplugin.lib
|
|
59 |
LIBRARY centralrepository.lib
|
|
60 |
|
|
61 |
|
|
62 |
NOEXPORTLIBRARY
|
|
63 |
|
|
64 |
//macro __USB_LOG_TO_RDEBUG__
|
|
65 |
|
|
66 |
//macro __USB_LOGGING__
|
|
67 |
|
|
68 |
macro SYMBIAN_ENABLE_USB_OTG_HOST_PRIV
|
|
69 |
macro __CHARGING_PLUGIN_TEST_CODE__
|