From e24f4be3c84466e3dd8647ba1fcc3fedf2f237cd Mon Sep 17 00:00:00 2001 From: wugeyu Date: Thu, 28 Jul 2022 17:46:57 +0800 Subject: [PATCH] =?UTF-8?q?hidumper=20-s=2010=E9=87=8D=E5=91=BD=E5=90=8D?= =?UTF-8?q?=E4=B8=BARenderService?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: wugeyu Change-Id: I60677e7346fc75a972654de0705ad0ec512cf74a --- .../innerkits/samgr_proxy/include/system_ability_definition.h | 1 + 1 file changed, 1 insertion(+) diff --git a/interfaces/innerkits/samgr_proxy/include/system_ability_definition.h b/interfaces/innerkits/samgr_proxy/include/system_ability_definition.h index b3905b7..59e7796 100644 --- a/interfaces/innerkits/samgr_proxy/include/system_ability_definition.h +++ b/interfaces/innerkits/samgr_proxy/include/system_ability_definition.h @@ -334,6 +334,7 @@ static const std::map saNameMap_ = { { ARKUI_UI_APPEARANCE_SERVICE_ID, "UiAppearanceService"}, { SUBSYS_USERIAM_SYS_ABILITY_USERIDM, "UserIdmService" }, { SUBSYS_USERIAM_SYS_ABILITY_AUTHEXECUTORMGR, "AuthExecutorMgrService" }, + { RENDER_SERVICE, "RenderService" }, }; } // namespace OHOS