From 18b5575f500f2caab75061873fd92fbedd0dc508 Mon Sep 17 00:00:00 2001 From: shilei Date: Mon, 24 Jan 2022 07:48:08 +0000 Subject: [PATCH] IssueNo:I4S0N8:modify annotation of since 9 preview to since 9 Description:modify annotation of since 9 preview to since 9 Sig:SIG_ApplicaitonFramework Feature or Bugfix:Bugfix Binary Source:No Signed-off-by: shilei Change-Id: I9da1f7bec9e111ac29381e5601a45066a8ea4785 --- api/@ohos.bundle.d.ts | 28 +++++++++++++------------- api/ability/want.d.ts | 4 ++-- api/bundle/abilityInfo.d.ts | 2 +- api/bundle/applicationInfo.d.ts | 2 +- api/bundle/bundleInfo.d.ts | 2 +- api/bundle/extensionAbilityInfo.d.ts | 30 ++++++++++++++-------------- api/bundle/hapModuleInfo.d.ts | 2 +- api/bundle/metadata.d.ts | 8 ++++---- 8 files changed, 39 insertions(+), 39 deletions(-) diff --git a/api/@ohos.bundle.d.ts b/api/@ohos.bundle.d.ts index 8eba36a0d5..88d5361894 100644 --- a/api/@ohos.bundle.d.ts +++ b/api/@ohos.bundle.d.ts @@ -54,7 +54,7 @@ declare namespace bundle { */ GET_ABILITY_INFO_WITH_METADATA = 0x00000020, /** - * @since 9 preview + * @since 9 * @StageModelOnly */ GET_BUNDLE_WITH_EXTENSION_ABILITY = 0x00000020, @@ -78,7 +78,7 @@ declare namespace bundle { /** * @name ExtensionFlag - * @since 9 preview + * @since 9 * @SysCap SystemCapability.Appexecfwk * @import NA * @permission NA @@ -234,7 +234,7 @@ declare namespace bundle { /** * @name ExtensionAbilityType - * @since 9 preview + * @since 9 * @SysCap SystemCapability.Appexecfwk * @import NA * @permission NA @@ -244,70 +244,70 @@ declare namespace bundle { export enum ExtensionAbilityType { /** * @default Indicates extension info with type of form - * @since 9 preview + * @since 9 * @SysCap SystemCapability.Appexecfwk * @StageModelOnly */ FORM = 0, /** * @default Indicates extension info with type of work schedule - * @since 9 preview + * @since 9 * @SysCap SystemCapability.Appexecfwk * @StageModelOnly */ WORK_SCHEDULER = 1, /** * @default Indicates extension info with type of input method - * @since 9 preview + * @since 9 * @SysCap SystemCapability.Appexecfwk * @StageModelOnly */ INPUTMETHOD = 2, /** * @default Indicates extension info with type of service - * @since 9 preview + * @since 9 * @SysCap SystemCapability.Appexecfwk * @StageModelOnly */ SERVICE = 3, /** * @default Indicates extension info with type of accessibility - * @since 9 preview + * @since 9 * @SysCap SystemCapability.Appexecfwk * @StageModelOnly */ ACCESSIBILITY = 4, /** * @default Indicates extension info with type of datashare - * @since 9 preview + * @since 9 * @SysCap SystemCapability.Appexecfwk * @StageModelOnly */ DATASHARE = 5, /** * @default Indicates extension info with type of fileshare - * @since 9 preview + * @since 9 * @SysCap SystemCapability.Appexecfwk * @StageModelOnly */ FILESHARE = 6, /** * @default Indicates extension info with type of staticsubscriber - * @since 9 preview + * @since 9 * @SysCap SystemCapability.Appexecfwk * @StageModelOnly */ STATICSUBSCRIBER = 7, /** * @default Indicates extension info with type of wallpaper - * @since 9 preview + * @since 9 * @SysCap SystemCapability.Appexecfwk * @StageModelOnly */ WALLPAPER = 8, /** * @default Indicates extension info with type of unspecified - * @since 9 preview + * @since 9 * @SysCap SystemCapability.Appexecfwk * @StageModelOnly */ @@ -596,7 +596,7 @@ declare namespace bundle { * Query extension info of by utilizing a Want. * * @devices phone, tablet, tv, wearable, car - * @since 9 preview + * @since 9 * @SysCap SystemCapability.Appexecfwk * @param want Indicates the Want containing the application bundle name to be queried. * @param extensionFlags Indicates the flag used to specify information contained in the ExtensionInfo objects that diff --git a/api/ability/want.d.ts b/api/ability/want.d.ts index e0a091f09c..bd0efc62e5 100644 --- a/api/ability/want.d.ts +++ b/api/ability/want.d.ts @@ -106,7 +106,7 @@ export declare interface Want { /** * The description of a extension ability name in a Want. * @devices phone, tablet - * @since 9 preview + * @since 9 * @sysCap AAFwk * @default - * @StageModelOnly @@ -116,7 +116,7 @@ export declare interface Want { /** * The description of a extension ability type in a Want. * @devices phone, tablet - * @since 9 preview + * @since 9 * @sysCap AAFwk * @default - * @StageModelOnly diff --git a/api/bundle/abilityInfo.d.ts b/api/bundle/abilityInfo.d.ts index 7571f6e24d..90842948a8 100644 --- a/api/bundle/abilityInfo.d.ts +++ b/api/bundle/abilityInfo.d.ts @@ -266,7 +266,7 @@ export interface AbilityInfo { /** * @default Indicates the metadata of ability - * @since 9 preview + * @since 9 * @SysCap SystemCapability.Appexecfwk * @StageModelOnly * diff --git a/api/bundle/applicationInfo.d.ts b/api/bundle/applicationInfo.d.ts index 584d317ea7..9560cf1009 100644 --- a/api/bundle/applicationInfo.d.ts +++ b/api/bundle/applicationInfo.d.ts @@ -153,7 +153,7 @@ export interface ApplicationInfo { /** * @default Indicates the metadata of module - * @since 9 preview + * @since 9 * @SysCap SystemCapability.Appexecfwk * @StageModelOnly */ diff --git a/api/bundle/bundleInfo.d.ts b/api/bundle/bundleInfo.d.ts index 93ba964cb8..e71e1b1117 100644 --- a/api/bundle/bundleInfo.d.ts +++ b/api/bundle/bundleInfo.d.ts @@ -245,7 +245,7 @@ export interface BundleInfo { /** * @default Obtains configuration information about an ability - * @since 9 preview + * @since 9 * @SysCap SystemCapability.Appexecfwk * @StageModelOnly */ diff --git a/api/bundle/extensionAbilityInfo.d.ts b/api/bundle/extensionAbilityInfo.d.ts index 3062732403..f236de96eb 100644 --- a/api/bundle/extensionAbilityInfo.d.ts +++ b/api/bundle/extensionAbilityInfo.d.ts @@ -19,7 +19,7 @@ import bundle from './../@ohos.bundle'; /** * @name Obtains extension information about a bundle - * @since 9 preview + * @since 9 * @SysCap SystemCapability.Appexecfwk * @permission NA * @devices phone, tablet, tv, wearable, car @@ -28,7 +28,7 @@ import bundle from './../@ohos.bundle'; export interface ExtensionAbilityInfo { /** * @default Indicates the name of the bundle - * @since 9 preview + * @since 9 * @SysCap SystemCapability.Appexecfwk * @StageModelOnly */ @@ -36,7 +36,7 @@ export interface ExtensionAbilityInfo { /** * @default Indicates the name of the module - * @since 9 preview + * @since 9 * @SysCap SystemCapability.Appexecfwk * @StageModelOnly */ @@ -44,7 +44,7 @@ export interface ExtensionAbilityInfo { /** * @default Indicates the name of the extension info - * @since 9 preview + * @since 9 * @SysCap SystemCapability.Appexecfwk * @StageModelOnly */ @@ -52,7 +52,7 @@ export interface ExtensionAbilityInfo { /** * @default Indicates the label id of the entension info - * @since 9 preview + * @since 9 * @SysCap SystemCapability.Appexecfwk * @StageModelOnly */ @@ -60,7 +60,7 @@ export interface ExtensionAbilityInfo { /** * @default Indicates the description id of the entension info - * @since 9 preview + * @since 9 * @SysCap SystemCapability.Appexecfwk * @StageModelOnly */ @@ -68,7 +68,7 @@ export interface ExtensionAbilityInfo { /** * @default Indicates the icon id of the entension info - * @since 9 preview + * @since 9 * @SysCap SystemCapability.Appexecfwk * @StageModelOnly */ @@ -76,7 +76,7 @@ export interface ExtensionAbilityInfo { /** * @default Indicates whether the entensionInfo can be visible or not - * @since 9 preview + * @since 9 * @SysCap SystemCapability.Appexecfwk * @StageModelOnly */ @@ -84,7 +84,7 @@ export interface ExtensionAbilityInfo { /** * @default Enumerates types of the entension info - * @since 9 preview + * @since 9 * @SysCap SystemCapability.Appexecfwk * @StageModelOnly */ @@ -92,7 +92,7 @@ export interface ExtensionAbilityInfo { /** * @default The permissions that others need to use this extension info - * @since 9 preview + * @since 9 * @SysCap SystemCapability.Appexecfwk * @StageModelOnly */ @@ -100,7 +100,7 @@ export interface ExtensionAbilityInfo { /** * @default Obtains configuration information about an application - * @since 9 preview + * @since 9 * @SysCap SystemCapability.Appexecfwk * @StageModelOnly */ @@ -108,7 +108,7 @@ export interface ExtensionAbilityInfo { /** * @default Indicates the metadata of bundle - * @since 9 preview + * @since 9 * @SysCap SystemCapability.Appexecfwk * @StageModelOnly */ @@ -116,7 +116,7 @@ export interface ExtensionAbilityInfo { /** * @default Indicates the src language to express extension info - * @since 9 preview + * @since 9 * @SysCap SystemCapability.Appexecfwk * @StageModelOnly */ @@ -124,7 +124,7 @@ export interface ExtensionAbilityInfo { /** * @default Indicates the read permission extension ability info - * @since 9 preview + * @since 9 * @SysCap SystemCapability.Appexecfwk * @StageModelOnly */ @@ -132,7 +132,7 @@ export interface ExtensionAbilityInfo { /** * @default Indicates the write permission of extension ability info - * @since 9 preview + * @since 9 * @SysCap SystemCapability.Appexecfwk * @StageModelOnly */ diff --git a/api/bundle/hapModuleInfo.d.ts b/api/bundle/hapModuleInfo.d.ts index e5b6345e39..e845f56734 100644 --- a/api/bundle/hapModuleInfo.d.ts +++ b/api/bundle/hapModuleInfo.d.ts @@ -124,7 +124,7 @@ export interface HapModuleInfo { /** * @default Obtains configuration information about extension ability - * @since 9 preview + * @since 9 * @SysCap SystemCapability.Appexecfwk * @StageModelOnly */ diff --git a/api/bundle/metadata.d.ts b/api/bundle/metadata.d.ts index d02a078284..31549fda79 100644 --- a/api/bundle/metadata.d.ts +++ b/api/bundle/metadata.d.ts @@ -15,7 +15,7 @@ /** * @name Indicates the Metadata - * @since 9 preview + * @since 9 * @SysCap SystemCapability.Appexecfwk * @permission NA * @devices phone, tablet, tv, wearable, car @@ -24,7 +24,7 @@ export interface Metadata { /** * @default Indicates the metadata name - * @since 9 preview + * @since 9 * @SysCap SystemCapability.Appexecfwk * @StageModelOnly */ @@ -32,7 +32,7 @@ /** * @default Indicates the metadata value - * @since 9 preview + * @since 9 * @SysCap SystemCapability.Appexecfwk * @StageModelOnly */ @@ -40,7 +40,7 @@ /** * @default Indicates the metadata resource - * @since 9 preview + * @since 9 * @SysCap SystemCapability.Appexecfwk * @StageModelOnly */ -- Gitee