mirror of
https://gitee.com/openharmony/communication_dsoftbus
synced 2024-11-23 08:49:59 +00:00
aafwk->ability_runtime
Signed-off-by: zhoushicheng <zhoushicheng2@huawei.com> Change-Id: Ied7011dd122dfe7f8a647fefa9d7855ff8f7a2fd
This commit is contained in:
parent
1ac0cb263a
commit
52efb2766b
@ -26,9 +26,9 @@ declare_args() {
|
||||
dsoftbus_get_devicename = true
|
||||
}
|
||||
|
||||
aainnerkits_path = "//foundation/ability/ability_runtime/interfaces/inner_api"
|
||||
aaservices_path = "//foundation/ability/ability_runtime/services"
|
||||
aakits_path = "//foundation/ability/ability_runtime/frameworks/kits"
|
||||
ability_runtime_innerkits_path = "//foundation/ability/ability_runtime/interfaces/inner_api"
|
||||
ability_runtime_services_path = "//foundation/ability/ability_runtime/services"
|
||||
ability_runtime_kits_path = "//foundation/ability/ability_runtime/frameworks/kits"
|
||||
|
||||
if (defined(ohos_lite)) {
|
||||
bus_center_core_adapter_src = [ "$dsoftbus_root_path/core/adapter/bus_center/src/lnn_settingdata_event_monitor_virtual.cpp" ]
|
||||
@ -60,8 +60,8 @@ if (defined(ohos_lite)) {
|
||||
]
|
||||
|
||||
bus_center_core_adapter_deps = [
|
||||
"${aafwk_inner_api_path}/dataobs_manager:dataobs_manager",
|
||||
"${aafwk_kits_path}/ability/native:abilitykit_native",
|
||||
"${ability_runtime_innerkits_path}/dataobs_manager:dataobs_manager",
|
||||
"${ability_runtime_kits_path}/ability/native:abilitykit_native",
|
||||
"${ability_base_path}:want",
|
||||
"${ability_base_path}:zuri",
|
||||
"//base/account/os_account/frameworks/ohosaccount/native:libaccountkits",
|
||||
|
@ -11,10 +11,10 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
aafwk_inner_api_path =
|
||||
ability_runtime_innerkits_path =
|
||||
"//foundation/ability/ability_runtime/interfaces/inner_api"
|
||||
aafwk_kits_path = "//foundation/ability/ability_runtime/frameworks/kits"
|
||||
aafwk_services_path = "//foundation/ability/ability_runtime/services"
|
||||
ability_runtime_kits_path = "//foundation/ability/ability_runtime/frameworks/kits"
|
||||
ability_runtime_services_path = "//foundation/ability/ability_runtime/services"
|
||||
hispark_pegasus_sdk_path = "//device/soc/hisilicon/hi3861v100/sdk_liteos"
|
||||
dsoftbus_root_path = "//foundation/communication/dsoftbus"
|
||||
dsoftbus_sdk_path = "//foundation/communication/dsoftbus/sdk"
|
||||
|
Loading…
Reference in New Issue
Block a user