mirror of
https://gitee.com/openharmony/arkui_ace_engine
synced 2024-11-23 23:21:05 +00:00
aafwk目录转移
Signed-off-by: shiqichang <shiqichang@huawei.com> Change-Id: I9be51e3f7606bb7a54853e9083164aec1b6af554
This commit is contained in:
parent
dde8ba5042
commit
531e708c2c
@ -57,6 +57,7 @@ aafwk_inner_api_path =
|
||||
aafwk_inner_kits_path = "//foundation/ability/ability_runtime/interfaces/kits"
|
||||
aafwk_kits_path = "//foundation/ability/ability_runtime/frameworks/kits"
|
||||
aafwk_services_path = "//foundation/ability/ability_runtime/services"
|
||||
aafwk_path = "//foundation/ability/ability_runtime"
|
||||
flutter_root = "//third_party/flutter"
|
||||
ace_flutter_engine_root = "$flutter_root/build"
|
||||
expat_root = "//third_party/expat"
|
||||
|
@ -72,7 +72,7 @@ template("ace_ohos_standard_source_set") {
|
||||
]
|
||||
|
||||
deps = [
|
||||
"$aafwk_kits_path/ability/native:abilitykit_native",
|
||||
"$aafwk_path/frameworks/native/ability/native:abilitykit_native",
|
||||
"$ace_flutter_engine_root:third_party_flutter_engine_$platform",
|
||||
"$ace_flutter_engine_root/skia:ace_skia_$platform",
|
||||
"$ace_root/adapter/ohos/capability:ace_capability_ohos",
|
||||
|
@ -25,7 +25,7 @@ template("pa_backend") {
|
||||
|
||||
include_dirs = [
|
||||
"$aafwk_services_path/common/include",
|
||||
"$aafwk_kits_path/ability/native/include",
|
||||
"$aafwk_path/interfaces/kits/native/ability/native",
|
||||
"$aafwk_inner_api_path/ability_manager/include",
|
||||
"$aafwk_services_path/abilitymgr/include",
|
||||
"$aafwk_services_path/common/include",
|
||||
@ -35,8 +35,8 @@ template("pa_backend") {
|
||||
"//foundation/ability/ability_runtime/frameworks/js/napi/aafwk/inner/napi_common",
|
||||
]
|
||||
deps = [
|
||||
"$aafwk_kits_path/ability/native:abilitykit_native",
|
||||
"$aafwk_kits_path/appkit:appkit_native",
|
||||
"$aafwk_path/frameworks/native/ability/native:abilitykit_native",
|
||||
"$aafwk_path/frameworks/native/appkit:appkit_native",
|
||||
"//foundation/ability/ability_runtime/frameworks/js/napi/aafwk/inner/napi_common:napi_common",
|
||||
"//foundation/arkui/napi:ace_napi",
|
||||
"//foundation/arkui/napi:ace_napi_quickjs",
|
||||
|
@ -53,7 +53,7 @@ template("js_pa_engine_ark") {
|
||||
|
||||
include_dirs = [
|
||||
"$aafwk_inner_api_path/ability_manager/include",
|
||||
"$aafwk_kits_path/ability/native/include",
|
||||
"$aafwk_path/interfaces/kits/native/ability/native",
|
||||
"$aafwk_services_path/common/include",
|
||||
"$aafwk_services_path/abilitymgr/include",
|
||||
"//foundation/distributeddatamgr/appdatamgr/interfaces/inner_api/native/dataability/include",
|
||||
@ -63,8 +63,8 @@ template("js_pa_engine_ark") {
|
||||
"//foundation/arkui/ace_engine/adapter/ohos/entrance/pa_engine/engine/common",
|
||||
]
|
||||
deps = [
|
||||
"$aafwk_kits_path/ability/native:abilitykit_native",
|
||||
"$aafwk_kits_path/appkit:appkit_native",
|
||||
"$aafwk_path/frameworks/native/ability/native:abilitykit_native",
|
||||
"$aafwk_path/frameworks/native/appkit:appkit_native",
|
||||
"//ark/js_runtime:libark_jsruntime",
|
||||
"//foundation/ability/ability_runtime/frameworks/js/napi/aafwk/inner/napi_common:napi_common",
|
||||
"//foundation/arkui/napi:ace_napi",
|
||||
|
@ -25,7 +25,7 @@ template("js_pa_engine_qjs") {
|
||||
|
||||
include_dirs = [
|
||||
"$aafwk_inner_api_path/ability_manager/include",
|
||||
"$aafwk_kits_path/ability/native/include",
|
||||
"$aafwk_path/interfaces/kits/native/ability/native",
|
||||
"$aafwk_services_path/common/include",
|
||||
"$aafwk_services_path/abilitymgr/include",
|
||||
"//foundation/distributeddatamgr/appdatamgr/interfaces/inner_api/native/dataability/include",
|
||||
@ -35,8 +35,8 @@ template("js_pa_engine_qjs") {
|
||||
"//foundation/arkui/ace_engine/adapter/ohos/entrance/pa_engine/engine/common",
|
||||
]
|
||||
deps = [
|
||||
"$aafwk_kits_path/ability/native:abilitykit_native",
|
||||
"$aafwk_kits_path/appkit:appkit_native",
|
||||
"$aafwk_path/frameworks/native/ability/native:abilitykit_native",
|
||||
"$aafwk_path/frameworks/native/appkit:appkit_native",
|
||||
"//foundation/ability/ability_runtime/frameworks/js/napi/aafwk/inner/napi_common:napi_common",
|
||||
"//foundation/arkui/napi:ace_napi",
|
||||
"//foundation/distributedschedule/safwk/interfaces/innerkits/safwk:system_ability_fwk",
|
||||
|
@ -74,7 +74,7 @@ template("uiservice_static") {
|
||||
]
|
||||
|
||||
deps = [
|
||||
"$aafwk_kits_path/ability/native:abilitykit_native",
|
||||
"$aafwk_path/frameworks/native/ability/native:abilitykit_native",
|
||||
"//foundation/arkui/ace_engine/interfaces/inner_api/ui_service_manager:ui_service_mgr",
|
||||
"//foundation/distributedschedule/safwk/interfaces/innerkits/safwk:system_ability_fwk",
|
||||
"//foundation/distributedschedule/samgr/interfaces/innerkits/samgr_proxy:samgr_proxy",
|
||||
|
@ -33,7 +33,7 @@ ohos_unittest("PluginManagerTest") {
|
||||
configs = [ "$ace_root:ace_test_config" ]
|
||||
|
||||
deps = [
|
||||
"$aafwk_kits_path/ability/native:abilitykit_native",
|
||||
"$aafwk_path/frameworks/native/ability/native:abilitykit_native",
|
||||
"$ace_flutter_engine_root/skia:ace_skia_ohos",
|
||||
"$ace_root/build:ace_ohos_unittest_base",
|
||||
]
|
||||
|
@ -38,7 +38,7 @@ build_component("plugin") {
|
||||
|
||||
deps = [
|
||||
"$aafwk_inner_api_path/ability_manager:ability_manager",
|
||||
"$aafwk_kits_path/ability/native:abilitykit_native",
|
||||
"$aafwk_path/frameworks/native/ability/native:abilitykit_native",
|
||||
"$aafwk_services_path/abilitymgr:abilityms",
|
||||
"//foundation/arkui/ace_engine/interfaces/inner_api/ui_service_manager:ui_service_mgr",
|
||||
"//foundation/distributedschedule/safwk/interfaces/innerkits/safwk:system_ability_fwk",
|
||||
|
@ -17,7 +17,7 @@ import(
|
||||
if (is_standard_system) {
|
||||
config("ohos_web_config") {
|
||||
include_dirs = [
|
||||
"$aafwk_kits_path/appkit/native/app/include",
|
||||
"$aafwk_path/interfaces/kits/native/appkit/app",
|
||||
"//utils/native/base/include",
|
||||
"//foundation/windowmanager/interfaces/innerkits/wm",
|
||||
]
|
||||
@ -45,7 +45,7 @@ build_component("web") {
|
||||
if (is_standard_system) {
|
||||
configs = [ ":ohos_web_config" ]
|
||||
deps = [
|
||||
"$aafwk_kits_path/appkit:appkit_native",
|
||||
"$aafwk_path/frameworks/native/appkit:appkit_native",
|
||||
"//foundation/windowmanager/utils:libwmutil",
|
||||
"//foundation/windowmanager/wm:libwm",
|
||||
]
|
||||
|
@ -25,7 +25,7 @@ config("uiservice_manager_public_config") {
|
||||
"//foundation/graphic/graphic_2d/utils/buffer_handle/export",
|
||||
"//foundation/graphic/graphic_2d/rosen/modules/render_service_base/include",
|
||||
"$innerkits_path/ability_manager/include/",
|
||||
"$kits_path/ability/native/include",
|
||||
"$aafwk_path/interfaces/kits/native/ability/native",
|
||||
"$services_path/uiservicemgr/include",
|
||||
"//third_party/icu/icu4c/source/common",
|
||||
"//third_party/icu/icu4c/source/i18n",
|
||||
|
@ -34,7 +34,7 @@ ohos_shared_library("plugincomponent") {
|
||||
]
|
||||
|
||||
deps = [
|
||||
"$aafwk_kits_path/ability/native:abilitykit_native",
|
||||
"$aafwk_path/frameworks/native/ability/native:abilitykit_native",
|
||||
"$ace_root/build:libace",
|
||||
"$ace_root/build:libace_engine_declarative",
|
||||
"//foundation/arkui/ace_engine/interfaces/inner_api/ui_service_manager:ui_service_mgr",
|
||||
|
Loading…
Reference in New Issue
Block a user