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 14sg_root_dir = "//base/security/security_guard" 15fuzz_test_output_path = "security_guard/security_guard" 16declare_args() { 17 security_guard_enable = true 18 security_guard_enable_ext = false 19 security_guard_trim_model_analysis = false 20 security_guard_enable_device_id = false 21 security_guard_event_cfg_source = "security_guard_event.json" 22 security_guard_model_cfg_source = "security_guard_model.cfg" 23 security_guard_event_group_cfg_source = "security_guard_event_group.json" 24 security_guard_config_update_trust_list_source = 25 "config_update_trust_list.json" 26 security_guard_collector_cfg_source = "security_audit.cfg" 27 security_guard_sa_profile_path = "security_guard.cfg" 28 security_guard_security_collector_sa_profile_path = "security_collector.cfg" 29 security_guard_event_filter_path = "/system/lib/libsg_event_filter.so" 30 security_guard_event_wrapper_path = "/system/lib/libsg_event_wrapper.so" 31} 32