From 42c426833e43d9f79be46c51f8a4f97b7403bc54 Mon Sep 17 00:00:00 2001 From: yannikli Date: Fri, 13 Jan 2023 16:20:56 +0800 Subject: [PATCH] feature: add usb service pop up window build script Signed-off-by: yannikli --- ohos.build | 1 + 1 file changed, 1 insertion(+) diff --git a/ohos.build b/ohos.build index 05622b96..e565455f 100644 --- a/ohos.build +++ b/ohos.build @@ -14,6 +14,7 @@ "//applications/standard/permission_manager/permissionmanager:permission_manager", "//base/inputmethod/imf/services/dialog:input_method_choose_dialog", "//base/usb/usb_manager/frameworks/dialog/dialog_ui/usb_right_dialog:dialog_hap", + "//base/usb/usb_manager/frameworks/dialog/functionswitch_ui/usb_function_dialog:dialog_hap", "//foundation/ability/ability_runtime/services/dialog_ui/ams_system_dialog:dialog_hap", "//foundation/arkui/ace_engine/adapter/ohos/services/uiservice/dialog_ui/share_picker_dialog:dialog_hap", "//foundation/distributeddatamgr/pasteboard/services/dialog:pasteboard_dialog_hap", -- Gitee