From 1a6f0d1badbbab9de655c32d883b3998f84c7e3b Mon Sep 17 00:00:00 2001 From: wanghongenaf Date: Fri, 20 Jun 2025 14:02:05 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0chipset=E6=A0=87=E7=AD=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: wanghongenaf --- sensor/v2_0/BUILD.gn | 4 ++++ sensor/v3_0/BUILD.gn | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/sensor/v2_0/BUILD.gn b/sensor/v2_0/BUILD.gn index 0b186863..09ebf16d 100644 --- a/sensor/v2_0/BUILD.gn +++ b/sensor/v2_0/BUILD.gn @@ -26,6 +26,10 @@ if (defined(ohos_lite)) { "ISensorInterface.idl", "SensorTypes.idl", ] + innerapi_tags = [ + "chipsetsdk", + "platformsdk_indirect", + ] language = "cpp" subsystem_name = "hdf" diff --git a/sensor/v3_0/BUILD.gn b/sensor/v3_0/BUILD.gn index f60d0fde..5f8f873a 100644 --- a/sensor/v3_0/BUILD.gn +++ b/sensor/v3_0/BUILD.gn @@ -27,6 +27,10 @@ if (defined(ohos_lite)) { "SensorTypes.idl", "ISensorPlugCallback.idl", ] + innerapi_tags = [ + "chipsetsdk", + "platformsdk_indirect", + ] language = "cpp" subsystem_name = "hdf" -- Gitee