19c6d7c21Sopenharmony_ci# Copyright (c) 2020 Huawei Device Co., Ltd.
29c6d7c21Sopenharmony_ci# Licensed under the Apache License, Version 2.0 (the "License");
39c6d7c21Sopenharmony_ci# you may not use this file except in compliance with the License.
49c6d7c21Sopenharmony_ci# You may obtain a copy of the License at
59c6d7c21Sopenharmony_ci#
69c6d7c21Sopenharmony_ci#     http://www.apache.org/licenses/LICENSE-2.0
79c6d7c21Sopenharmony_ci#
89c6d7c21Sopenharmony_ci# Unless required by applicable law or agreed to in writing, software
99c6d7c21Sopenharmony_ci# distributed under the License is distributed on an "AS IS" BASIS,
109c6d7c21Sopenharmony_ci# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
119c6d7c21Sopenharmony_ci# See the License for the specific language governing permissions and
129c6d7c21Sopenharmony_ci# limitations under the License.
139c6d7c21Sopenharmony_ci
149c6d7c21Sopenharmony_cideclare_args() {
159c6d7c21Sopenharmony_ci  # configuration for samgr_lite created shared task's stack size.
169c6d7c21Sopenharmony_ci  # 0 means using system default thread stack size, other positive values will be accepted.
179c6d7c21Sopenharmony_ci  config_ohos_systemabilitymgr_samgr_lite_shared_task_size = 2048
189c6d7c21Sopenharmony_ci
199c6d7c21Sopenharmony_ci  # enable samgr_lite adapt to rpc on mini system.
209c6d7c21Sopenharmony_ci  enable_ohos_systemabilitymgr_samgr_lite_rpc_mini = false
219c6d7c21Sopenharmony_ci}
22