From 051ede4c34d8ce2dcccfd8857746c9bd3cac84f4 Mon Sep 17 00:00:00 2001 From: dy_study Date: Mon, 16 May 2022 09:49:58 +0800 Subject: [PATCH] =?UTF-8?q?IssueNo:#I57IWN=20Description:ability=5Fbase?= =?UTF-8?q?=E7=9B=AE=E5=BD=95=E6=95=B4=E6=94=B9=E5=8F=8A=E5=91=A8=E8=BE=B9?= =?UTF-8?q?=E5=AD=90=E7=B3=BB=E7=BB=9F=E4=BE=9D=E8=B5=96=E6=A0=87=E5=87=86?= =?UTF-8?q?=E5=8C=96=20Sig:SIG=5FApplicationFramework=20Feature=20or=20Bug?= =?UTF-8?q?fix:Feature=20Binary=20Source:=20No?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: dy_study Change-Id: I8290907728c5a2beb5101e92c11313c3ec440ac9 --- services/BUILD.gn | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/services/BUILD.gn b/services/BUILD.gn index 0f4561b7..549a11b1 100644 --- a/services/BUILD.gn +++ b/services/BUILD.gn @@ -13,7 +13,6 @@ import("//build/ohos.gni") FMS_BASE_DIR = "//foundation/filemanagement/user_file_service/services" -aainnerkits_path = "//foundation/aafwk/standard/interfaces/innerkits" aaservices_path = "//foundation/aafwk/standard/services" aakits_path = "//foundation/aafwk/standard/frameworks/kits" @@ -44,7 +43,6 @@ ohos_shared_library("fms_server") { "//base/hiviewdfx/hilog/interfaces/native/innerkits/include/hilog", "//foundation/filemanagement/storage_service/services/storage_manager/include", "//foundation/filemanagement/storage_service/interfaces/innerkits/storage_manager/native", - "${aainnerkits_path}/base/include/ohos/aafwk/base", ] sources = [ @@ -62,7 +60,6 @@ ohos_shared_library("fms_server") { ] deps = [ - "${aainnerkits_path}/base:base", "${aakits_path}/ability/native:abilitykit_native", "${aaservices_path}/abilitymgr:abilityms", "//base/hiviewdfx/hilog/interfaces/native/innerkits:libhilog", @@ -77,6 +74,7 @@ ohos_shared_library("fms_server") { cflags += [ "-DBINDER_IPC_32BIT" ] } external_deps = [ + "ability_base:base", "ability_base:want", "ability_base:zuri", "ability_runtime:ability_manager", -- Gitee