14dfc7d99Sopenharmony_ci# Copyright (c) 2022 Huawei Device Co., Ltd. 24dfc7d99Sopenharmony_ci# Licensed under the Apache License, Version 2.0 (the "License"); 34dfc7d99Sopenharmony_ci# you may not use this file except in compliance with the License. 44dfc7d99Sopenharmony_ci# You may obtain a copy of the License at 54dfc7d99Sopenharmony_ci# 64dfc7d99Sopenharmony_ci# http://www.apache.org/licenses/LICENSE-2.0 74dfc7d99Sopenharmony_ci# 84dfc7d99Sopenharmony_ci# Unless required by applicable law or agreed to in writing, software 94dfc7d99Sopenharmony_ci# distributed under the License is distributed on an "AS IS" BASIS, 104dfc7d99Sopenharmony_ci# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 114dfc7d99Sopenharmony_ci# See the License for the specific language governing permissions and 124dfc7d99Sopenharmony_ci# limitations under the License. 134dfc7d99Sopenharmony_ci 144dfc7d99Sopenharmony_ciimport("//build/ohos.gni") 154dfc7d99Sopenharmony_ci 164dfc7d99Sopenharmony_ciohos_prebuilt_etc("ressched_plugin_config") { 174dfc7d99Sopenharmony_ci source = "res_sched_config.xml" 184dfc7d99Sopenharmony_ci install_enable = true 194dfc7d99Sopenharmony_ci subsystem_name = "resourceschedule" 204dfc7d99Sopenharmony_ci part_name = "resource_schedule_service" 214dfc7d99Sopenharmony_ci module_install_dir = "etc/ressched" 224dfc7d99Sopenharmony_ci} 234dfc7d99Sopenharmony_ci 244dfc7d99Sopenharmony_ciohos_prebuilt_etc("ressched_plugin_switch") { 254dfc7d99Sopenharmony_ci source = "res_sched_plugin_switch.xml" 264dfc7d99Sopenharmony_ci install_enable = true 274dfc7d99Sopenharmony_ci subsystem_name = "resourceschedule" 284dfc7d99Sopenharmony_ci part_name = "resource_schedule_service" 294dfc7d99Sopenharmony_ci module_install_dir = "etc/ressched" 304dfc7d99Sopenharmony_ci} 31