Files
third_party_FatFs/bundle.json
T
yinjiaming 4875e4d50a fix:部件需求整改
修复了脚本扫描出的bundle.json的问题

Signed-off-by: yinjiaming <yinjiaming@huawei.com>
Change-Id: Iacfecfc5e033b7ee7c3904a3706360b90c7aec9e
2023-05-04 18:39:02 +08:00

37 lines
1.2 KiB
JSON

{
"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": "fatfs",
"subsystem": "",
"syscap": [],
"features": [],
"adapted_system_type": [
"mini",
"small"
],
"rom": "336KB",
"ram": "672KB",
"external_deps": {
"components": [],
"third_party": []
},
"build": {
"sub_component": [],
"inner_kits": [],
"test": []
}
}
}