!20 部件名整改,将部件名整改为SPLE定义的audio_framework

Merge pull request !20 from kw/changename
This commit is contained in:
openharmony_ci 2023-04-24 04:05:57 +00:00 committed by Gitee
commit e270c4a3d6
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -128,12 +128,12 @@ ohos_source_set("sndfile_sources") {
configs = [ ":sndfile_config" ]
subsystem_name = "multimedia"
part_name = "multimedia_audio_framework"
part_name = "audio_framework"
}
ohos_shared_library("sndfile") {
deps = [ ":sndfile_sources" ]
subsystem_name = "multimedia"
part_name = "multimedia_audio_framework"
part_name = "audio_framework"
}