mirror of
https://gitee.com/openharmony/third_party_libsnd
synced 2024-11-26 19:40:24 +00:00
commit
78a2532952
8
BUILD.gn
8
BUILD.gn
@ -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"
|
||||
}
|
||||
|
@ -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": {
|
||||
|
Loading…
Reference in New Issue
Block a user