1378b89b0Sopenharmony_ci# Copyright (c) 2023 Huawei Device Co., Ltd.
2378b89b0Sopenharmony_ci# Licensed under the Apache License, Version 2.0 (the "License");
3378b89b0Sopenharmony_ci# you may not use this file except in compliance with the License.
4378b89b0Sopenharmony_ci# You may obtain a copy of the License at
5378b89b0Sopenharmony_ci#
6378b89b0Sopenharmony_ci#     http://www.apache.org/licenses/LICENSE-2.0
7378b89b0Sopenharmony_ci#
8378b89b0Sopenharmony_ci# Unless required by applicable law or agreed to in writing, software
9378b89b0Sopenharmony_ci# distributed under the License is distributed on an "AS IS" BASIS,
10378b89b0Sopenharmony_ci# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11378b89b0Sopenharmony_ci# See the License for the specific language governing permissions and
12378b89b0Sopenharmony_ci# limitations under the License.
13378b89b0Sopenharmony_ci
14378b89b0Sopenharmony_ciimport("//build/ohos.gni")
15378b89b0Sopenharmony_ci
16378b89b0Sopenharmony_ci################################################################################
17378b89b0Sopenharmony_ci
18378b89b0Sopenharmony_cigroup("ecological_rule_mgr_packages") {
19378b89b0Sopenharmony_ci  if (is_standard_system) {
20378b89b0Sopenharmony_ci    deps = [
21378b89b0Sopenharmony_ci      "interfaces/innerkits:erms_client",
22378b89b0Sopenharmony_ci      "profile:ecologicalrulemgrservice_sa_profiles",
23378b89b0Sopenharmony_ci      "services:ecologicalrulemgr_service",
24378b89b0Sopenharmony_ci    ]
25378b89b0Sopenharmony_ci  }
26378b89b0Sopenharmony_ci}
27