From 4cf6f9cfe1be8155740d2704467e0ec91512f879 Mon Sep 17 00:00:00 2001 From: pjscc Date: Thu, 20 Jan 2022 17:01:22 +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..6ab6b97 --- /dev/null +++ b/bundle.json @@ -0,0 +1,34 @@ +{ + "name": "@ohos/mtd_utils", + "description": "MTD subsystem (stands for Memory Technology Devices) provides an abstraction layer for raw flash devices. It makes it possible to use the same API when working with different flash types and technologies, e.g. NAND, OneNAND, NOR, AG-AND, ECC'd NOR, etc.", + "version": "3.1", + "license": "GPL V2.0", + "publishAs": "code-segment", + "segment": { + "destPath": "third_party/mtd-utils" + }, + "dirs": {}, + "scripts": {}, + "licensePath": "COPYING", + "readmePath": { + "en": "" + }, + "component": { + "name": "thirdparty_mtd_utils", + "subsystem": "", + "syscap": [], + "features": [], + "adapted_system_type": [], + "rom": "", + "ram": "", + "deps": { + "components": [], + "third_party": [] + }, + "build": { + "sub_component": [], + "inner_kits": [], + "test": [] + } + } +} \ No newline at end of file