From 9b72e1665e7cfdef77168bffe0ee76896bb8d620 Mon Sep 17 00:00:00 2001 From: eleli Date: Mon, 14 Mar 2022 15:43:09 +0800 Subject: [PATCH] modify codeCheck Signed-off-by: eleli --- .gitignore | 15 ++++++++ LICENSE | 2 +- OAT.xml | 6 ++-- README_zh.md | 0 build.gradle | 15 ++++++++ doc/Instructions.md | 0 doc/image/cmd1.png | Bin doc/image/cmd2.png | Bin doc/image/cmd3.png | Bin doc/image/ds_build_haps.png | Bin doc/image/ds_ohosbuild_output_dir_release.png | Bin doc/image/ds_ohosbuild_variants.png | Bin doc/image/ds_ohosbuild_variants_debug.png | Bin doc/image/ds_ohosbuild_variants_release.png | Bin doc/image/icon-caution.gif | Bin doc/image/icon-danger.gif | Bin doc/image/icon-note.gif | Bin doc/image/icon-notice.gif | Bin doc/image/icon-tip.gif | Bin doc/image/icon-warning.gif | Bin doc/image/sdk_catalogue.png | Bin doc/image/sdk_environment_variable.png | Bin doc/image/signature_1.png | Bin doc/image/signature_2.png | Bin doc/image/signature_3.png | Bin doc/image/ssh_1.png | Bin entry/.gitignore | 15 ++++++++ entry/build.gradle | 15 ++++++++ entry/proguard-rules.pro | 17 ++++++++- entry/src/main/config.json | 0 entry/src/main/ets/MainAbility/app.ets | 0 .../model/appManagementImpl/appDetailData.ets | 17 ++++----- .../main/ets/MainAbility/model/baseData.ets | 1 + .../ets/MainAbility/pages/applicationInfo.ets | 34 +++++++++--------- .../pages/component/entryComponent.ets | 0 .../pages/component/headComponent.ets | 0 .../component/permissionListComponent.ets | 0 .../main/resources/base/element/color.json | 0 .../main/resources/base/element/float.json | 0 .../main/resources/base/element/string.json | 0 .../src/main/resources/base/media/ic_back.svg | 0 entry/src/main/resources/base/media/icon.png | Bin entry/src/main/resources/base/media/rect1.svg | 0 .../main/resources/en_AS/element/string.json | 0 .../main/resources/zh_CN/element/string.json | 0 figures/adminProvisioning_architecture.png | Bin gradle.properties | 15 ++++++++ gradlew | 5 ++- gradlew.bat | 5 ++- local.properties | 15 ++++++++ package.json | 0 settings.gradle | 15 ++++++++ signature/adminprovisioning.p7b | Bin 53 files changed, 156 insertions(+), 36 deletions(-) mode change 100755 => 100644 .gitignore mode change 100755 => 100644 LICENSE mode change 100755 => 100644 OAT.xml mode change 100755 => 100644 README_zh.md mode change 100755 => 100644 build.gradle mode change 100755 => 100644 doc/Instructions.md mode change 100755 => 100644 doc/image/cmd1.png mode change 100755 => 100644 doc/image/cmd2.png mode change 100755 => 100644 doc/image/cmd3.png mode change 100755 => 100644 doc/image/ds_build_haps.png mode change 100755 => 100644 doc/image/ds_ohosbuild_output_dir_release.png mode change 100755 => 100644 doc/image/ds_ohosbuild_variants.png mode change 100755 => 100644 doc/image/ds_ohosbuild_variants_debug.png mode change 100755 => 100644 doc/image/ds_ohosbuild_variants_release.png mode change 100755 => 100644 doc/image/icon-caution.gif mode change 100755 => 100644 doc/image/icon-danger.gif mode change 100755 => 100644 doc/image/icon-note.gif mode change 100755 => 100644 doc/image/icon-notice.gif mode change 100755 => 100644 doc/image/icon-tip.gif mode change 100755 => 100644 doc/image/icon-warning.gif mode change 100755 => 100644 doc/image/sdk_catalogue.png mode change 100755 => 100644 doc/image/sdk_environment_variable.png mode change 100755 => 100644 doc/image/signature_1.png mode change 100755 => 100644 doc/image/signature_2.png mode change 100755 => 100644 doc/image/signature_3.png mode change 100755 => 100644 doc/image/ssh_1.png mode change 100755 => 100644 entry/.gitignore mode change 100755 => 100644 entry/build.gradle mode change 100755 => 100644 entry/proguard-rules.pro mode change 100755 => 100644 entry/src/main/config.json mode change 100755 => 100644 entry/src/main/ets/MainAbility/app.ets mode change 100755 => 100644 entry/src/main/ets/MainAbility/model/appManagementImpl/appDetailData.ets mode change 100755 => 100644 entry/src/main/ets/MainAbility/model/baseData.ets mode change 100755 => 100644 entry/src/main/ets/MainAbility/pages/applicationInfo.ets mode change 100755 => 100644 entry/src/main/ets/MainAbility/pages/component/entryComponent.ets mode change 100755 => 100644 entry/src/main/ets/MainAbility/pages/component/headComponent.ets mode change 100755 => 100644 entry/src/main/ets/MainAbility/pages/component/permissionListComponent.ets mode change 100755 => 100644 entry/src/main/resources/base/element/color.json mode change 100755 => 100644 entry/src/main/resources/base/element/float.json mode change 100755 => 100644 entry/src/main/resources/base/element/string.json mode change 100755 => 100644 entry/src/main/resources/base/media/ic_back.svg mode change 100755 => 100644 entry/src/main/resources/base/media/icon.png mode change 100755 => 100644 entry/src/main/resources/base/media/rect1.svg mode change 100755 => 100644 entry/src/main/resources/en_AS/element/string.json mode change 100755 => 100644 entry/src/main/resources/zh_CN/element/string.json mode change 100755 => 100644 figures/adminProvisioning_architecture.png mode change 100755 => 100644 gradle.properties mode change 100755 => 100644 gradlew mode change 100755 => 100644 gradlew.bat mode change 100755 => 100644 local.properties mode change 100755 => 100644 package.json mode change 100755 => 100644 settings.gradle mode change 100755 => 100644 signature/adminprovisioning.p7b diff --git a/.gitignore b/.gitignore old mode 100755 new mode 100644 index 52c0fa2..fd7b4cd --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,18 @@ +/* + * 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. + */ + *.iml .gradle /local.properties diff --git a/LICENSE b/LICENSE old mode 100755 new mode 100644 index d0381d6..d9a10c0 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Apache License + Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ diff --git a/OAT.xml b/OAT.xml old mode 100755 new mode 100644 index 8289fb2..f6b1ca0 --- a/OAT.xml +++ b/OAT.xml @@ -1,5 +1,5 @@ - +