From bd3746301f471edcc261d67b680fe1e07dd088b1 Mon Sep 17 00:00:00 2001 From: hellohyh001 Date: Mon, 8 May 2023 13:37:43 +0000 Subject: [PATCH] update Signed-off-by: hellohyh001 --- frameworks/src/BUILD.gn | 2 +- services/BUILD.gn | 7 ++----- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/frameworks/src/BUILD.gn b/frameworks/src/BUILD.gn index 5174105..70e791b 100644 --- a/frameworks/src/BUILD.gn +++ b/frameworks/src/BUILD.gn @@ -38,7 +38,7 @@ shared_library("sensor_client") { "//foundation/systemabilitymgr/samgr_lite/interfaces/kits/communication/broadcast", "//foundation/systemabilitymgr/samgr_lite/samgr/source", "//foundation/communication/ipc/interfaces/innerkits/c/ipc/include", - "//base/sensors/sensor_lite/services/include", + "../../services/include", ] deps = [ "//foundation/systemabilitymgr/samgr_lite/samgr:samgr" ] diff --git a/services/BUILD.gn b/services/BUILD.gn index a70fa4c..c8336ea 100644 --- a/services/BUILD.gn +++ b/services/BUILD.gn @@ -29,16 +29,13 @@ executable("sensor_service") { "//foundation/systemabilitymgr/samgr_lite/interfaces/kits/samgr", "//foundation/systemabilitymgr/samgr_lite/interfaces/kits/communication/broadcast", "//foundation/systemabilitymgr/samgr_lite/samgr/source", - "//foundation/communication/ipc/interfaces/innerkits/c/ipc/include", - "//foundation/communication/ipc/ipc/native/c/manager/include", - "//foundation/communication/ipc/services/dbinder/c/include", "//drivers/peripheral/sensor/interfaces/include", - "//base/sensors/sensor_lite/frameworks/include", + "../frameworks/include", ] deps = [ "//drivers/peripheral/sensor/hal:hdi_sensor", - "//foundation/communication/ipc/interfaces/innerkits/c/ipc:ipc_single", + "ipc:ipc_single", "//foundation/systemabilitymgr/samgr_lite/samgr:samgr", ] } -- Gitee