From 8af1bfb65e49ca3d7630f3f9eca0d895ba16b2a0 Mon Sep 17 00:00:00 2001 From: cff-gite Date: Mon, 4 Sep 2023 11:22:43 +0000 Subject: [PATCH 1/3] =?UTF-8?q?=E9=83=A8=E4=BB=B6=E5=8C=96=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: cff-gite Change-Id: I1386c95bb77ae00abe3237af0b5c573ba38f9a96 --- bundle.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) mode change 100644 => 100755 bundle.json diff --git a/bundle.json b/bundle.json old mode 100644 new mode 100755 index 04ce079..ce43e0a --- a/bundle.json +++ b/bundle.json @@ -18,8 +18,7 @@ "components": [ "samgr_lite", "ipc", - "utils_base", - "peripheral_sensor" + "utils_base" ], "third_party": [] }, -- Gitee From e64cfc4977f1022754ae2d1803667bb1576f9f65 Mon Sep 17 00:00:00 2001 From: cff-gite Date: Mon, 4 Sep 2023 12:04:02 +0000 Subject: [PATCH 2/3] =?UTF-8?q?=E9=83=A8=E4=BB=B6=E5=8C=96=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: cff-gite Change-Id: Ie39e9a8cae2a8723536e4e7298fb048fae40d604 --- bundle.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bundle.json b/bundle.json index ce43e0a..f240097 100755 --- a/bundle.json +++ b/bundle.json @@ -18,7 +18,8 @@ "components": [ "samgr_lite", "ipc", - "utils_base" + "utils_base", + "hdi_sensor" ], "third_party": [] }, -- Gitee From b285bc3a7f07f162bcd3aff93a09ffd4190166df Mon Sep 17 00:00:00 2001 From: cff-gite Date: Mon, 4 Sep 2023 12:29:22 +0000 Subject: [PATCH 3/3] =?UTF-8?q?=E9=83=A8=E4=BB=B6=E5=8C=96=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: cff-gite Change-Id: I1661a70b8f3581c1476d40cedae0c41377798808 --- bundle.json | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 bundle.json diff --git a/bundle.json b/bundle.json old mode 100755 new mode 100644 -- Gitee