From 6213e353bafef6a51f6110ccad749d44aa8651b2 Mon Sep 17 00:00:00 2001 From: SUE Date: Mon, 17 Jan 2022 06:37:11 +0000 Subject: [PATCH] Signed-off-by:hellohyh001 --- bundle.json | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/bundle.json b/bundle.json index 18dd72a5..6f0d0ce0 100644 --- a/bundle.json +++ b/bundle.json @@ -3,6 +3,9 @@ "description": "Obtaining sensor data", "version": "3.1", "license": "Apache License 2.0", + "segment": { + "destPath": "base/sensors/sensor" + }, "component": { "name": "sensor", "subsystem": "sensors", @@ -13,15 +16,15 @@ "ram": "~4096KB", "deps": { "components": [ - "libhilog", - "ipc_core", - "system_ability_fwk", - "samgr_proxy", + "hiviewdfx_hilog_native", + "ipc", + "safwk", + "samgr_standard", "utils_base", - "libeventhandler", - "libpermissionsdk_standard", - "ace_napi", - "libhisysevent", + "appexecfwk_standard", + "permission_standard", + "napi", + "hisysevent_native", "hdi_sensor" ], "third_party": [] -- Gitee