From 7d4547d6f0c70c7b8489f4787bb6e07062e71a24 Mon Sep 17 00:00:00 2001 From: ry Date: Thu, 25 May 2023 21:04:38 +0800 Subject: [PATCH 1/2] modity part name and add subsystem name Signed-off-by: ry --- bundle.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bundle.json b/bundle.json index 46b8391..4a25183 100644 --- a/bundle.json +++ b/bundle.json @@ -11,8 +11,8 @@ "scripts": {}, "licensePath": "LICENSE.txt", "component": { - "name": "thirdparty_unity", - "subsystem": "", + "name": "unity", + "subsystem": "testfwk", "syscap": [], "features": [], "adapted_system_type": [], @@ -28,4 +28,4 @@ "test": [] } } -} \ No newline at end of file +} -- Gitee From 18b7a9687be432a3fb5cb4c3fb9da08ac9d101c6 Mon Sep 17 00:00:00 2001 From: ry Date: Fri, 26 May 2023 11:18:14 +0800 Subject: [PATCH 2/2] modity part name and add subsystem name Signed-off-by: ry --- bundle.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundle.json b/bundle.json index 4a25183..40fa3a0 100644 --- a/bundle.json +++ b/bundle.json @@ -12,7 +12,7 @@ "licensePath": "LICENSE.txt", "component": { "name": "unity", - "subsystem": "testfwk", + "subsystem": "thirdparty", "syscap": [], "features": [], "adapted_system_type": [], -- Gitee