!22 第三方exfatprogs部件编译改造

Merge pull request !22 from tongkai0808fh/master
This commit is contained in:
openharmony_ci
2024-02-21 03:10:48 +00:00
committed by Gitee
+16 -1
View File
@@ -26,7 +26,22 @@
},
"build": {
"sub_component": [],
"inner_kits": [],
"inner_kits": [
{
"name": "//third_party/exfatprogs:libexfat",
"header": {
"header_files": [
"exfat_dir.h",
"exfat_fs.h",
"exfat_ondisk.h",
"libexfat.h",
"list.h",
"version.h"
],
"header_base": "//third_party/exfatprogs/include"
}
}
],
"test": []
}
}