diff --git a/README_zh.md b/README_zh.md
index b2f39126954a85b26ecf544b775e9d79af5f367b..ed9633ee21d3fc251f90ff2468dd7b064da61eed 100644
--- a/README_zh.md
+++ b/README_zh.md
@@ -7,7 +7,7 @@
## 目录
```
-//foundation/resourceschedule/resourceschedule_qos_manager
+//foundation/resourceschedule/qos_manager
├── etc
│ └── init # 权限管控服务配置文件
|
@@ -50,7 +50,7 @@
系统开发者可以通过配置productdefine/common/products下的产品定义json文件,增加或移除本部件,来启用或停用本部件:
```
-"resourceschedule:resourceschedule_qos_manager":{}
+"qos_manager:concurrent_task_client":{}
```
## 相关仓
diff --git a/bundle.json b/bundle.json
index 80a435b320d19c7e1097c0adc58c9d7fd595f0b8..db26336bb624d422dbded37c967652d6d2b46495 100644
--- a/bundle.json
+++ b/bundle.json
@@ -1,16 +1,16 @@
{
- "name": "@ohos/resourceschedule_qos_manager",
- "description": "resourceschedule_qos_manager",
+ "name": "@ohos/qos_manager",
+ "description": "qos_manager",
"version": "3.1",
"license": "Apache License 2.0",
"publishAs": "code-segment",
"segment": {
- "destPath": "foundation/resourceschedule/resourceschedule_qos_manager"
+ "destPath": "foundation/resourceschedule/qos_manager"
},
"dirs": {},
"scripts": {},
"component": {
- "name": "resourceschedule_qos_manager",
+ "name": "qos_manager",
"subsystem": "resourceschedule",
"syscap": [],
"features": [],
@@ -37,24 +37,24 @@
},
"build": {
"sub_component": [
- "//foundation/resourceschedule/resourceschedule_qos_manager/etc/init:concurrent_task_service.cfg",
- "//foundation/resourceschedule/resourceschedule_qos_manager/sa_profile:concurrent_task_sa_profile",
- "//foundation/resourceschedule/resourceschedule_qos_manager/services:concurrentsvc",
- "//foundation/resourceschedule/resourceschedule_qos_manager/frameworks/concurrent_task_client:concurrent_task_client"
+ "//foundation/resourceschedule/qos_manager/etc/init:concurrent_task_service.cfg",
+ "//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"
],
"inner_kits": [
{
"header": {
- "header_base": "//foundation/resourceschedule/resourceschedule_qos_manager/interfaces/inner_api/",
+ "header_base": "//foundation/resourceschedule/qos_manager/interfaces/inner_api/",
"header_files": [
"concurrent_task_client.h"
]
},
- "name": "//foundation/resourceschedule/resourceschedule_qos_manager/frameworks/concurrent_task_client:concurrent_task_client"
+ "name": "//foundation/resourceschedule/qos_manager/frameworks/concurrent_task_client:concurrent_task_client"
}
],
"test": [
- "//foundation/resourceschedule/resourceschedule_qos_manager/test:concurrent_unittest"
+ "//foundation/resourceschedule/qos_manager/test:concurrent_unittest"
]
}
}
diff --git a/etc/init/BUILD.gn b/etc/init/BUILD.gn
index 4fc262a52816fb29c0b9dab675c817b68fc1d8fe..88f8dd17181e6a99f51d5da21d7fda6e6de8e8f9 100644
--- a/etc/init/BUILD.gn
+++ b/etc/init/BUILD.gn
@@ -23,5 +23,5 @@ ohos_prebuilt_etc("concurrent_task_service.cfg") {
source = "concurrent_task_service.cfg"
relative_install_dir = "init"
subsystem_name = "resourceschedule"
- part_name = "resourceschedule_qos_manager"
+ part_name = "qos_manager"
}
diff --git a/frameworks/concurrent_task_client/BUILD.gn b/frameworks/concurrent_task_client/BUILD.gn
index 4a9949e19f5c5878f62df03857e173cb0a7690cf..ac17c97d636bc7b1b8ac5028f961947590cc5321 100644
--- a/frameworks/concurrent_task_client/BUILD.gn
+++ b/frameworks/concurrent_task_client/BUILD.gn
@@ -58,5 +58,5 @@ ohos_shared_library("concurrent_task_client") {
]
subsystem_name = "resourceschedule"
- part_name = "resourceschedule_qos_manager"
+ part_name = "qos_manager"
}
diff --git a/sa_profile/BUILD.gn b/sa_profile/BUILD.gn
index 725f2f18fe77a49d27a0b8fb2bfb514c1d5a2d17..d2d30a8dde63e9ded793876a9658aeff744a0fd9 100644
--- a/sa_profile/BUILD.gn
+++ b/sa_profile/BUILD.gn
@@ -16,5 +16,5 @@ import("//build/ohos/sa_profile/sa_profile.gni")
ohos_sa_profile("concurrent_task_sa_profile") {
sources = [ "1912.xml" ]
- part_name = "resourceschedule_qos_manager"
+ part_name = "qos_manager"
}
diff --git a/services/BUILD.gn b/services/BUILD.gn
index 123c5f1d774e01b2aaf41fd494976135935c9087..e70096687d3f0f6c08621796ef5630b3860e39c6 100644
--- a/services/BUILD.gn
+++ b/services/BUILD.gn
@@ -60,5 +60,5 @@ ohos_shared_library("concurrentsvc") {
]
subsystem_name = "resourceschedule"
- part_name = "resourceschedule_qos_manager"
+ part_name = "qos_manager"
}