From 084cbddd2b508ec1066fa5b2cd7bee6c33a6bb41 Mon Sep 17 00:00:00 2001 From: ChenJie Date: Mon, 7 Feb 2022 15:28:32 +0800 Subject: [PATCH] add memmgr to rk3568 Signed-off-by: ChenJie --- .../innerkits/samgr_proxy/include/system_ability_definition.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/interfaces/innerkits/samgr_proxy/include/system_ability_definition.h b/interfaces/innerkits/samgr_proxy/include/system_ability_definition.h index 45cd0c4..c2b728c 100755 --- a/interfaces/innerkits/samgr_proxy/include/system_ability_definition.h +++ b/interfaces/innerkits/samgr_proxy/include/system_ability_definition.h @@ -116,6 +116,7 @@ enum { WORK_SCHEDULE_SERVICE_ID = 1904, SOC_PERF_SERVICE_SA_ID = 1906, DEVICE_UASAGE_STATISTICS_SYS_ABILITY_ID = 1907, + MEMORY_MANAGER_SA_ID = 1909, SUBSYS_IDE_SYS_ABILITY_ID_BEGIN = 2000, SUBSYS_INTELLIACCESSORIES_SYS_ABILITY_ID_BEGIN = 2100, SUBSYS_INTELLISPEAKER_SYS_ABILITY_ID_BEGIN = 2200, @@ -284,6 +285,7 @@ static const std::map saNameMap_ = { { ANIMATION_SERVER_SA_ID, "AnimationServer" }, { CA_DAEMON_ID, "CaDaemon"}, { ACCESSIBILITY_MANAGER_SERVICE_ID, "AccessibilityManagerService"}, + { MEMORY_MANAGER_SA_ID, "MemoryManagerService" }, }; } // namespace OHOS