1# Copyright (c) 2022 Huawei Device Co., Ltd.
2# Licensed under the Apache License, Version 2.0 (the "License");
3# you may not use this file except in compliance with the License.
4# You may obtain a copy of the License at
5#
6#     http://www.apache.org/licenses/LICENSE-2.0
7#
8# Unless required by applicable law or agreed to in writing, software
9# distributed under the License is distributed on an "AS IS" BASIS,
10# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11# See the License for the specific language governing permissions and
12# limitations under the License.
13
14BUILD_CONFIG_DIR = "//build/config"
15THIRD_PARTY_DIR = "//third_party"
16OHOS_PRODUCT_DIR = "base/security/selinux_adapter/sepolicy/ohos_product"
17
18declare_args() {
19  selinux_adapter_build_path = "default"
20  selinux_adapter_components = "default"
21  selinux_adapter_vendor_policy_version = "40"
22  selinux_adapter_special_build_policy_script = "default"
23  selinux_adapter_special_build_contexts_script = "default"
24  special_build_ignore_cfg = "default"
25  special_selinux_check_config = "default"
26  selinux_adapter_extra_args = "default"
27  selinux_adapter_contexts_extra_args = "default"
28  selinux_adapter_support_developer_mode = false
29  selinux_adapter_special_build_selinux_gni_path = ""
30  selinux_adapter_check_extend_list = "default"
31}
32
33declare_args() {
34  selinux_adapter_enforce = true
35}
36