!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" ] configs = [ ":sndfile_config" ]
subsystem_name = "multimedia" subsystem_name = "thirdparty"
part_name = "audio_framework" part_name = "libsnd"
} }
ohos_shared_library("sndfile") { ohos_shared_library("sndfile") {
deps = [ ":sndfile_sources" ] deps = [ ":sndfile_sources" ]
innerapi_tags = [ "platformsdk_indirect" ] innerapi_tags = [ "platformsdk_indirect" ]
subsystem_name = "multimedia" subsystem_name = "thirdparty"
part_name = "audio_framework" part_name = "libsnd"
} }

View File

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