166f3657fSopenharmony_ci# Copyright (c) 2022 Huawei Device Co., Ltd. 266f3657fSopenharmony_ci# Licensed under the Apache License, Version 2.0 (the "License"); 366f3657fSopenharmony_ci# you may not use this file except in compliance with the License. 466f3657fSopenharmony_ci# You may obtain a copy of the License at 566f3657fSopenharmony_ci# 666f3657fSopenharmony_ci# http://www.apache.org/licenses/LICENSE-2.0 766f3657fSopenharmony_ci# 866f3657fSopenharmony_ci# Unless required by applicable law or agreed to in writing, software 966f3657fSopenharmony_ci# distributed under the License is distributed on an "AS IS" BASIS, 1066f3657fSopenharmony_ci# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 1166f3657fSopenharmony_ci# See the License for the specific language governing permissions and 1266f3657fSopenharmony_ci# limitations under the License. 1366f3657fSopenharmony_ci 1466f3657fSopenharmony_ciimport("//build/ohos.gni") 1566f3657fSopenharmony_ci 1666f3657fSopenharmony_ciohos_sa_profile("dscreen_sa_profile") { 1766f3657fSopenharmony_ci sources = [ 1866f3657fSopenharmony_ci "4807.json", 1966f3657fSopenharmony_ci "4808.json", 2066f3657fSopenharmony_ci ] 2166f3657fSopenharmony_ci 2266f3657fSopenharmony_ci part_name = "distributed_screen" 2366f3657fSopenharmony_ci} 2466f3657fSopenharmony_ci 2566f3657fSopenharmony_ciohos_prebuilt_etc("dscreen.cfg") { 2666f3657fSopenharmony_ci relative_install_dir = "init" 2766f3657fSopenharmony_ci source = "dscreen.cfg" 2866f3657fSopenharmony_ci part_name = "distributed_screen" 2966f3657fSopenharmony_ci subsystem_name = "distributedhardware" 3066f3657fSopenharmony_ci} 31