From a3614f58b0f37284b64762fcd57dbf07944a525f Mon Sep 17 00:00:00 2001 From: wangpggg Date: Wed, 24 Jan 2024 17:15:32 +0800 Subject: [PATCH] test Signed-off-by: c459517356 --- bundle.json | 1 + profiles/BUILD.gn | 21 +++++++++++++++++++++ profiles/hwrme.xml | 28 ++++++++++++++++++++++++++++ 3 files changed, 50 insertions(+) create mode 100644 profiles/BUILD.gn create mode 100644 profiles/hwrme.xml diff --git a/bundle.json b/bundle.json index 22658b9..a634535 100644 --- a/bundle.json +++ b/bundle.json @@ -42,6 +42,7 @@ "sub_component": [ "//foundation/resourceschedule/qos_manager/etc/init:concurrent_task_service.cfg", "//foundation/resourceschedule/qos_manager/sa_profile:concurrent_task_sa_profile", + "//foundation/resourceschedule/qos_manager/profiles:qos_manager_config", "//foundation/resourceschedule/qos_manager/services:concurrentsvc", "//foundation/resourceschedule/qos_manager/frameworks/concurrent_task_client:concurrent_task_client", "//foundation/resourceschedule/qos_manager/qos:qos" diff --git a/profiles/BUILD.gn b/profiles/BUILD.gn new file mode 100644 index 0000000..a8af4a5 --- /dev/null +++ b/profiles/BUILD.gn @@ -0,0 +1,21 @@ +# Copyright (c) 2022 Huawei Device Co., Ltd. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +import("//build/ohos.gni") + +ohos_prebuilt_etc("qos_manager_config") { + source = "hwrme.xml" + subsystem_name = "resourceschedule" + part_name = "qos_manager" + module_install_dir = "etc/qos_manager" +} diff --git a/profiles/hwrme.xml b/profiles/hwrme.xml new file mode 100644 index 0000000..cfe8692 --- /dev/null +++ b/profiles/hwrme.xml @@ -0,0 +1,28 @@ + + + + 1.0 + 0 + 1 + 990 + 1 + 60 90 + 0 1 2 + + + 600 + + + -- Gitee