!20 add bundle.json

Merge pull request !20 from 蔡洪志/master
This commit is contained in:
openharmony_ci
2023-12-14 08:01:57 +00:00
committed by Gitee
+37
View File
@@ -0,0 +1,37 @@
{
"name": "@ohos/openh264",
"description": "Library which supports H.264 encoding and decoding",
"version": "3.1",
"license": "BSD 2-clause 'Simplified' License",
"publishAs": "code-segment",
"segment": {
"destPath": "third_party/openh264"
},
"dirs": {},
"scripts": {},
"licensePath": "LICENSE",
"readmePath": {
"en": "README"
},
"component": {
"name": "openh264",
"subsystem": "thirdparty",
"syscap": [],
"features": [],
"adapted_system_type": ["standard"],
"rom": "92KB",
"ram": "~200KB",
"deps": {
"third_party": [
"glib",
"gstreamer"
],
"components": []
},
"build": {
"sub_component": [],
"inner_kits": [],
"test": []
}
}
}