From db6102d57d3a5b0be052802159b8e030e8859f58 Mon Sep 17 00:00:00 2001 From: huangke11 Date: Mon, 7 Mar 2022 15:57:18 +0800 Subject: [PATCH] modify code Signed-off-by: huangke11 --- BUILD.gn | 0 LICENSE | 0 README.md | 2 +- README_zh.md | 2 +- bundle.json | 2 +- frameworks/cust_lite/BUILD.gn | 2 +- frameworks/cust_lite/src/cust_utils.c | 2 +- frameworks/cust_lite/test/BUILD.gn | 2 +- .../cust_lite/test/unittest/lite/common/cust_utils_test.cpp | 2 +- .../cust_lite/test/unittest/lite/common/cust_utils_test.h | 2 +- interfaces/innerkits/include/cust_utils.h | 2 +- interfaces/js/kits/BUILD.gn | 0 interfaces/js/kits/include/cust_napi.h | 0 interfaces/js/kits/src/cust_napi.cpp | 0 test/resource/ohos_test.xml | 0 15 files changed, 9 insertions(+), 9 deletions(-) mode change 100755 => 100644 BUILD.gn mode change 100755 => 100644 LICENSE mode change 100755 => 100644 README.md mode change 100755 => 100644 README_zh.md mode change 100755 => 100644 bundle.json mode change 100755 => 100644 frameworks/cust_lite/BUILD.gn mode change 100755 => 100644 frameworks/cust_lite/src/cust_utils.c mode change 100755 => 100644 frameworks/cust_lite/test/BUILD.gn mode change 100755 => 100644 frameworks/cust_lite/test/unittest/lite/common/cust_utils_test.cpp mode change 100755 => 100644 frameworks/cust_lite/test/unittest/lite/common/cust_utils_test.h mode change 100755 => 100644 interfaces/innerkits/include/cust_utils.h mode change 100755 => 100644 interfaces/js/kits/BUILD.gn mode change 100755 => 100644 interfaces/js/kits/include/cust_napi.h mode change 100755 => 100644 interfaces/js/kits/src/cust_napi.cpp mode change 100755 => 100644 test/resource/ohos_test.xml diff --git a/BUILD.gn b/BUILD.gn old mode 100755 new mode 100644 diff --git a/LICENSE b/LICENSE old mode 100755 new mode 100644 diff --git a/README.md b/README.md old mode 100755 new mode 100644 index 47392ba..b98b6b4 --- a/README.md +++ b/README.md @@ -51,5 +51,5 @@ char *filePath = GetOneCfgFile(testPathSuffix, CUST_TYPE_CONFIG, buf, MAX_PATH_L [global\_i18n\_lite](https://gitee.com/openharmony/global_i18n_lite/blob/master/README.md) -global\_cust\_lite +**global\_cust\_lite** diff --git a/README_zh.md b/README_zh.md old mode 100755 new mode 100644 index de4795a..0fd2e61 --- a/README_zh.md +++ b/README_zh.md @@ -51,5 +51,5 @@ char *filePath = GetOneCfgFile(testPathSuffix, CUST_TYPE_CONFIG, buf, MAX_PATH_L [global\_i18n\_lite](https://gitee.com/openharmony/global_i18n_lite/blob/master/README_zh.md) -global\_cust\_lite +**global\_cust\_lite** diff --git a/bundle.json b/bundle.json old mode 100755 new mode 100644 index 741d7a0..4480c0a --- a/bundle.json +++ b/bundle.json @@ -12,7 +12,7 @@ "component": { "name": "cust_lite", "subsystem": "global", - "syscap": [], + "syscap": [ "SystemCapability.Customization.ConfigPolicy" ], "features": [], "adapted_system_type": [ "standard", "small" ], "rom": "", diff --git a/frameworks/cust_lite/BUILD.gn b/frameworks/cust_lite/BUILD.gn old mode 100755 new mode 100644 index 53d8ccb..13b56d7 --- a/frameworks/cust_lite/BUILD.gn +++ b/frameworks/cust_lite/BUILD.gn @@ -1,4 +1,4 @@ -# Copyright (c) 2021 Huawei Device Co., Ltd. +# Copyright (c) 2021-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 diff --git a/frameworks/cust_lite/src/cust_utils.c b/frameworks/cust_lite/src/cust_utils.c old mode 100755 new mode 100644 index 9b8a495..cfeb408 --- a/frameworks/cust_lite/src/cust_utils.c +++ b/frameworks/cust_lite/src/cust_utils.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 Huawei Device Co., Ltd. + * Copyright (c) 2021-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 diff --git a/frameworks/cust_lite/test/BUILD.gn b/frameworks/cust_lite/test/BUILD.gn old mode 100755 new mode 100644 index 177df12..4ce22cc --- a/frameworks/cust_lite/test/BUILD.gn +++ b/frameworks/cust_lite/test/BUILD.gn @@ -1,4 +1,4 @@ -# Copyright (c) 2021 Huawei Device Co., Ltd. +# Copyright (c) 2021-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 diff --git a/frameworks/cust_lite/test/unittest/lite/common/cust_utils_test.cpp b/frameworks/cust_lite/test/unittest/lite/common/cust_utils_test.cpp old mode 100755 new mode 100644 index ce935b0..044ed61 --- a/frameworks/cust_lite/test/unittest/lite/common/cust_utils_test.cpp +++ b/frameworks/cust_lite/test/unittest/lite/common/cust_utils_test.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 Huawei Device Co., Ltd. + * Copyright (c) 2021-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 diff --git a/frameworks/cust_lite/test/unittest/lite/common/cust_utils_test.h b/frameworks/cust_lite/test/unittest/lite/common/cust_utils_test.h old mode 100755 new mode 100644 index c27c27e..5a993c8 --- a/frameworks/cust_lite/test/unittest/lite/common/cust_utils_test.h +++ b/frameworks/cust_lite/test/unittest/lite/common/cust_utils_test.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 Huawei Device Co., Ltd. + * Copyright (c) 2021-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 diff --git a/interfaces/innerkits/include/cust_utils.h b/interfaces/innerkits/include/cust_utils.h old mode 100755 new mode 100644 index 0711bd5..ddaa762 --- a/interfaces/innerkits/include/cust_utils.h +++ b/interfaces/innerkits/include/cust_utils.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 Huawei Device Co., Ltd. + * Copyright (c) 2021-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 diff --git a/interfaces/js/kits/BUILD.gn b/interfaces/js/kits/BUILD.gn old mode 100755 new mode 100644 diff --git a/interfaces/js/kits/include/cust_napi.h b/interfaces/js/kits/include/cust_napi.h old mode 100755 new mode 100644 diff --git a/interfaces/js/kits/src/cust_napi.cpp b/interfaces/js/kits/src/cust_napi.cpp old mode 100755 new mode 100644 diff --git a/test/resource/ohos_test.xml b/test/resource/ohos_test.xml old mode 100755 new mode 100644