From a982dc9f06ac27e93a4d83873426b7b91347ac29 Mon Sep 17 00:00:00 2001 From: zj94 Date: Wed, 19 Mar 2025 10:29:56 +0800 Subject: [PATCH] [cj]: Add cj_vibrator_ffi to inner kit Change-Id: I7f5b74da3a076d6df335236dc897741ce477129b Signed-off-by: zj94 --- bundle.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/bundle.json b/bundle.json index 7a05f4f..dd372a5 100644 --- a/bundle.json +++ b/bundle.json @@ -85,6 +85,13 @@ ], "header_base": "//base/sensors/miscdevice/interfaces/inner_api/light" } + }, + { + "name": "//base/sensors/miscdevice/frameworks/cj:cj_vibrator_ffi", + "header": { + "header_files": [], + "header_base": "//base/sensors/miscdevice/frameworks/cj/src" + } } ], "test": [ -- Gitee