!22 修改子系统名、部件名

Merge pull request !22 from 黄建飞/master-0625
This commit is contained in:
openharmony_ci 2023-06-29 09:53:40 +00:00 committed by Gitee
commit 78a2532952
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 9 additions and 7 deletions

View File

@ -127,14 +127,14 @@ ohos_source_set("sndfile_sources") {
]
configs = [ ":sndfile_config" ]
subsystem_name = "multimedia"
part_name = "audio_framework"
subsystem_name = "thirdparty"
part_name = "libsnd"
}
ohos_shared_library("sndfile") {
deps = [ ":sndfile_sources" ]
innerapi_tags = [ "platformsdk_indirect" ]
subsystem_name = "multimedia"
part_name = "audio_framework"
subsystem_name = "thirdparty"
part_name = "libsnd"
}

View File

@ -11,11 +11,13 @@
"scripts": {},
"licensePath": "COPYING",
"component": {
"name": "thirdparty_libsnd",
"subsystem": "",
"name": "libsnd",
"subsystem": "thirdparty",
"syscap": [],
"features": [],
"adapted_system_type": [],
"adapted_system_type": [
"standard"
],
"rom": "",
"ram": "",
"deps": {