当前仓库属于关闭状态,部分功能使用受限,详情请查阅 仓库状态说明
24 Star 2 Fork 9

OpenHarmony / aafwk_standard
关闭

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
aafwk.gni 2.58 KB
一键复制 编辑 Web IDE 原始数据 按行查看 历史
openharmony_ci 提交于 2022-05-27 02:39 . !1850 通知部件目录调整
# Copyright (c) 2021-2022 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_path = "//foundation/aafwk/standard"
bundlefwk_path = "//foundation/bundlemanager/bundle_framework"
multimedia_path = "//foundation/multimedia/image_standard"
services_path = "//foundation/aafwk/standard/services"
multimodalinput_path = "//foundation/multimodalinput/input"
windowmanager_path = "//foundation/windowmanager"
graphic_path = "//foundation/graphic/graphic_2d"
global_path = "//base/global"
distributedschedule_path = "//foundation/distributedschedule"
notification_path = "//base/notification"
distributeddatamgr_path = "//foundation/distributeddatamgr"
kits_path = "//foundation/aafwk/standard/frameworks/kits"
innerkits_path = "//foundation/aafwk/standard/interfaces/innerkits"
bundlefwk_innerkits_path = "${bundlefwk_path}/interfaces/innerkits"
bundlefwk_inner_api_path = "${bundlefwk_path}/interfaces/inner_api"
ans_core_path =
"//base/notification/distributed_notification_service/frameworks/core"
system_test_app_path =
"//foundation/aafwk/standard/test/resource/amssystemtestability/abilitySrc"
form_runtime_path = "//foundation/aafwk/standard/form_runtime"
form_runtime_napi_path = "${form_runtime_path}/frameworks/js/napi"
ability_base_path = "//foundation/aafwk/standard/ability_base"
ability_base_innerapi_path = "${ability_base_path}/interfaces/inner_api"
ability_base_native_path = "${ability_base_path}/frameworks/native"
declare_args() {
background_task_mgr_continuous_task_enable = true
distributed_data_object_enable = true
ability_runtime_graphics = true
ability_runtime_power = true
if (!defined(global_parts_info) ||
defined(global_parts_info.account_os_account)) {
os_account_part_enabled = true
} else {
os_account_part_enabled = false
}
if (defined(global_parts_info) &&
!defined(global_parts_info.resourceschedule_background_task_mgr)) {
background_task_mgr_continuous_task_enable = false
}
if (defined(global_parts_info) &&
!defined(global_parts_info.distributeddatamgr_distributeddataobject)) {
distributed_data_object_enable = false
}
}
1
https://gitee.com/openharmony/aafwk_standard.git
git@gitee.com:openharmony/aafwk_standard.git
openharmony
aafwk_standard
aafwk_standard
master

搜索帮助

14c37bed 8189591 565d56ea 8189591