equal
deleted
inserted
replaced
27 |
27 |
28 #ifdef __CHARGING_PLUGIN_TEST_CODE__ |
28 #ifdef __CHARGING_PLUGIN_TEST_CODE__ |
29 #include <dummyldd.h> |
29 #include <dummyldd.h> |
30 #define __D32USBC_H__ // ensure that d32usbc is ignored |
30 #define __D32USBC_H__ // ensure that d32usbc is ignored |
31 #else |
31 #else |
|
32 #ifdef SYMBIAN_USB_BATTERYCHARGING_V1_1 |
|
33 #include <usb/d32usbc.h> |
|
34 #else |
32 #include <d32usbc.h> |
35 #include <d32usbc.h> |
|
36 #endif |
33 #endif |
37 #endif |
34 |
38 |
35 class CUsbChargingReEnumerator : public CActive |
39 class CUsbChargingReEnumerator : public CActive |
36 { |
40 { |
37 public: |
41 public: |