From 4e71e30653db9b511b2e9a7991b9a499749797f6 Mon Sep 17 00:00:00 2001 From: liqiang Date: Fri, 11 Feb 2022 10:20:33 +0800 Subject: [PATCH] IssueNo:https://gitee.com/openharmony/interface_sdk-js/issues/I4T8XM Description:add syscap declaration for wantagent module Sig: SIG_ApplicationFramework Feature or Bugfix:Feature Binary Source:No Signed-off-by: liqiang Change-Id: Id9908dd341ff1b7b17a82a95d1994f29a235ef20 --- api/@ohos.wantAgent.d.ts | 2 +- api/wantAgent/triggerInfo.d.ts | 2 +- api/wantAgent/wantAgentInfo.d.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/api/@ohos.wantAgent.d.ts b/api/@ohos.wantAgent.d.ts index 17dd1c8aa2..15a908ec67 100644 --- a/api/@ohos.wantAgent.d.ts +++ b/api/@ohos.wantAgent.d.ts @@ -24,7 +24,7 @@ import { TriggerInfo } from './wantAgent/triggerInfo'; * * @name wantAgent * @since 7 - * @devices phone, tablet, tv, wearable, car + * @syscap SystemCapability.Ability.AbilityRuntime.Core * @import import wantAgent from '@ohos.wantAgent'; * @permission N/A */ diff --git a/api/wantAgent/triggerInfo.d.ts b/api/wantAgent/triggerInfo.d.ts index 8cd951dce9..ff8eaea6e2 100644 --- a/api/wantAgent/triggerInfo.d.ts +++ b/api/wantAgent/triggerInfo.d.ts @@ -20,7 +20,7 @@ import { Want } from '../ability/want'; * * @name TriggerInfo * @since 7 - * @devices phone, tablet, tv, wearable, car + * @syscap SystemCapability.Ability.AbilityRuntime.Core * @permission N/A */ export interface TriggerInfo { diff --git a/api/wantAgent/wantAgentInfo.d.ts b/api/wantAgent/wantAgentInfo.d.ts index f33531d327..c6e0bb37e1 100644 --- a/api/wantAgent/wantAgentInfo.d.ts +++ b/api/wantAgent/wantAgentInfo.d.ts @@ -21,7 +21,7 @@ import wantAgent from '../@ohos.wantAgent' * * @name WantAgentInfo * @since 7 - * @devices phone, tablet, tv, wearable, car + * @syscap SystemCapability.Ability.AbilityRuntime.Core * @permission N/A */ export interface WantAgentInfo { -- Gitee