加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
bundle.json 1.09 KB
一键复制 编辑 原始数据 按行查看 历史
钱丹 提交于 2024-07-25 20:42 . modify gn
{
"name": "@ohos/flatbuffers",
"description": "Memory Efficient Serialization Library.",
"version": "3.1",
"license": "Apache License 2.0",
"pubiishAs": "code-segment",
"segment": {
"destPath": "third_party/flatbuffers"
},
"dirs": {},
"scripts": {},
"component": {
"name": "flatbuffers",
"subsystem": "thirdparty",
"syscap": [],
"features": [],
"adapted_system_type": [
"standard",
"small"
],
"rom": "0",
"ram": "0",
"deps": {
"components": [
],
"third_party": [
]
},
"build": {
"sub_component": [ "//third_party/flatbuffers:libflatbuffers_static" ],
"inner_kits": [
{
"name": "//third_party/flatbuffers:libflatbuffers_static",
"header": {
"header_base": "//third_party/flatbuffers/include",
"header_files": [
]
}
}
],
"test": [
]
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化