!192 update domain id is 0xD001C04

Merge pull request !192 from MangTsang/domain
This commit is contained in:
openharmony_ci
2022-07-06 06:20:41 +00:00
committed by Gitee
2 changed files with 7 additions and 2 deletions
+6
View File
@@ -0,0 +1,6 @@
.idea/
.DS_Store
*.iml
._*
CMakeLists.txt
cmake-build-debug
+1 -2
View File
@@ -32,8 +32,7 @@ enum TimeSubModule {
TIME_MODULE_BUTT,
};
// 0xD001C00: subsystem:TIME module:TimeManager, 8 bits reserved.
static constexpr unsigned int BASE_TIME_DOMAIN_ID = 0xD001C00;
static constexpr unsigned int BASE_TIME_DOMAIN_ID = 0xD001C04;
enum TimeDomainId {
TIME_INNERKIT_DOMAIN = BASE_TIME_DOMAIN_ID + TIME_MODULE_INNERKIT,