From 53e9a9c7e77628020d3b7acfeeac833c146c360c Mon Sep 17 00:00:00 2001 From: Sang_Sang33 Date: Wed, 12 Jan 2022 16:44:35 +0800 Subject: [PATCH] feat: add bundle.json Signed-off-by: Sang_Sang33 --- bundle.json | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 bundle.json diff --git a/bundle.json b/bundle.json new file mode 100644 index 0000000..7e28be5 --- /dev/null +++ b/bundle.json @@ -0,0 +1,40 @@ +{ + "name": "@ohos/ltp", + "version": "", + "description": "Third-party open-source software ltp | 三方开源软件ltp", + "homePage": "https://gitee.com/openharmony", + "license": "GPL V2.0", + "repository": "https://gitee.com/openharmony/third_party_ltp", + "domain": "os", + "language": "", + "publishAs": "code-segment", + "private": false, + "scripts": {}, + "tags": [ + "third_party" + ], + "keywords": [ + "third-party", + "ltp" + ], + "envs": {}, + "dirs": {}, + "licensePath": "COPYING", + "segment": { + "destPath": "third_party/ltp" + }, + "component": { + "name": "thirdparty_ltp", + "subsystem": "", + "syscap": [], + "features": [], + "adapted_system_type": [], + "rom": "", + "ram": "", + "build": { + "sub_component": [], + "inner_kits": [], + "test": [] + } + } +} \ No newline at end of file -- GitLab