From 1c2e92e712dc3077791ba9621192d09c992446d1 Mon Sep 17 00:00:00 2001 From: pjscc Date: Tue, 21 Dec 2021 18:15:50 +0800 Subject: [PATCH 1/2] add Signed-off-by: pjscc --- bundle.json | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 bundle.json diff --git a/bundle.json b/bundle.json new file mode 100644 index 0000000..9a17aec --- /dev/null +++ b/bundle.json @@ -0,0 +1,53 @@ +{ + "name": "@ohos/linux", + "version": "", + "description": "Linux内核", + "homePage": "https://gitee.com/openharmony", + "license": "", + "repository": "", + "domain": "os", + "language": "", + "publishAs": "", + "private": false, + "scripts": {}, + "tags": [], + "keywords": [], + "envs": [], + "dirs": [], + "author": { + "name": "", + "email": "", + "url": "" + }, + "contributors": [ + { + "name": "", + "email": "", + "url": "" + } + ], + "segment": {}, + "component": { + "name": "linux", + "subsystem": "linux", + "syscap": [ + "SystemCapabilit.Kernel.Linux" + ], + "features": [], + "adated_system_type": [ + "small", + "standard" + ], + "rom": "", + "ram": "", + "deps": { + "components": [], + "third_party": [] + }, + "build": { + "sub_component": [], + "inner_kits": [], + "test": [] + } + } +} \ No newline at end of file -- Gitee From 586d0a2531a6714464d8e69d51cb3d4b697ff9f6 Mon Sep 17 00:00:00 2001 From: pjscc Date: Fri, 24 Dec 2021 15:33:53 +0800 Subject: [PATCH 2/2] fix Signed-off-by: pjscc --- bundle.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundle.json b/bundle.json index 9a17aec..5be40f1 100644 --- a/bundle.json +++ b/bundle.json @@ -34,7 +34,7 @@ "SystemCapabilit.Kernel.Linux" ], "features": [], - "adated_system_type": [ + "adapted_system_type": [ "small", "standard" ], -- Gitee