From 962c4946b68007ed0b94ab5e1a226d709a929ae6 Mon Sep 17 00:00:00 2001 From: Mupceet Date: Thu, 9 Jun 2022 18:57:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B2=99=E7=9B=92=E7=9B=AE=E5=BD=95=E6=95=B4?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mupceet Change-Id: I60e1aeb9c761a833a930c92bdede50ae9ef8b584 --- interfaces/native/BUILD.gn | 2 ++ sa_profile/3601.xml | 2 +- services/sensor/BUILD.gn | 2 ++ utils/BUILD.gn | 2 ++ 4 files changed, 7 insertions(+), 1 deletion(-) diff --git a/interfaces/native/BUILD.gn b/interfaces/native/BUILD.gn index 6fc5e5a4..3388ea35 100644 --- a/interfaces/native/BUILD.gn +++ b/interfaces/native/BUILD.gn @@ -49,6 +49,8 @@ ohos_shared_library("sensor_interface_native") { "hiviewdfx_hilog_native:libhilog", "utils_base:utils", ] + install_images = [ system_base_dir ] + relative_install_dir = "platformsdk" part_name = "sensor" subsystem_name = "sensors" } diff --git a/sa_profile/3601.xml b/sa_profile/3601.xml index 07ab1387..6725cdd6 100755 --- a/sa_profile/3601.xml +++ b/sa_profile/3601.xml @@ -16,7 +16,7 @@ sensors 3601 - libsensor_service.z.so + platformsdk/libsensor_service.z.so true false 1 diff --git a/services/sensor/BUILD.gn b/services/sensor/BUILD.gn index b20aefa4..62991abf 100644 --- a/services/sensor/BUILD.gn +++ b/services/sensor/BUILD.gn @@ -59,6 +59,8 @@ ohos_shared_library("libsensor_service") { "sensor_device_driver_interface:libsensor_proxy_1.0", "utils_base:utils", ] + install_images = [ system_base_dir ] + relative_install_dir = "platformsdk" part_name = "sensor" subsystem_name = "sensors" } diff --git a/utils/BUILD.gn b/utils/BUILD.gn index 7fbdc4a1..539b019a 100644 --- a/utils/BUILD.gn +++ b/utils/BUILD.gn @@ -43,6 +43,8 @@ ohos_shared_library("libsensor_utils") { "samgr_standard:samgr_proxy", "utils_base:utils", ] + install_images = [ system_base_dir ] + relative_install_dir = "platformsdk" part_name = "sensor" subsystem_name = "sensors" } -- Gitee