10 Star 7 Fork 17

OpenHarmony / multimedia_media_standard

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
bundle.json 4.40 KB
一键复制 编辑 原始数据 按行查看 历史
openharmony_ci 提交于 2022-08-19 06:11 . !1045 调整 media sdk
{
"name": "@ohos/player_framework",
"description": "Media standard provides atomic capabilities",
"version": "3.1",
"license": "Apache License 2.0",
"publishAs": "code-segment",
"segment": {
"destPath": "foundation/multimedia/player_framework"
},
"dirs": {},
"scripts": {},
"component": {
"name": "multimedia_player_framework",
"subsystem": "multimedia",
"syscap": [
"SystemCapability.Multimedia.Media.Core",
"SystemCapability.Multimedia.Media.AudioPlayer",
"SystemCapability.Multimedia.Media.VideoPlayer",
"SystemCapability.Multimedia.Media.AudioRecorder",
"SystemCapability.Multimedia.Media.VideoRecorder",
"SystemCapability.Multimedia.Media.AudioDecoder",
"SystemCapability.Multimedia.Media.AudioEncoder",
"SystemCapability.Multimedia.Media.VideoDecoder",
"SystemCapability.Multimedia.Media.VideoEncoder",
"SystemCapability.Multimedia.Media.CodecBase"
],
"features": [],
"adapted_system_type": [ "standard" ],
"rom": "10000KB",
"ram": "10000KB",
"hisysevent_config": [
"//foundation/multimedia/player_framework/hisysevent.yaml"
],
"deps": {
"components": [
"safwk",
"hiviewdfx_hilog_native",
"window_manager",
"napi",
"startup_l2",
"samgr",
"libxml2",
"thirdparty_bounds_checking_function",
"hitrace_native",
"multimedia_audio_framework",
"ipc",
"graphic_standard",
"hisysevent_native",
"c_utils",
"hilog_native",
"zlib",
"access_token",
"multimedia_image_standard",
"common"
],
"third_party": [
"glib",
"gstreamer",
"libffi",
"ffmpeg",
"libsoup",
"libpsl",
"libgettext"
]
},
"build": {
"group_type": {
"base_group": [],
"fwk_group": [
"//foundation/multimedia/player_framework/interfaces/kits/js:media",
"//foundation/multimedia/player_framework/interfaces/kits/js:media_js",
"//foundation/multimedia/player_framework/interfaces/inner_api/native:media_client",
"//foundation/multimedia/player_framework/interfaces/kits/c:native_media_adec",
"//foundation/multimedia/player_framework/interfaces/kits/c:native_media_aenc",
"//foundation/multimedia/player_framework/interfaces/kits/c:native_media_codecbase",
"//foundation/multimedia/player_framework/interfaces/kits/c:native_media_core",
"//foundation/multimedia/player_framework/interfaces/kits/c:native_media_vdec",
"//foundation/multimedia/player_framework/interfaces/kits/c:native_media_venc",
"//foundation/multimedia/player_framework/test/nativedemo:media_demo"
],
"service_group": [
"//foundation/multimedia/player_framework/services:media_services_package",
"//foundation/multimedia/player_framework/sa_profile:media_service_sa_profile"
]
},
"inner_kits": [
{
"type": "so",
"name": "//foundation/multimedia/player_framework/interfaces/inner_api/native:media_client",
"header": {
"header_files": [
"avcodec_audio_decoder.h",
"avcodec_audio_encoder.h",
"avcodec_video_decoder.h",
"avcodec_video_encoder.h",
"player.h",
"recorder.h"
],
"header_base": "//foundation/multimedia/player_framework/interfaces/inner_api/native"
}
},
{
"type": "none",
"name": "//foundation/multimedia/player_framework/interfaces/kits/js:media",
"header": {
"header_files": [
"native_module_ohos_media.h"
],
"header_base": "//foundation/multimedia/player_framework/interfaces/kits/js"
}
}
],
"test": [
"//foundation/multimedia/player_framework/test/fuzztest:fuzztest",
"//foundation/multimedia/player_framework/test:media_unit_test",
"//foundation/multimedia/player_framework/frameworks/native/recorder_profiles/test/unittest:unittest"
]
}
}
}
1
https://gitee.com/openharmony/multimedia_media_standard.git
git@gitee.com:openharmony/multimedia_media_standard.git
openharmony
multimedia_media_standard
multimedia_media_standard
master

搜索帮助