ohos_bundles/hi3518ev300_adapter/bundle.json
2020-09-10 10:22:30 +08:00

23 lines
964 B
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"name": "@ohos/hi3518ev300_adapter",
"version": "1.8.0",
"publishAs": "code-segment",
"description": "海思(上海)媒体软件开发包用于适配不同芯片复杂的底层处理,为“媒体子系统”提供基础的多媒体处理功能。主要功能有:音视频采集、音视频编解码、音视频输出、视频前处理、封装、解封装、文件管理、存储管理、日志系统等。该软件包功能对应\"媒体子系统\"框架中红色框标注部分如图1所示。所对应的目录为vendor\\hisi\\hi35xx。",
"scripts": {
"install": "DEST_PATH=${DEP_BUNDLE_BASE}/vendor/hisi/hi35xx/ &&mkdir -p $DEST_PATH && cp -r ./* $DEST_PATH"
},
"keywords": [
"vender"
],
"license": "Apache V2",
"repository": "",
"homepage": "",
"tags": [
"vendor"
],
"ohos": {
"os": "1.0.0",
"kernel": "liteos-a",
"board": "hi3518"
}
}