From e33f51d33d5a506a9d6c9f65107d1720d3bbef2a Mon Sep 17 00:00:00 2001 From: Mupceet Date: Sun, 9 Oct 2022 13:48:37 +0800 Subject: [PATCH] format check Signed-off-by: Mupceet --- .../BUILD.gn | 82 +++++++++---------- .../BUILD.gn | 82 +++++++++---------- 2 files changed, 82 insertions(+), 82 deletions(-) mode change 100644 => 100755 barrierfree/accessibilityconfigreqreadpermission/BUILD.gn mode change 100644 => 100755 barrierfree/accessibilityconfigreqwritepermission/BUILD.gn diff --git a/barrierfree/accessibilityconfigreqreadpermission/BUILD.gn b/barrierfree/accessibilityconfigreqreadpermission/BUILD.gn old mode 100644 new mode 100755 index 03d2d1812..8751e5286 --- a/barrierfree/accessibilityconfigreqreadpermission/BUILD.gn +++ b/barrierfree/accessibilityconfigreqreadpermission/BUILD.gn @@ -1,42 +1,42 @@ -# Copyright (c) 2022 Huawei Device Co., Ltd. -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and +# Copyright (c) 2022 Huawei Device Co., Ltd. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and # limitations under the License. - -import("//test/xts/tools/build/suite.gni") - -ohos_js_hap_suite("ActsAccessibilityConfigReqReadPermissionTest") { - hap_profile = "entry/src/main/module.json" - deps = [ - ":accessibilityconfigreqreadpermission_js_assets", - ":accessibilityconfigreqreadpermission_resources", - ] - ets2abc = true - certificate_profile = "signature/openharmony_sx.p7b" - hap_name = "ActsAccessibilityConfigReqReadPermissionTest" - part_name = "accessibility" - subsystem_name = "barrierfree" -} - -ohos_app_scope("accessibilityconfigreqreadpermission_app_profile") { - app_profile = "AppScope/app.json" - sources = [ "AppScope/resources" ] -} - -ohos_js_assets("accessibilityconfigreqreadpermission_js_assets") { - source_dir = "entry/src/main/ets" -} - -ohos_resources("accessibilityconfigreqreadpermission_resources") { - sources = [ "entry/src/main/resources" ] - deps = [ ":accessibilityconfigreqreadpermission_app_profile" ] - hap_profile = "entry/src/main/module.json" -} + +import("//test/xts/tools/build/suite.gni") + +ohos_js_hap_suite("ActsAccessibilityConfigReqReadPermissionTest") { + hap_profile = "entry/src/main/module.json" + deps = [ + ":accessibilityconfigreqreadpermission_js_assets", + ":accessibilityconfigreqreadpermission_resources", + ] + ets2abc = true + certificate_profile = "signature/openharmony_sx.p7b" + hap_name = "ActsAccessibilityConfigReqReadPermissionTest" + part_name = "accessibility" + subsystem_name = "barrierfree" +} + +ohos_app_scope("accessibilityconfigreqreadpermission_app_profile") { + app_profile = "AppScope/app.json" + sources = [ "AppScope/resources" ] +} + +ohos_js_assets("accessibilityconfigreqreadpermission_js_assets") { + source_dir = "entry/src/main/ets" +} + +ohos_resources("accessibilityconfigreqreadpermission_resources") { + sources = [ "entry/src/main/resources" ] + deps = [ ":accessibilityconfigreqreadpermission_app_profile" ] + hap_profile = "entry/src/main/module.json" +} diff --git a/barrierfree/accessibilityconfigreqwritepermission/BUILD.gn b/barrierfree/accessibilityconfigreqwritepermission/BUILD.gn old mode 100644 new mode 100755 index 39519ef5f..3da81b621 --- a/barrierfree/accessibilityconfigreqwritepermission/BUILD.gn +++ b/barrierfree/accessibilityconfigreqwritepermission/BUILD.gn @@ -1,42 +1,42 @@ -# Copyright (c) 2022 Huawei Device Co., Ltd. -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and +# Copyright (c) 2022 Huawei Device Co., Ltd. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and # limitations under the License. - -import("//test/xts/tools/build/suite.gni") - -ohos_js_hap_suite("ActsAccessibilityConfigReqWritePermissionTest") { - hap_profile = "entry/src/main/module.json" - deps = [ - ":accessibilityconfigreqwritepermission_js_assets", - ":accessibilityconfigreqwritepermission_resources", - ] - ets2abc = true - certificate_profile = "signature/openharmony_sx.p7b" - hap_name = "ActsAccessibilityConfigReqWritePermissionTest" - part_name = "accessibility" - subsystem_name = "barrierfree" -} - -ohos_app_scope("accessibilityconfigreqwritepermission_app_profile") { - app_profile = "AppScope/app.json" - sources = [ "AppScope/resources" ] -} - -ohos_js_assets("accessibilityconfigreqwritepermission_js_assets") { - source_dir = "entry/src/main/ets" -} - -ohos_resources("accessibilityconfigreqwritepermission_resources") { - sources = [ "entry/src/main/resources" ] - deps = [ ":accessibilityconfigreqwritepermission_app_profile" ] - hap_profile = "entry/src/main/module.json" -} + +import("//test/xts/tools/build/suite.gni") + +ohos_js_hap_suite("ActsAccessibilityConfigReqWritePermissionTest") { + hap_profile = "entry/src/main/module.json" + deps = [ + ":accessibilityconfigreqwritepermission_js_assets", + ":accessibilityconfigreqwritepermission_resources", + ] + ets2abc = true + certificate_profile = "signature/openharmony_sx.p7b" + hap_name = "ActsAccessibilityConfigReqWritePermissionTest" + part_name = "accessibility" + subsystem_name = "barrierfree" +} + +ohos_app_scope("accessibilityconfigreqwritepermission_app_profile") { + app_profile = "AppScope/app.json" + sources = [ "AppScope/resources" ] +} + +ohos_js_assets("accessibilityconfigreqwritepermission_js_assets") { + source_dir = "entry/src/main/ets" +} + +ohos_resources("accessibilityconfigreqwritepermission_resources") { + sources = [ "entry/src/main/resources" ] + deps = [ ":accessibilityconfigreqwritepermission_app_profile" ] + hap_profile = "entry/src/main/module.json" +} -- GitLab