diff --git a/bundle.json b/bundle.json new file mode 100644 index 0000000000000000000000000000000000000000..7edc5e034d855232d85d5c4ff9da944f7988c181 --- /dev/null +++ b/bundle.json @@ -0,0 +1,38 @@ +{ + "name": "@openharmony/linux", + "version": "3.1.0", + "description": "Linux内核", + "homePage": "https://gitee.com/openharmony", + "license": "GPL 2.0", + "publishAs": "", + "private": false, + "scripts": {}, + "dirs": {}, + "scripts": {}, + "segment": {}, + "component": { + "name": "linux", + "subsystem": "kernel", + "syscap": [ + "SystemCapabilit.Kernel.Linux" + ], + "features": [], + "adapted_system_type": [ + "small", + "standard" + ], + "rom": "", + "ram": "", + "deps": { + "components": [], + "third_party": [] + }, + "build": { + "sub_component": [ + "//kernel/linux/build:linux_kernel" + ], + "inner_kits": [], + "test": [] + } + } +} diff --git a/ohos.build b/ohos.build deleted file mode 100644 index 855ad3a3487d1da557ec227c2689c44bdb25d396..0000000000000000000000000000000000000000 --- a/ohos.build +++ /dev/null @@ -1,10 +0,0 @@ -{ - "subsystem": "kernel", - "parts": { - "kernel": { - "module_list": [ - "//kernel/linux/build: linux_kernel" - ] - } - } -}