diff --git a/bundle.json b/bundle.json new file mode 100644 index 0000000000000000000000000000000000000000..5be40f17f62ee7be026e9d4a9812989ec14a68e0 --- /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": [], + "adapted_system_type": [ + "small", + "standard" + ], + "rom": "", + "ram": "", + "deps": { + "components": [], + "third_party": [] + }, + "build": { + "sub_component": [], + "inner_kits": [], + "test": [] + } + } +} \ No newline at end of file