add compile patch

Signed-off-by: edwardcaoyue <caoyue24@huawei.com>
This commit is contained in:
edwardcaoyue
2023-06-14 15:23:42 +08:00
parent 9d76c8d475
commit ff2df6ff03
5 changed files with 36 additions and 10 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
# RELEASE-NOTES
# 1.0.0
1. Initial version
1. Initial version
+10 -6
View File
@@ -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": {
+9
View File
@@ -0,0 +1,9 @@
{
"patches": [
{
"project":"productdefine_common",
"patch_file":"rich.patch",
"path":"productdefine/common"
}
]
}
+15
View File
@@ -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
View File
@@ -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",