mirror of
https://github.com/openharmony/resourceschedule_qos_manager.git
synced 2026-07-01 04:18:38 -04:00
+1
-1
@@ -1,4 +1,4 @@
|
||||
# RELEASE-NOTES
|
||||
|
||||
# 1.0.0
|
||||
1. Initial version
|
||||
1. Initial version
|
||||
|
||||
+10
-6
@@ -25,14 +25,18 @@
|
||||
"components": [
|
||||
"ability_base",
|
||||
"ability_runtime",
|
||||
"libeventhandler",
|
||||
"ipc_single",
|
||||
"samgr",
|
||||
"system_ability_fwk"
|
||||
"c_utils",
|
||||
"eventhandler",
|
||||
"frame_aware_sched",
|
||||
"hitrace_native",
|
||||
"hiviewdfx_hilog_native",
|
||||
"ipc",
|
||||
"safwk",
|
||||
"samgr"
|
||||
],
|
||||
"third_party": [
|
||||
"xml2",
|
||||
"json"
|
||||
"json",
|
||||
"jsoncpp"
|
||||
]
|
||||
},
|
||||
"build": {
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"patches": [
|
||||
{
|
||||
"project":"productdefine_common",
|
||||
"patch_file":"rich.patch",
|
||||
"path":"productdefine/common"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
diff --git a/inherit/rich.json b/inherit/rich.json
|
||||
index 324d061..bfc9604 100644
|
||||
--- a/inherit/rich.json
|
||||
+++ b/inherit/rich.json
|
||||
@@ -872,6 +872,10 @@
|
||||
"component": "frame_aware_sched",
|
||||
"features": []
|
||||
},
|
||||
+ {
|
||||
+ "component": "qos_manager",
|
||||
+ "features": []
|
||||
+ },
|
||||
{
|
||||
"component": "device_usage_statistics",
|
||||
"features": []
|
||||
+1
-3
@@ -24,7 +24,6 @@ config("concurrent_task_config") {
|
||||
"//foundation/resourceschedule/frame_aware_sched/common/include/",
|
||||
"//utils/system/safwk/native/include",
|
||||
"//commonlibrary/c_utils/base/include",
|
||||
"//third_party/libxml2/include",
|
||||
"//third_party/jsoncpp/include",
|
||||
]
|
||||
}
|
||||
@@ -45,14 +44,13 @@ ohos_shared_library("concurrentsvc") {
|
||||
]
|
||||
|
||||
deps = [
|
||||
"//foundation/resourceschedule/frame_aware_sched/interfaces/innerkits/frameintf:rtg_interface",
|
||||
"//third_party/jsoncpp:jsoncpp",
|
||||
"//third_party/libxml2:xml2",
|
||||
]
|
||||
|
||||
external_deps = [
|
||||
"c_utils:utils",
|
||||
"eventhandler:libeventhandler",
|
||||
"frame_aware_sched:rtg_interface",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"ipc:ipc_single",
|
||||
"safwk:system_ability_fwk",
|
||||
|
||||
Reference in New Issue
Block a user