diff --git a/test/BUILD.gn b/test/BUILD.gn index 22422faf7c483806030b627be84690d073e08e02..f65a1cd8efaee0d912c71acfe65aca3181df1bf0 100644 --- a/test/BUILD.gn +++ b/test/BUILD.gn @@ -25,8 +25,6 @@ config("test_config") { "../interfaces/inner_api/", "../interfaces/kits/", "../services/include/", - "//third_party/jsoncpp/include/", - "//foundation/resourceschedule/frame_aware_sched/common/include/", ] cflags = [ @@ -48,6 +46,7 @@ ohos_unittest("concurrent_svc_intf_test") { deps = [ "../frameworks/concurrent_task_client:concurrent_task_client" ] external_deps = [ "c_utils:utils", + "frame_aware_sched:rtg_interface", "hilog:libhilog", "ipc:ipc_single", "safwk:system_ability_fwk", @@ -71,6 +70,7 @@ ohos_unittest("concurrent_task_client_test") { deps = [ "../frameworks/concurrent_task_client:concurrent_task_client" ] external_deps = [ + "frame_aware_sched:rtg_interface", "hilog:libhilog", "ipc:ipc_single", ] @@ -97,6 +97,7 @@ ohos_unittest("concurrent_task_controller_test") { external_deps = [ "c_utils:utils", + "frame_aware_sched:rtg_interface", "hilog:libhilog", "init:libbegetutil", "jsoncpp:jsoncpp", @@ -124,6 +125,7 @@ ohos_unittest("concurrent_task_service_ability_test") { ] external_deps = [ "c_utils:utils", + "frame_aware_sched:rtg_interface", "hilog:libhilog", "safwk:system_ability_fwk", "samgr:samgr_proxy", @@ -150,6 +152,7 @@ ohos_unittest("qos_interface_test") { ] external_deps = [ "c_utils:utils", + "frame_aware_sched:rtg_interface", "hilog:libhilog", "safwk:system_ability_fwk", "samgr:samgr_proxy", @@ -175,6 +178,7 @@ ohos_unittest("qos_policy_test") { ] external_deps = [ "c_utils:utils", + "frame_aware_sched:rtg_interface", "hilog:libhilog", "safwk:system_ability_fwk", "samgr:samgr_proxy", @@ -200,6 +204,7 @@ ohos_unittest("concurrent_task_service_test") { ] external_deps = [ "c_utils:utils", + "frame_aware_sched:rtg_interface", "hilog:libhilog", "safwk:system_ability_fwk", "samgr:samgr_proxy", @@ -223,6 +228,7 @@ ohos_unittest("qos_test") { deps = [ "../qos:qos" ] external_deps = [ "c_utils:utils", + "frame_aware_sched:rtg_interface", "hilog:libhilog", ] @@ -247,6 +253,7 @@ ohos_unittest("qos_ndk_test") { ] external_deps = [ "c_utils:utils", + "frame_aware_sched:rtg_interface", "hilog:libhilog", ] @@ -268,6 +275,7 @@ ohos_unittest("config_reader_test") { external_deps = [ "c_utils:utils", "config_policy:configpolicy_util", + "frame_aware_sched:rtg_interface", "hilog:libhilog", "init:libbegetutil", "libxml2:libxml2",