usb: disable usb_gadget and usb_client 28/252428/2 accepted/tizen_unified tizen accepted/tizen/unified/20210129.002239 submit/tizen/20210127.032903
authorINSUN PYO <insun.pyo@samsung.com>
Thu, 28 Jan 2021 04:08:31 +0000 (13:08 +0900)
committerINSUN PYO <insun.pyo@samsung.com>
Thu, 28 Jan 2021 04:10:53 +0000 (13:10 +0900)
This hal is not used in tizen 6.5 but is built.                                                                                            To remove build error, disable code.

Change-Id: Idf13ad2efb8aaeb3aabba4037a0211bae34eeca9

hw/usb_cfs_client/usb_cfs_client.c
hw/usb_client/usb_client.c
hw/usb_gadget/usb_gadget.c

index 36da551afeec85b8f59070bded83c2e84c7339da..b5b31d8a9a3bfc85561f348646b389ec8f88f909 100644 (file)
@@ -16,6 +16,7 @@
  * limitations under the License.
  */
 
+#if 0
 #include <hw/usb_client.h>
 
 HARDWARE_MODULE_STRUCTURE = {
@@ -27,3 +28,4 @@ HARDWARE_MODULE_STRUCTURE = {
        .open = hw_cfs_gadget_open,
        .close = hw_cfs_gadget_close,
 };
+#endif
index 5b4b61e2dc470b8fc83745418801ce1187a59268..b7baa73ce5641de400213adf975c04591325725c 100644 (file)
@@ -16,6 +16,7 @@
  * limitations under the License.
  */
 
+#if 0
 #include <hw/usb_client.h>
 
 HARDWARE_MODULE_STRUCTURE = {
@@ -27,3 +28,4 @@ HARDWARE_MODULE_STRUCTURE = {
        .open = hw_legacy_gadget_open,
        .close = hw_legacy_gadget_close,
 };
+#endif
index 2bf9d96ff5bae5b4f4ba777c69ef2d656719b9d3..747d569764a61ea40b9bc0e65284df8fa59e2c7c 100644 (file)
@@ -16,6 +16,7 @@
  * limitations under the License.
  */
 
+#if 0
 #include <hw/usb_gadget.h>
 
 HARDWARE_MODULE_STRUCTURE = {
@@ -27,3 +28,4 @@ HARDWARE_MODULE_STRUCTURE = {
        .open = simple_translator_open,
        .close = simple_translator_close,
 };
+#endif