Signed-off-by: unknown <sijunjie@huawei.com>
This commit is contained in:
unknown 2023-04-28 17:27:58 +08:00
parent 25c828c4aa
commit 78f0376f8e
10 changed files with 25 additions and 20 deletions

View File

@ -25,6 +25,15 @@ arkui_path = "//foundation/arkui"
bundlefwk_path = "//foundation/bundlemanager/bundle_framework"
bundlefwk_inner_api_path = "${bundlefwk_path}/interfaces/inner_api"
c_utils_base_path = "//commonlibrary/c_utils/base"
print_fwk_path = "//base/print/print_fwk"
imf_path = "//base/inputmethod/imf"
wallpaper_mgr_path = "//base/theme/wallpaper_mgr"
os_account_path = "//base/account/os_account"
distributed_notification_service_path =
"//base/notification/distributed_notification_service"
power_manager_path = "//base/powermgr/power_manager"
request_path = "//base/request/request"
hiebpf_path = "//developtools/profiler/hiebpf"
multimedia_path = "//foundation/multimedia/image_framework"
multimodalinput_path = "//foundation/multimodalinput/input"
@ -41,7 +50,6 @@ appspawn_path = "//base/startup/appspawn"
init_path = "//base/startup/init"
ipc_native_path = "//foundation/communication/ipc/ipc/native"
third_party_path = "//third_party"
eventhandler_path = "//base/notification/eventhandler"
hiviewdfx_path = "//base/hiviewdfx/hiview"
hilog_path = "//base/hiviewdfx/hilog"
webview_path = "//base/web/webview"

View File

@ -20,8 +20,8 @@ config("ability_context_public_config") {
"${ability_runtime_native_path}/ability/*",
"${ability_runtime_test_path}/fuzztest/connectability_fuzzer/*",
"${ability_runtime_test_path}/fuzztest/disconnectability_fuzzer/*",
"${print_fwk_path}/frameworks/kits/extension/*",
"${user_file_service_innerkits_path}/file_access/*",
"//base/print/print_fwk/frameworks/kits/extension/*",
]
include_dirs = [
"${ability_base_kits_path}/extractortool/include",

View File

@ -21,10 +21,10 @@ config("ability_config") {
"${ability_runtime_native_path}/ability/native/*",
"${ability_runtime_test_path}/*",
"${distributeddatamgr_path}/data_share/interfaces/inner_api/*",
"${imf_path}/frameworks/kits/extension/*",
"${print_fwk_path}/frameworks/kits/extension/*",
"${user_file_service_innerkits_path}/file_access/*",
"//base/inputmethod/imf/frameworks/kits/extension/*",
"//base/print/print_fwk/frameworks/kits/extension/*",
"//base/theme/wallpaper_mgr/frameworks/kits/extension/*",
"${wallpaper_mgr_path}/frameworks/kits/extension/*",
]
include_dirs = [
"${ability_runtime_path}/interfaces/kits/native/ability/native",
@ -287,8 +287,8 @@ ohos_shared_library("abilitykit_native") {
":abilitykit_utils",
":extensionkit_native",
"${ability_runtime_napi_path}/inner/napi_common:napi_common",
"//base/notification/eventhandler/frameworks/eventhandler:libeventhandler",
"//base/startup/init/interfaces/innerkits:libbegetutil",
"${eventhandler_path}/frameworks/eventhandler:libeventhandler",
"${init_path}/interfaces/innerkits:libbegetutil",
]
if (ability_runtime_graphics) {

View File

@ -127,11 +127,9 @@ ohos_copy("copy_ability_simulator") {
out_path = get_label_info("//third_party/libuv:uv", "root_out_dir")
sources += [ out_path + "/thirdparty/libuv/libuv" + dylib_suffix ]
deps += [
"//base/hiviewdfx/hilog/interfaces/native/innerkits:libhilog_$platform",
]
deps += [ "${hilog_path}/interfaces/native/innerkits:libhilog_$platform" ]
out_path = get_label_info(
"//base/hiviewdfx/hilog/interfaces/native/innerkits:libhilog_$platform",
"${hilog_path}/interfaces/native/innerkits:libhilog_$platform",
"root_out_dir")
sources +=
[ out_path + "/hiviewdfx/hilog_native/libhilog_$platform" + dylib_suffix ]

View File

@ -32,7 +32,7 @@ ohos_shared_library("abilityconstant_napi") {
deps = [
"${ability_runtime_path}/frameworks/simulator/osal:simulator_osal",
"//base/hiviewdfx/hilog/interfaces/native/innerkits:libhilog_$platform",
"${hilog_path}/interfaces/native/innerkits:libhilog_$platform",
]
external_deps = [ "napi:ace_napi" ]

View File

@ -15,8 +15,7 @@ import("//build/ohos.gni")
import("//foundation/ability/ability_runtime/ability_runtime.gni")
ohos_shared_library("configurationconstant_napi") {
include_dirs =
[ "//base/global/resource_management/interfaces/inner_api/include" ]
include_dirs = [ "${resource_management_path}/interfaces/inner_api/include" ]
sources = [ "${ability_runtime_napi_path}/configuration_constant/configuration_constant_module.cpp" ]

View File

@ -28,7 +28,7 @@ ohos_shared_library("wantconstant_napi") {
deps = [
"${ability_runtime_path}/frameworks/simulator/osal:simulator_osal",
"//base/hiviewdfx/hilog/interfaces/native/innerkits:libhilog_$platform",
"${hilog_path}/interfaces/native/innerkits:libhilog_$platform",
]
external_deps = [ "napi:ace_napi" ]
part_name = "simulator"

View File

@ -21,7 +21,7 @@ config("ability_manager_public_config") {
"${ability_runtime_test_path}/moduletest/*",
"${ability_runtime_test_path}/unittest/*",
"${form_fwk_path}/test/fuzztest/*",
"//base/account/os_account/tools/test/moduletest/acm/*",
"${os_account_path}/tools/test/moduletest/acm/*",
]
include_dirs = [
"include/",

View File

@ -26,7 +26,7 @@ config("wantagent_innerkits_public_config") {
"${ability_runtime_native_path}/ability/native/*",
"${ability_runtime_test_path}/fuzztest/*",
"${device_usage_statistics_path}/*",
"//base/notification/distributed_notification_service/*",
"${distributed_notification_service_path}/*",
]
include_dirs = [

View File

@ -35,9 +35,9 @@ config("common_config") {
"${ability_runtime_services_path}/quickfixmgr/*",
"${ability_runtime_services_path}/uripermmgr/*",
"${ability_runtime_test_path}/*",
"//base/powermgr/power_manager/utils/*",
"//base/request/request/common/*",
"//developtools/profiler/hiebpf/*",
"${hiebpf_path}/*",
"${power_manager_path}/utils/*",
"${request_path}/common/*",
]
include_dirs = [
"include",