From 698276915e49e813ecf1bd86fbee90e638bea3c6 Mon Sep 17 00:00:00 2001 From: lixiangpeng5 Date: Wed, 21 Jun 2023 09:36:55 +0000 Subject: [PATCH 1/2] Delete no use syscap Signed-off-by: lixiangpeng5 Change-Id: I1fa3d042851210b7f0273cb61a93310b92b287ba --- bundle.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundle.json b/bundle.json index 18f27f4..0790402 100644 --- a/bundle.json +++ b/bundle.json @@ -9,7 +9,7 @@ "component": { "name": "sensor_lite", "subsystem": "sensors", - "syscap": ["SystemCapability.Sensors.Sensor.Lite"], + "syscap": [], "features": [], "adapted_system_type": [ "small" ], "rom": "92KB", -- Gitee From 6429b11516a75de4576a1b8bff6d1a753a986ef6 Mon Sep 17 00:00:00 2001 From: lixiangpeng5 Date: Wed, 28 Jun 2023 06:58:57 +0000 Subject: [PATCH 2/2] fix adapted system type Signed-off-by: lixiangpeng5 Change-Id: I7b9ac2a20a03c4627cb62663c430f351054f9236 --- bundle.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundle.json b/bundle.json index 0790402..04ce079 100644 --- a/bundle.json +++ b/bundle.json @@ -11,7 +11,7 @@ "subsystem": "sensors", "syscap": [], "features": [], - "adapted_system_type": [ "small" ], + "adapted_system_type": [ "mini" ], "rom": "92KB", "ram": "~200KB", "deps": { -- Gitee