From e7cf54479a386cc37a2e543a13305202d02f4963 Mon Sep 17 00:00:00 2001 From: SUE Date: Mon, 17 Jan 2022 06:42:33 +0000 Subject: [PATCH] Signed-off-by:hellohyh001 --- bundle.json | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/bundle.json b/bundle.json index 06f5dfd..418484e 100644 --- a/bundle.json +++ b/bundle.json @@ -3,6 +3,9 @@ "description": "Control vibration vibration", "version": "3.1", "license": "Apache License 2.0", + "segment": { + "destPath": "base/sensors/miscdevice" + }, "component": { "name": "miscdevice", "subsystem": "sensors", @@ -13,14 +16,14 @@ "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" + "permission_standard", + "napi", + "hisysevent_native" ], "third_party": [] }, -- Gitee