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