From 30586e33b197df706660ef0c35d38851f749e475 Mon Sep 17 00:00:00 2001 From: shilei Date: Wed, 9 Feb 2022 12:33:38 +0000 Subject: [PATCH] add Signed-off-by: shilei Change-Id: I2d7c7b0b7ec53febf046b1a0c8323fbc9028ff0d --- api/@ohos.bundle.d.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/api/@ohos.bundle.d.ts b/api/@ohos.bundle.d.ts index 20dfa63f44..b890fdf848 100644 --- a/api/@ohos.bundle.d.ts +++ b/api/@ohos.bundle.d.ts @@ -257,7 +257,7 @@ declare namespace bundle { * @since 9 * @SysCap SystemCapability.Appexecfwk */ - INPUTMETHOD = 2, + INPUT_METHOD = 2, /** * @default Indicates extension info with type of service * @since 9 @@ -275,19 +275,19 @@ declare namespace bundle { * @since 9 * @SysCap SystemCapability.Appexecfwk */ - DATASHARE = 5, + DATA_SHARE = 5, /** * @default Indicates extension info with type of fileshare * @since 9 * @SysCap SystemCapability.Appexecfwk */ - FILESHARE = 6, + FILE_SHARE = 6, /** * @default Indicates extension info with type of staticsubscriber * @since 9 * @SysCap SystemCapability.Appexecfwk */ - STATICSUBSCRIBER = 7, + STATIC_SUBSCRIBER = 7, /** * @default Indicates extension info with type of wallpaper * @since 9 -- Gitee