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