diff --git a/bundle.json b/bundle.json new file mode 100644 index 0000000000000000000000000000000000000000..a7b41d26da181608968509660266c4feead5ee40 --- /dev/null +++ b/bundle.json @@ -0,0 +1,39 @@ +{ + "name": "@ohos/nuttx", + "version": "", + "description": "Third-party open-source software NuttX | 三方开源软件NuttX", + "homePage": "https://gitee.com/openharmony", + "license": "BSD 3-Clause", + "repository": "https://gitee.com/openharmony/third_party_NuttX", + "domain": "os", + "language": "", + "publishAs": "code-segment", + "private": false, + "scripts": {}, + "tags": [ + "third_party" + ], + "keywords": [ + "third-party", + "NuttX" + ], + "envs": {}, + "dirs": {}, + "segment": { + "destPath": "third_party/NuttX" + }, + "component": { + "name": "thirdparty_NuttX", + "subsystem": "", + "syscap": [], + "features": [], + "adapted_system_type": [], + "rom": "", + "ram": "", + "build": { + "sub_component": [], + "inner_kits": [], + "test": [] + } + } +} \ No newline at end of file