From f690a7e27a63c5b777efea2d99c9e6f4025bb54f Mon Sep 17 00:00:00 2001 From: xxxx Date: Fri, 17 Jun 2022 17:24:12 +0800 Subject: [PATCH] Description:feat: normalize drivers framework component and repos Match-id-22245dafa81a1c6e24ee37cc4106a5364ab3f30f --- sa_profile/BUILD.gn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sa_profile/BUILD.gn b/sa_profile/BUILD.gn index b7171c0..b79fc44 100644 --- a/sa_profile/BUILD.gn +++ b/sa_profile/BUILD.gn @@ -12,7 +12,7 @@ # limitations under the License. import("//build/ohos.gni") -import("//drivers/adapter/uhdf2/uhdf.gni") +import("//drivers/hdf_core/adapter/uhdf2/uhdf.gni") import("//build/ohos/sa_profile/sa_profile.gni") ohos_sa_profile("distributed_input_source_sa_profile") { @@ -36,4 +36,4 @@ ohos_prebuilt_etc("dinput.cfg") { source = "dinput.cfg" part_name = "distributed_input" subsystem_name = "distributedhardware" -} \ No newline at end of file +}