From 0be7d4e67732bf9b986aa3aa4898119b1fa815d3 Mon Sep 17 00:00:00 2001 From: Sang_Sang33 Date: Mon, 10 Jan 2022 10:46:31 +0800 Subject: [PATCH] feat: add bundle.json Signed-off-by: Sang_Sang33 --- 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 0000000..fa7598a --- /dev/null +++ b/bundle.json @@ -0,0 +1,39 @@ +{ + "name": "@ohos/cryptsetup", + "version": "", + "description": "", + "homePage": "https://gitee.com/openharmony", + "license": "GPL-2.0", + "repository": "https://gitee.com/openharmony/third_party_cryptsetup", + "domain": "os", + "language": "", + "publishAs": "code-segment", + "private": false, + "scripts": {}, + "tags": [ + "third_party" + ], + "keywords": [ + "third-party", + "cryptsetup" + ], + "envs": [], + "dirs": [], + "segment": { + "destPath": "third_party/cryptsetup" + }, + "component": { + "name": "thirdparty_cryptsetup", + "subsystem": "", + "syscap": [], + "features": [], + "adapted_system_type": [], + "rom": "", + "ram": "", + "build": { + "sub_component": [], + "inner_kits": [], + "test": [] + } + } +} \ No newline at end of file