From d309c9a265e6d1f084e71aab92ec551c7fb3db06 Mon Sep 17 00:00:00 2001 From: pjscc Date: Mon, 24 Jan 2022 16:56:45 +0800 Subject: [PATCH] add bundle.json Signed-off-by: pjscc --- bundle.json | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 bundle.json diff --git a/bundle.json b/bundle.json new file mode 100644 index 0000000..202009e --- /dev/null +++ b/bundle.json @@ -0,0 +1,34 @@ +{ + "name": "@ohos/gptfdisk", + "description": "GPT fdisk is a disk partitioning tool loosely modeled on Linux fdisk, but used for modifying GUID Partition Table (GPT) disks. The related FixParts utility fixes some common problems on Master Boot Re", + "version": "3.1", + "license": "GPL-2.0-or-later", + "publishAs": "code-segment", + "segment": { + "destPath": "third_party/gptfdisk" + }, + "dirs": {}, + "scripts": {}, + "licensePath": "COPYING", + "readmePath": { + "en": "README" + }, + "component": { + "name": "thirdparty_gptfdisk", + "subsystem": "", + "syscap": [], + "features": [], + "adapted_system_type": [], + "rom": "", + "ram": "", + "deps": { + "components": [], + "third_party": [] + }, + "build": { + "sub_component": [], + "inner_kits": [], + "test": [] + } + } +} \ No newline at end of file -- Gitee