From f928ae178c7b0263e26528d20592db8ef637ecbc Mon Sep 17 00:00:00 2001 From: pjscc Date: Fri, 14 Jan 2022 03:12:17 +0000 Subject: [PATCH] add bundle.json. Signed-off-by: pjscc --- bundle.json | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 bundle.json diff --git a/bundle.json b/bundle.json new file mode 100644 index 000000000000..a9679b2d1aed --- /dev/null +++ b/bundle.json @@ -0,0 +1,55 @@ +{ + "name": "@ohos/kernel_linux_5_10", + "version": "", + "description": "Linux Kernel 5.10", + "homePage": "https://gitee.com/openharmony", + "license": "GPL V2", + "repository": "https://gitee.com/openharmony/kernel_linux_5.10", + "domain": "os", + "language": "", + "publishAs": "code-segment", + "private": false, + "scripts": {}, + "tags": [ + "kernel" + ], + "keywords": [ + "kernel", + "linux" + ], + "envs": {}, + "dirs": {}, + "author": { + "name": "", + "email": "", + "url": "" + }, + "contributors": [ + { + "name": "", + "email": "", + "url": "" + } + ], + "segment": { + "destPath": "kernel/linux/linux-5.10" + }, + "component": { + "name": "kernel_linux_5.10", + "subsystem": "", + "syscap": [], + "features": [], + "adapted_system_type": [], + "rom": "", + "ram": "", + "deps": { + "components": [], + "third_party": [] + }, + "build": { + "sub_component": [], + "inner_kits": [], + "test": [] + } + } +} \ No newline at end of file -- Gitee