From 9e8f97c5cbadf6523e03c591b7e374fa0ba66fd7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E5=AD=A6=E8=88=9F?= Date: Wed, 10 Jan 2024 09:08:22 +0000 Subject: [PATCH 1/6] =?UTF-8?q?=E6=B8=85=E7=90=86=20oat=E5=91=8A=E8=AD=A6?= =?UTF-8?q?=EF=BC=8Cupdate=20napi/query=5Fsyscap.js.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 严学舟 --- napi/query_syscap.js | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/napi/query_syscap.js b/napi/query_syscap.js index 6ea4023..2edc9a7 100644 --- a/napi/query_syscap.js +++ b/napi/query_syscap.js @@ -1,7 +1,22 @@ +/* + * 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. + */ + // 首先需要通过requireInternal函数加载本模块 const systemCapability = requireInternal('systemCapability'); // 这里定义了模块对外暴露的所有api export default { - querySystemCapabilities: systemCapability.querySystemCapabilities -} \ No newline at end of file + querySystemCapabilities: systemCapability.querySystemCapabilities +}; \ No newline at end of file -- Gitee From 7915bb6808b5a9d4a1aa5ab75edca2dc007e2621 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E5=AD=A6=E8=88=9F?= Date: Wed, 10 Jan 2024 09:25:39 +0000 Subject: [PATCH 2/6] =?UTF-8?q?=E6=B8=85=E7=90=86oat=E5=91=8A=E8=AD=A6?= =?UTF-8?q?=EF=BC=9AOpenHarmony-3.2-Release?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 严学舟 --- napi/query_syscap.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/napi/query_syscap.js b/napi/query_syscap.js index 2edc9a7..7364df7 100644 --- a/napi/query_syscap.js +++ b/napi/query_syscap.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2024 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 -- Gitee From 45ec47115180b8a758f0d995657bb2a6da26ead0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E5=AD=A6=E8=88=9F?= Date: Wed, 10 Jan 2024 09:35:42 +0000 Subject: [PATCH 3/6] =?UTF-8?q?=E6=B8=85=E7=90=86oat=E5=91=8A=E8=AD=A6?= =?UTF-8?q?=EF=BC=9AOpenHarmony-3.2-Release?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 严学舟 --- napi/query_syscap.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/napi/query_syscap.js b/napi/query_syscap.js index 7364df7..295f1e7 100644 --- a/napi/query_syscap.js +++ b/napi/query_syscap.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Huawei Device Co., Ltd. + * Copyright (c) Huawei Technologies Co., Ltd. 2023-2023. All rights reserved. * 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 -- Gitee From 6b2e39a402c34105cab6ad9c774c3b01f6a194c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E5=AD=A6=E8=88=9F?= Date: Wed, 10 Jan 2024 09:44:07 +0000 Subject: [PATCH 4/6] =?UTF-8?q?=E6=B8=85=E7=90=86oat=E5=91=8A=E8=AD=A6?= =?UTF-8?q?=EF=BC=9AOpenHarmony-3.2-Release?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 严学舟 --- napi/query_syscap.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/napi/query_syscap.js b/napi/query_syscap.js index 295f1e7..3af204e 100644 --- a/napi/query_syscap.js +++ b/napi/query_syscap.js @@ -1,5 +1,5 @@ /* - * Copyright (c) Huawei Technologies Co., Ltd. 2023-2023. All rights reserved. + * Copyright (c) Huawei Technologies Co., Ltd. 2024-2024. All rights reserved. * 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 -- Gitee From 327095863fe4a8b4d95aee3e82ad6f2c63b0e4c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E5=AD=A6=E8=88=9F?= Date: Wed, 10 Jan 2024 12:20:14 +0000 Subject: [PATCH 5/6] =?UTF-8?q?Revert=20"=E6=B8=85=E7=90=86oat=E5=91=8A?= =?UTF-8?q?=E8=AD=A6=EF=BC=9AOpenHarmony-3.2-Release"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 6b2e39a402c34105cab6ad9c774c3b01f6a194c2. --- napi/query_syscap.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/napi/query_syscap.js b/napi/query_syscap.js index 3af204e..295f1e7 100644 --- a/napi/query_syscap.js +++ b/napi/query_syscap.js @@ -1,5 +1,5 @@ /* - * Copyright (c) Huawei Technologies Co., Ltd. 2024-2024. All rights reserved. + * Copyright (c) Huawei Technologies Co., Ltd. 2023-2023. All rights reserved. * 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 -- Gitee From 0e4ab66fd749af44d6b55a5cadab1d3dfcc4c584 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E5=AD=A6=E8=88=9F?= Date: Thu, 11 Jan 2024 02:18:51 +0000 Subject: [PATCH 6/6] =?UTF-8?q?=E6=B8=85=E7=90=86oat=E5=91=8A=E8=AD=A6?= =?UTF-8?q?=EF=BC=9AOpenHarmony-3.2-Release=20update=20napi/query=5Fsyscap?= =?UTF-8?q?.js.=20=E5=90=8C=E6=AD=A5=20master=EF=BC=8C=202022-04-24=20?= =?UTF-8?q?=E6=96=B0=E5=A2=9E=EF=BC=8C2023-05-24=20=E6=9C=80=E5=90=8E?= =?UTF-8?q?=E4=B8=80=E6=AC=A1=E4=BF=AE=E6=94=B9=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 严学舟 --- napi/query_syscap.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/napi/query_syscap.js b/napi/query_syscap.js index 295f1e7..2a364c6 100644 --- a/napi/query_syscap.js +++ b/napi/query_syscap.js @@ -1,5 +1,5 @@ /* - * Copyright (c) Huawei Technologies Co., Ltd. 2023-2023. All rights reserved. + * Copyright (c) 2022-2023 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 -- Gitee