1365d9939Sopenharmony_ci# Copyright (C) 2022 Huawei Device Co., Ltd. 2365d9939Sopenharmony_ci# Licensed under the Apache License, Version 2.0 (the "License"); 3365d9939Sopenharmony_ci# you may not use this file except in compliance with the License. 4365d9939Sopenharmony_ci# You may obtain a copy of the License at 5365d9939Sopenharmony_ci# 6365d9939Sopenharmony_ci# http://www.apache.org/licenses/LICENSE-2.0 7365d9939Sopenharmony_ci# 8365d9939Sopenharmony_ci# Unless required by applicable law or agreed to in writing, software 9365d9939Sopenharmony_ci# distributed under the License is distributed on an "AS IS" BASIS, 10365d9939Sopenharmony_ci# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 11365d9939Sopenharmony_ci# See the License for the specific language governing permissions and 12365d9939Sopenharmony_ci# limitations under the License. 13365d9939Sopenharmony_ciimport("//build/ohos.gni") 14365d9939Sopenharmony_ciimport("//build/ohos/sa_profile/sa_profile.gni") 15365d9939Sopenharmony_ciohos_sa_profile("screenlock_sa_profiles") { 16365d9939Sopenharmony_ci sources = [ "3704.json" ] 17365d9939Sopenharmony_ci part_name = "screenlock_mgr" 18365d9939Sopenharmony_ci} 19