1#
2# Copyright (c) 2020 Huawei Device Co., Ltd.
3# Licensed under the Apache License, Version 2.0 (the "License");
4# you may not use this file except in compliance with the License.
5# You may obtain a copy of the License at
6#
7#     http://www.apache.org/licenses/LICENSE-2.0
8#
9# Unless required by applicable law or agreed to in writing, software
10# distributed under the License is distributed on an "AS IS" BASIS,
11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12# See the License for the specific language governing permissions and
13# limitations under the License.
14#
15
16import("//build/lite/config/subsystem/aafwk/path.gni")
17
18declare_args() {
19  # build feature ability, dependent window
20  enable_ohos_appexecfwk_feature_ability = false
21
22  # configuration for aafwk created ams task's stack size.
23  # positive values will be accepted.
24  config_ohos_aafwk_ams_task_size = 2048
25
26  config_ohos_aafwk_aafwk_lite_task_stack_size = 12288
27
28  enable_ohos_aafwk_multi_tasks_feature = false
29
30  config_ohos_aafwk_ability_list_capacity = 16
31}
32