1d8a29711Sopenharmony_ci# Copyright (c) 2023 Huawei Device Co., Ltd.
2d8a29711Sopenharmony_ci# Licensed under the Apache License, Version 2.0 (the "License");
3d8a29711Sopenharmony_ci# you may not use this file except in compliance with the License.
4d8a29711Sopenharmony_ci# You may obtain a copy of the License at
5d8a29711Sopenharmony_ci#
6d8a29711Sopenharmony_ci#     http://www.apache.org/licenses/LICENSE-2.0
7d8a29711Sopenharmony_ci#
8d8a29711Sopenharmony_ci# Unless required by applicable law or agreed to in writing, software
9d8a29711Sopenharmony_ci# distributed under the License is distributed on an "AS IS" BASIS,
10d8a29711Sopenharmony_ci# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11d8a29711Sopenharmony_ci# See the License for the specific language governing permissions and
12d8a29711Sopenharmony_ci# limitations under the License.
13d8a29711Sopenharmony_ci
14d8a29711Sopenharmony_cisec_comp_dir = "//base/security/security_component_manager"
15d8a29711Sopenharmony_ci
16d8a29711Sopenharmony_ciif (!defined(global_parts_info) ||
17d8a29711Sopenharmony_ci    defined(global_parts_info.security_security_component_enhance)) {
18d8a29711Sopenharmony_ci  security_component_enhance_enable = true
19d8a29711Sopenharmony_ci} else {
20d8a29711Sopenharmony_ci  security_component_enhance_enable = false
21d8a29711Sopenharmony_ci}
22