From e75ea8fa4d0329272d7cb297f715fb0001180018 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..1e70c21 --- /dev/null +++ b/bundle.json @@ -0,0 +1,34 @@ +{ + "name": "@ohos/fatfs", + "description": "FatFs is a generic FAT/exFAT filesystem module for small embedded systems. The FatFs module is written in compliance with ANSI C (C89) and completely separated from the disk I/O layer. Therefore it is independent of the platform. It can be incorporated into small microcontrollers with limited resource, such as 8051, PIC, AVR, ARM, Z80, RX and etc. Also Petit FatFs module for tiny microcontrollers is available here.", + "version": "3.1", + "license": "BSD 3-Clause", + "publishAs": "code-segment", + "segment": { + "destPath": "third_party/FatFs" + }, + "dirs": {}, + "scripts": {}, + "licensePath": "LICENSE.txt", + "readmePath": { + "en": "README" + }, + "component": { + "name": "thirdparty_fatfs", + "subsystem": "", + "syscap": [], + "features": [], + "adapted_system_type": [], + "rom": "", + "ram": "", + "deps": { + "components": [], + "third_party": [] + }, + "build": { + "sub_component": [], + "inner_kits": [], + "test": [] + } + } +} \ No newline at end of file