From 10d5f0075a170011c839c60b9da2cd628adda19c Mon Sep 17 00:00:00 2001 From: hechaofan Date: Fri, 23 Aug 2024 17:49:32 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E8=8A=AF=E7=89=87=E4=BE=9D=E8=B5=96?= =?UTF-8?q?=E6=95=B4=E6=94=B9=EF=BC=8C=E9=9C=80hdfcore=E6=9A=B4=E9=9C=B2in?= =?UTF-8?q?nerAPI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: hechaofan --- bundle.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/bundle.json b/bundle.json index 1e83bfccf..6a75d5b20 100644 --- a/bundle.json +++ b/bundle.json @@ -150,6 +150,19 @@ "header_base": "//drivers/hdf_core/framework/include/platform" } } + { + "name": "//drivers/hdf_core/adapter/uhdf2/platform:libhdf_usb", + "header": { + "header_files": [ + "hdf_usb_net_manager.h", + "hdf_usb_pnp_manage.h", + "hdf_usb_pnp_manage_if.h", + "usb_pnp_manager.h", + "usb_wrapper.h" + ], + "header_base": "//drivers/hdf_core/framework/model/usb/include" + } + } ], "test": [ "//drivers/hdf_core/adapter:uhdf_test_entry" -- Gitee From db62e3d8a7a9c2cd1471dc70c934845c09650f1b Mon Sep 17 00:00:00 2001 From: hechaofan Date: Fri, 23 Aug 2024 09:52:33 +0000 Subject: [PATCH 2/2] update bundle.json. Signed-off-by: hechaofan --- bundle.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundle.json b/bundle.json index 6a75d5b20..2d1f82b36 100644 --- a/bundle.json +++ b/bundle.json @@ -151,7 +151,7 @@ } } { - "name": "//drivers/hdf_core/adapter/uhdf2/platform:libhdf_usb", + "name": "//drivers/hdf_core/adapter/uhdf2/model:libhdf_usb", "header": { "header_files": [ "hdf_usb_net_manager.h", -- Gitee