From 8322ad6e55500feff708b1cc12c9e8407382f371 Mon Sep 17 00:00:00 2001 From: pjscc Date: Thu, 13 Jan 2022 15:49:44 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0bundle.json=E4=BD=9C?= =?UTF-8?q?=E4=B8=BAhpm=E5=8C=85=E7=AE=A1=E7=90=86=E6=8F=8F=E8=BF=B0?= =?UTF-8?q?=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: pjscc --- bundle.json | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 bundle.json diff --git a/bundle.json b/bundle.json new file mode 100644 index 00000000..8138c439 --- /dev/null +++ b/bundle.json @@ -0,0 +1,39 @@ +{ + "name": "@ohos/rt_thread", + "version": "", + "description": "Third-party open-source software RT-Thread | 三方开源软件RT-Thread", + "homePage": "https://gitee.com/openharmony", + "license": "Apache V2", + "repository": "https://gitee.com/openharmony/third_party_rt_thread", + "domain": "os", + "language": "", + "publishAs": "code-segment", + "private": false, + "scripts": {}, + "tags": [ + "third_party" + ], + "keywords": [ + "third-party", + "rt-thread" + ], + "envs": {}, + "dirs": {}, + "segment": { + "destPath": "third_party/rt-thread" + }, + "component": { + "name": "thirdparty_rt_thread", + "subsystem": "", + "syscap": [], + "features": [], + "adapted_system_type": [], + "rom": "", + "ram": "", + "build": { + "sub_component": [], + "inner_kits": [], + "test": [] + } + } +} \ No newline at end of file -- Gitee