16ea96550Sopenharmony_ci# Copyright (c) 2022 Huawei Device Co., Ltd.
26ea96550Sopenharmony_ci# Licensed under the Apache License, Version 2.0 (the "License");
36ea96550Sopenharmony_ci# you may not use this file except in compliance with the License.
46ea96550Sopenharmony_ci# You may obtain a copy of the License at
56ea96550Sopenharmony_ci#
66ea96550Sopenharmony_ci#     http://www.apache.org/licenses/LICENSE-2.0
76ea96550Sopenharmony_ci#
86ea96550Sopenharmony_ci# Unless required by applicable law or agreed to in writing, software
96ea96550Sopenharmony_ci# distributed under the License is distributed on an "AS IS" BASIS,
106ea96550Sopenharmony_ci# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
116ea96550Sopenharmony_ci# See the License for the specific language governing permissions and
126ea96550Sopenharmony_ci# limitations under the License.
136ea96550Sopenharmony_ci
146ea96550Sopenharmony_ciimport("//base/security/security_guard/security_guard.gni")
156ea96550Sopenharmony_ciimport("//build/ohos.gni")
166ea96550Sopenharmony_ci
176ea96550Sopenharmony_ciohos_prebuilt_etc("security_guard_cfg") {
186ea96550Sopenharmony_ci  source = "hos/security_guard.cfg"
196ea96550Sopenharmony_ci  module_install_dir = ""
206ea96550Sopenharmony_ci
216ea96550Sopenharmony_ci  subsystem_name = "security"
226ea96550Sopenharmony_ci  part_name = "security_guard"
236ea96550Sopenharmony_ci}
246ea96550Sopenharmony_ci
256ea96550Sopenharmony_ciohos_prebuilt_etc("security_guard_model_cfg") {
266ea96550Sopenharmony_ci  source = security_guard_model_file_source
276ea96550Sopenharmony_ci  module_install_dir = ""
286ea96550Sopenharmony_ci
296ea96550Sopenharmony_ci  subsystem_name = "security"
306ea96550Sopenharmony_ci  part_name = "security_guard"
316ea96550Sopenharmony_ci}
326ea96550Sopenharmony_ci
336ea96550Sopenharmony_ciohos_prebuilt_etc("security_guard_event_cfg") {
346ea96550Sopenharmony_ci  source = security_guard_event_file_source
356ea96550Sopenharmony_ci  module_install_dir = ""
366ea96550Sopenharmony_ci
376ea96550Sopenharmony_ci  subsystem_name = "security"
386ea96550Sopenharmony_ci  part_name = "security_guard"
396ea96550Sopenharmony_ci}
406ea96550Sopenharmony_ci
416ea96550Sopenharmony_ciohos_prebuilt_etc("security_audit_cfg") {
426ea96550Sopenharmony_ci  source = "hos/security_audit.cfg"
436ea96550Sopenharmony_ci  module_install_dir = ""
446ea96550Sopenharmony_ci
456ea96550Sopenharmony_ci  subsystem_name = "security"
466ea96550Sopenharmony_ci  part_name = "security_guard"
476ea96550Sopenharmony_ci}
486ea96550Sopenharmony_ci
496ea96550Sopenharmony_ciohos_prebuilt_etc("config_update_trust_list_cfg") {
506ea96550Sopenharmony_ci  source = "hos/config_update_trust_list.json"
516ea96550Sopenharmony_ci  module_install_dir = ""
526ea96550Sopenharmony_ci
536ea96550Sopenharmony_ci  subsystem_name = "security"
546ea96550Sopenharmony_ci  part_name = "security_guard"
556ea96550Sopenharmony_ci}
56