ohos_bundles/mbedtls/bundle.json
2020-09-10 10:22:30 +08:00

20 lines
528 B
JSON

{
"name": "@ohos/mbedtls",
"version": "1.8.0",
"license": "Apache V2",
"description": "An open source, portable, easy to use, readable and flexible SSL library.",
"publishAs": "code-segment",
"kerywords": "mbedtls",
"scripts": {
"install": "DEST_PATH=${DEP_BUNDLE_BASE}/third_party/mbedtls && mkdir -p $DEST_PATH && cp -r ./* $DEST_PATH"
},
"author": {},
"tags": [
"third_party"
],
"ohos": {
"os": "1.0.0",
"kernel": "",
"board": ""
}
}