diff --git a/services/distributedhardwarefwkservice/BUILD.gn b/services/distributedhardwarefwkservice/BUILD.gn index c9d4ba6001344563c7ab2c1ea8e1e32d5ee33e36..b17f50eba93a89f72585ca18aab890951580421a 100644 --- a/services/distributedhardwarefwkservice/BUILD.gn +++ b/services/distributedhardwarefwkservice/BUILD.gn @@ -41,7 +41,7 @@ ohos_shared_library("distributedhardwarefwksvr") { deps = [ "${services_path}/distributedhardwarefwkserviceimpl:distributedhardwarefwksvr_impl", "${utils_path}:distributedhardwareutils", - "//foundation/ability/ability_runtime/interfaces/innerkits/ability_manager:ability_manager", + "//foundation/ability/ability_runtime/interfaces/inner_api/ability_manager:ability_manager", "//foundation/ability/ability_runtime/services/abilitymgr:abilityms", "//foundation/distributedhardware/devicemanager/interfaces/inner_kits/native_cpp:devicemanagersdk", "//utils/native/base:utils", diff --git a/services/distributedhardwarefwkserviceimpl/BUILD.gn b/services/distributedhardwarefwkserviceimpl/BUILD.gn index 59a0695e9394668bb093e026bbb1433ea2e90d72..53cfb524e0326bb086bad79bd6e9eed04730bc75 100644 --- a/services/distributedhardwarefwkserviceimpl/BUILD.gn +++ b/services/distributedhardwarefwkserviceimpl/BUILD.gn @@ -66,7 +66,7 @@ ohos_shared_library("distributedhardwarefwksvr_impl") { deps = [ "${utils_path}:distributedhardwareutils", - "//foundation/ability/ability_runtime/interfaces/innerkits/ability_manager:ability_manager", + "//foundation/ability/ability_runtime/interfaces/inner_api/ability_manager:ability_manager", "//foundation/ability/ability_runtime/services/abilitymgr:abilityms", "//foundation/distributedschedule/safwk/interfaces/innerkits/safwk:system_ability_fwk", "//utils/native/base:utils",