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" ]
|
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"
|
||||||
}
|
}
|
||||||
|
@ -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": {
|
||||||
|
Loading…
Reference in New Issue
Block a user