From 399ab00296f2b38122a7c7004bf982fac6574305 Mon Sep 17 00:00:00 2001 From: pjscc Date: Mon, 10 Jan 2022 14:27:30 +0800 Subject: [PATCH] feat: add bundle.json 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 000000000..e8c936255 --- /dev/null +++ b/bundle.json @@ -0,0 +1,39 @@ +{ + "name": "@ohos/mbedtls", + "version": "", + "description": "Third-party open-source software Mbed TLS | 三方开源软件Mbed TLS", + "homePage": "https://gitee.com/openharmony", + "license": "Apache V2,GPL V2.0", + "repository": "https://gitee.com/openharmony/third_party_mbedtls", + "domain": "os", + "language": "", + "publishAs": "code-segment", + "private": false, + "scripts": {}, + "tags": [ + "third_party" + ], + "keywords": [ + "third-party", + "mbedtls" + ], + "envs": [], + "dirs": [], + "segment": { + "destPath": "third_party/mbedtls" + }, + "component": { + "name": "thirdparty_mbedtls", + "subsystem": "", + "syscap": [], + "features": [], + "adapted_system_type": [], + "rom": "", + "ram": "", + "build": { + "sub_component": [], + "inner_kits": [], + "test": [] + } + } +} \ No newline at end of file -- Gitee