From e434028363e0e5fb7bbb5ec74b631ab04871dc0e Mon Sep 17 00:00:00 2001 From: ma-shaoyin Date: Mon, 15 Aug 2022 11:02:16 +0800 Subject: [PATCH 1/2] Signed-off-by: ma-shaoyin Changes to be committed: --- include/syscap_define.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/syscap_define.h b/include/syscap_define.h index 5864707..eef8e65 100644 --- a/include/syscap_define.h +++ b/include/syscap_define.h @@ -309,7 +309,7 @@ const static SyscapWithNum g_arraySyscap[] = { {"SystemCapability.Location.Location.Geocoder", LOCATION_LOCATION_GEOCODER}, {"SystemCapability.Location.Location.Lite", LOCATION_LOCATION_LITE}, {"SystemCapability.MiscServices.Download", MISCSERVICES_DOWNLOAD}, - {"SystemCapability.MiscServices.InputMethod", MISCSERVICES_INPUTMETHOD}, + {"SystemCapability.MiscServices.InputMethodFramework", MISCSERVICES_INPUTMETHOD}, {"SystemCapability.MiscServices.Pasteboard", MISCSERVICES_PASTEBOARD}, {"SystemCapability.MiscServices.ScreenLock", MISCSERVICES_SCREENLOCK}, {"SystemCapability.MiscServices.Time", MISCSERVICES_TIME}, From 2651d5710e9e2d3b4f36e58a096bc7db4ec22a69 Mon Sep 17 00:00:00 2001 From: ma-shaoyin Date: Mon, 15 Aug 2022 16:09:22 +0800 Subject: [PATCH 2/2] Signed-off-by: ma-shaoyin Changes to be committed: --- include/syscap_define.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/include/syscap_define.h b/include/syscap_define.h index eef8e65..57f57ab 100644 --- a/include/syscap_define.h +++ b/include/syscap_define.h @@ -102,7 +102,7 @@ typedef enum SystemCapabilityNum { KERNEL_LITEOS_M, LOCATION_LOCATION, // abandoned MISCSERVICES_DOWNLOAD, - MISCSERVICES_INPUTMETHOD, + MISCSERVICES_INPUTMETHOD, // abandoned MISCSERVICES_PASTEBOARD, MISCSERVICES_SCREENLOCK, MISCSERVICES_TIME, @@ -218,6 +218,7 @@ typedef enum SystemCapabilityNum { ARKUI_ARKUI_FULL, ARKUI_ARKUI_LIBUV, ARKUI_ARKUI_NAPI, + MISCSERVICES_INPUTMETHOD_FRAMEWORK, // Add here SYSCAP_NUM_MAX = 960 } SyscapNum; @@ -309,7 +310,7 @@ const static SyscapWithNum g_arraySyscap[] = { {"SystemCapability.Location.Location.Geocoder", LOCATION_LOCATION_GEOCODER}, {"SystemCapability.Location.Location.Lite", LOCATION_LOCATION_LITE}, {"SystemCapability.MiscServices.Download", MISCSERVICES_DOWNLOAD}, - {"SystemCapability.MiscServices.InputMethodFramework", MISCSERVICES_INPUTMETHOD}, + {"SystemCapability.MiscServices.InputMethodFramework", MISCSERVICES_INPUTMETHOD_FRAMEWORK}, {"SystemCapability.MiscServices.Pasteboard", MISCSERVICES_PASTEBOARD}, {"SystemCapability.MiscServices.ScreenLock", MISCSERVICES_SCREENLOCK}, {"SystemCapability.MiscServices.Time", MISCSERVICES_TIME},