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_ci################################################################################# 174dfc7d99Sopenharmony_ci 184dfc7d99Sopenharmony_cigroup("etc") { 194dfc7d99Sopenharmony_ci deps = [ ":resource_schedule_service.cfg" ] 204dfc7d99Sopenharmony_ci} 214dfc7d99Sopenharmony_ci 224dfc7d99Sopenharmony_ciohos_prebuilt_etc("resource_schedule_service.cfg") { 234dfc7d99Sopenharmony_ci source = "resource_schedule_service.cfg" 244dfc7d99Sopenharmony_ci relative_install_dir = "init" 254dfc7d99Sopenharmony_ci subsystem_name = "resourceschedule" 264dfc7d99Sopenharmony_ci part_name = "resource_schedule_service" 274dfc7d99Sopenharmony_ci} 28