equal
deleted
inserted
replaced
|
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 * usbbatterychargingpluginotg.dll UsbMan extension plugin for battery charging. |
|
16 * usbbatterychargingplugin.rsc Resource file for charging plugin. |
|
17 * |
|
18 */ |
|
19 |
|
20 /** @file |
|
21 @internalComponent |
|
22 @SYMPurpose usbbatterychargingpluginotg.dll UsbMan extension plugin for battery charging. |
|
23 @SYMPurpose usbbatterychargingplugin.rsc Resource file for charging plugin. |
|
24 */ |
|
25 |
|
26 TARGET usbbatterychargingpluginotg.dll |
|
27 |
|
28 #include "UsbBatteryChargingPluginBase.mmp" |
|
29 |
|
30 SOURCEPATH ../src |
|
31 SOURCE idpinwatcher.cpp |
|
32 SOURCE vbuswatcher.cpp |
|
33 SOURCE otgstatewatcher.cpp |
|
34 |
|
35 START RESOURCE 10208DD7.rss |
|
36 target usbbatterychargingpluginotg.rsc |
|
37 END |
|
38 |
|
39 MACRO SYMBIAN_ENABLE_USB_OTG_HOST_PRIV |