From e586169d567416a4cb86485161751da697f14896 Mon Sep 17 00:00:00 2001 From: jml Date: Thu, 11 Sep 2025 08:16:46 +0000 Subject: [PATCH] =?UTF-8?q?=E5=B7=AE=E5=BC=82=E6=95=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: jml --- bundle.json | 2 ++ etc/param/BUILD.gn | 7 ------- services/BUILD.gn | 1 - test/BUILD.gn | 2 -- 4 files changed, 2 insertions(+), 10 deletions(-) diff --git a/bundle.json b/bundle.json index 491f48d..0618fc5 100644 --- a/bundle.json +++ b/bundle.json @@ -41,6 +41,8 @@ "build": { "sub_component": [ "//foundation/resourceschedule/qos_manager/etc/init:concurrent_task_service.cfg", + "//foundation/resourceschedule/qos_manager/etc/param:ffrt.para", + "//foundation/resourceschedule/qos_manager/etc/param:ffrt.para.dac", "//foundation/resourceschedule/qos_manager/sa_profile:concurrent_task_sa_profile", "//foundation/resourceschedule/qos_manager/services:concurrentsvc", "//foundation/resourceschedule/qos_manager/frameworks/concurrent_task_client:concurrent_task_client", diff --git a/etc/param/BUILD.gn b/etc/param/BUILD.gn index d4856ff..afac274 100644 --- a/etc/param/BUILD.gn +++ b/etc/param/BUILD.gn @@ -13,13 +13,6 @@ import("//build/ohos.gni") -group("ffrt_etc") { - deps = [ - ":ffrt.para", - ":ffrt.para.dac", - ] -} - ohos_prebuilt_etc("ffrt.para") { source = "ffrt.para" relative_install_dir = "param" diff --git a/services/BUILD.gn b/services/BUILD.gn index 0052c3d..8205611 100644 --- a/services/BUILD.gn +++ b/services/BUILD.gn @@ -63,7 +63,6 @@ ohos_shared_library("concurrentsvc") { ] deps = [ - "../etc/param:ffrt_etc", "../frameworks/concurrent_task_client/:concurrent_task_idl", ] diff --git a/test/BUILD.gn b/test/BUILD.gn index c439ca7..d6f9850 100644 --- a/test/BUILD.gn +++ b/test/BUILD.gn @@ -90,7 +90,6 @@ ohos_unittest("func_loader_test") { sources = [ "unittest/phone/func_loader_test.cpp" ] deps = [ - "../etc/param:ffrt_etc", "../frameworks/concurrent_task_client:concurrent_task_client", "../services:concurrentsvc", ] @@ -120,7 +119,6 @@ ohos_unittest("concurrent_task_controller_interface_test") { sources = [ "unittest/phone/concurrent_task_controller_interface_test.cpp" ] deps = [ - "../etc/param:ffrt_etc", "../frameworks/concurrent_task_client:concurrent_task_client", "../services:concurrentsvc", ] -- Gitee