mirror of
https://github.com/openharmony/notification_ans_standard.git
synced 2026-07-19 17:04:08 -04:00
fda81f801f
Signed-off-by: shiqichang <shiqichang@huawei.com> Change-Id: I43370a3bccfdd3969accea72a74cf26bb0694b6c
53 lines
1.6 KiB
Plaintext
53 lines
1.6 KiB
Plaintext
# Copyright (c) 2021 Huawei Device Co., Ltd.
|
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
# you may not use this file except in compliance with the License.
|
|
# You may obtain a copy of the License at
|
|
#
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
#
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
# See the License for the specific language governing permissions and
|
|
# limitations under the License.
|
|
|
|
aafwk_inner_api_path = "//foundation/aafwk/standard/interfaces/innerkits"
|
|
|
|
aafwk_services_path = "//foundation/aafwk/standard/services"
|
|
|
|
aafwk_kits_path = "//foundation/aafwk/standard/frameworks/kits"
|
|
|
|
ans_standard_path = "//base/notification/ans_standard"
|
|
|
|
services_path = "${ans_standard_path}/services"
|
|
|
|
frameworks_path = "${ans_standard_path}/frameworks"
|
|
|
|
interfaces_path = "${ans_standard_path}/interfaces"
|
|
|
|
core_path = "${frameworks_path}/ans/core"
|
|
|
|
native_path = "${frameworks_path}/ans/native"
|
|
|
|
test_path = "${ans_standard_path}/test"
|
|
|
|
tools_path = "${ans_standard_path}/tools"
|
|
|
|
aafwk_path = "//foundation/aafwk/standard"
|
|
|
|
ans_standard_external_deps = [
|
|
"ability_base:base",
|
|
"ability_base:want",
|
|
"ability_base:zuri",
|
|
"bundle_framework:appexecfwk_base",
|
|
"bundle_framework:appexecfwk_core",
|
|
"common_event_service:cesfwk_innerkits",
|
|
"eventhandler:libeventhandler",
|
|
"hiviewdfx_hilog_native:libhilog",
|
|
"ipc:ipc_core",
|
|
"safwk:system_ability_fwk",
|
|
"samgr_standard:samgr_proxy",
|
|
]
|
|
|
|
distributed_notification_supported = true
|