From 8c9bfb2685b9e4673d25503f9a54247e47c99c22 Mon Sep 17 00:00:00 2001 From: MisterE Date: Tue, 1 Jul 2025 16:56:19 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E5=85=B7=E8=BA=AB=E6=9C=BA=E6=A2=B0?= =?UTF-8?q?=E7=9B=B8=E5=85=B3=E6=8E=A5=E5=8F=A3=E5=9B=9E=E9=80=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: MisterE --- api/device-define/default.json | 3 +-- api/device-define/tablet.json | 3 +-- build-tools/api_check_plugin/code_style_rule.json | 3 +-- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/api/device-define/default.json b/api/device-define/default.json index 9db411bbdc..de616b6b16 100644 --- a/api/device-define/default.json +++ b/api/device-define/default.json @@ -235,7 +235,6 @@ "SystemCapability.Ability.AppStartup", "SystemCapability.Ability.AppExtension.PhotoEditorExtension", "SystemCapability.Resourceschedule.BackgroundProcessManager", - "SystemCapability.Test.PerfTest", - "SystemCapability.Mechanic.Core" + "SystemCapability.Test.PerfTest" ] } diff --git a/api/device-define/tablet.json b/api/device-define/tablet.json index 34dfcbda61..898f1579b4 100644 --- a/api/device-define/tablet.json +++ b/api/device-define/tablet.json @@ -226,7 +226,6 @@ "SystemCapability.Ability.AppStartup", "SystemCapability.Ability.AppExtension.PhotoEditorExtension", "SystemCapability.Resourceschedule.BackgroundProcessManager", - "SystemCapability.Test.PerfTest", - "SystemCapability.Mechanic.Core" + "SystemCapability.Test.PerfTest" ] } diff --git a/build-tools/api_check_plugin/code_style_rule.json b/build-tools/api_check_plugin/code_style_rule.json index e27b5ced4a..1a591601fd 100644 --- a/build-tools/api_check_plugin/code_style_rule.json +++ b/build-tools/api_check_plugin/code_style_rule.json @@ -375,8 +375,7 @@ "SystemCapability.Security.CryptoFramework.MessageDigest", "SystemCapability.Security.CryptoFramework.Mac", "SystemCapability.Security.CryptoFramework.Kdf", - "SystemCapability.Security.CryptoFramework.Rand", - "SystemCapability.Mechanic.Core" + "SystemCapability.Security.CryptoFramework.Rand" ] }, "administrators": [ -- Gitee From a9a96e552bedc6713e4025989c9ebd2320024d08 Mon Sep 17 00:00:00 2001 From: MisterE Date: Tue, 1 Jul 2025 17:02:48 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E5=85=B7=E8=BA=AB=E6=9C=BA=E6=A2=B0?= =?UTF-8?q?=E7=9B=B8=E5=85=B3=E6=8E=A5=E5=8F=A3=E5=9B=9E=E9=80=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: MisterE --- api/@ohos.distributedHardware.mechanicManager.d.ts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/api/@ohos.distributedHardware.mechanicManager.d.ts b/api/@ohos.distributedHardware.mechanicManager.d.ts index f9ab1d7057..820dc52de8 100644 --- a/api/@ohos.distributedHardware.mechanicManager.d.ts +++ b/api/@ohos.distributedHardware.mechanicManager.d.ts @@ -841,14 +841,12 @@ declare namespace mechanicManager { * Enumerates the camera tracking layouts. * @enum { number } * @syscap SystemCapability.Mechanic.Core - * @systemapi * @since 20 */ export enum CameraTrackingLayout { /** * Default layout. * @syscap SystemCapability.Mechanic.Core - * @systemapi * @since 20 */ DEFAULT = 0, @@ -856,7 +854,6 @@ declare namespace mechanicManager { /** * Left-side layout. * @syscap SystemCapability.Mechanic.Core - * @systemapi * @since 20 */ LEFT = 1, @@ -864,7 +861,6 @@ declare namespace mechanicManager { /** * Middle layout. * @syscap SystemCapability.Mechanic.Core - * @systemapi * @since 20 */ MIDDLE = 2, @@ -872,7 +868,6 @@ declare namespace mechanicManager { /** * Right-side layout. * @syscap SystemCapability.Mechanic.Core - * @systemapi * @since 20 */ RIGHT = 3 -- Gitee