Files
third_party_dav1d/bundle.json
T
ulimax_001 011be830f3 按门禁增加license
Signed-off-by: ulimax_001 <wangwei234@huawei.com>
2026-02-13 14:47:18 +08:00

44 lines
1.2 KiB
JSON

{
"name": "@ohos/dav1d",
"description": "dav1d is an AV1 cross-platform decoder, open-source, and focused on speed and correctness.",
"version": "1.5.2",
"license": "BSD-2-Clause",
"publishAs": "code-segment",
"segment": {
"destPath": "third_party/dav1d"
},
"dirs": {},
"scripts": {},
"licensePath": "COPYING",
"component": {
"name": "dav1d",
"subsystem": "thirdparty",
"syscap": [],
"features": [],
"adapted_system_type": [ "standard" ],
"rom": "545KB",
"ram": "42830KB",
"deps": {
"components": [],
"third_party": []
},
"build": {
"sub_component": ["//third_party/dav1d:dav1d_ohos"],
"inner_kits": [
{
"type": "so",
"name": "//third_party/dav1d:dav1d_ohos",
"header": {
"header_files": [
"dav1d.h",
"picture.h"
],
"header_base": "//third_party/dav1d/include/dav1d"
}
}
],
"test": []
}
}
}