mirror of
https://gitee.com/openharmony/multimedia_audio_standard
synced 2024-12-02 17:56:18 +00:00
aafwk->ability_runtime
Signed-off-by: zhoushicheng <zhoushicheng2@huawei.com> Change-Id: I049f5cdc099451c1ceb58faed0d9a1a54253eacd
This commit is contained in:
parent
533c8aa365
commit
3ebfc7ab0b
@ -31,8 +31,8 @@ ohos_shared_library("audio_ringtone_client") {
|
|||||||
]
|
]
|
||||||
|
|
||||||
deps = [
|
deps = [
|
||||||
"${aafwk_kits_path}/ability/native:abilitykit_native",
|
"${ability_runtime_kits_path}/ability/native:abilitykit_native",
|
||||||
"${aafwk_kits_path}/appkit:appkit_native",
|
"${ability_runtime_kits_path}/appkit:appkit_native",
|
||||||
"//foundation/graphic/graphic_2d/frameworks/surface:surface",
|
"//foundation/graphic/graphic_2d/frameworks/surface:surface",
|
||||||
"//foundation/multimedia/media_standard/interfaces/inner_api/native:media_client",
|
"//foundation/multimedia/media_standard/interfaces/inner_api/native:media_client",
|
||||||
]
|
]
|
||||||
|
@ -29,7 +29,7 @@ ohos_copy("audio_declaration") {
|
|||||||
|
|
||||||
ohos_shared_library("audio") {
|
ohos_shared_library("audio") {
|
||||||
include_dirs = [
|
include_dirs = [
|
||||||
"${aafwk_kits_path}/ability/native/include",
|
"${ability_runtime_kits_path}/ability/native/include",
|
||||||
"//foundation/arkui/napi/interfaces/kits",
|
"//foundation/arkui/napi/interfaces/kits",
|
||||||
"//foundation/multimedia/audio_framework/interfaces/kits/js/audio_manager/include",
|
"//foundation/multimedia/audio_framework/interfaces/kits/js/audio_manager/include",
|
||||||
"//foundation/multimedia/audio_framework/frameworks/js/napi/audio_capturer/include",
|
"//foundation/multimedia/audio_framework/frameworks/js/napi/audio_capturer/include",
|
||||||
@ -74,7 +74,7 @@ ohos_shared_library("audio") {
|
|||||||
]
|
]
|
||||||
|
|
||||||
deps = [
|
deps = [
|
||||||
"${aafwk_kits_path}/ability/native:abilitykit_native",
|
"${ability_runtime_kits_path}/ability/native:abilitykit_native",
|
||||||
"//base/global/resource_management/frameworks/resmgr:global_resmgr",
|
"//base/global/resource_management/frameworks/resmgr:global_resmgr",
|
||||||
"//base/hiviewdfx/hilog/interfaces/native/innerkits:libhilog",
|
"//base/hiviewdfx/hilog/interfaces/native/innerkits:libhilog",
|
||||||
"//foundation/arkui/napi:ace_napi",
|
"//foundation/arkui/napi:ace_napi",
|
||||||
|
@ -11,8 +11,8 @@
|
|||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
aafwk_inner_api_path =
|
|
||||||
"//foundation/ability/ability_runtime/interfaces/innerkits"
|
|
||||||
aafwk_kits_path = "//foundation/ability/ability_runtime/frameworks/kits"
|
|
||||||
ability_runtime_path = "//foundation/ability/ability_runtime"
|
ability_runtime_path = "//foundation/ability/ability_runtime"
|
||||||
aafwk_services_path = "//foundation/ability/ability_runtime/services"
|
ability_runtime_innerkits_path =
|
||||||
|
"${ability_runtime_path}/interfaces/innerkits"
|
||||||
|
ability_runtime_kits_path = "${ability_runtime_path}/frameworks/kits"
|
||||||
|
ability_runtime_services_path = "${ability_runtime_path}/services"
|
||||||
|
Loading…
Reference in New Issue
Block a user