From 8ccf213ecf4387983ab183450e26812250ad2caa Mon Sep 17 00:00:00 2001 From: gaoxi Date: Thu, 16 Jun 2022 19:23:24 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=B5=E8=AF=9D=E7=94=A8=E4=BE=8B=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: gaoxi --- .../entry/src/main/js/default/app.js | 14 ++++++++++++++ .../entry/src/main/js/default/app.js | 14 ++++++++++++++ .../network_wifi/entry/src/main/js/default/app.js | 14 ++++++++++++++ .../system_fetch/entry/src/main/js/default/app.js | 14 ++++++++++++++ 4 files changed, 56 insertions(+) diff --git a/telephony/telephonyjstest/netmanager_base/network_nopermission/entry/src/main/js/default/app.js b/telephony/telephonyjstest/netmanager_base/network_nopermission/entry/src/main/js/default/app.js index 6d060ffe5..c132196bf 100644 --- a/telephony/telephonyjstest/netmanager_base/network_nopermission/entry/src/main/js/default/app.js +++ b/telephony/telephonyjstest/netmanager_base/network_nopermission/entry/src/main/js/default/app.js @@ -1,3 +1,17 @@ +/* + * 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. + */ export default { onCreate() { console.info("Application onCreate"); diff --git a/telephony/telephonyjstest/netmanager_base/network_nowifi/entry/src/main/js/default/app.js b/telephony/telephonyjstest/netmanager_base/network_nowifi/entry/src/main/js/default/app.js index 6d060ffe5..c132196bf 100644 --- a/telephony/telephonyjstest/netmanager_base/network_nowifi/entry/src/main/js/default/app.js +++ b/telephony/telephonyjstest/netmanager_base/network_nowifi/entry/src/main/js/default/app.js @@ -1,3 +1,17 @@ +/* + * 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. + */ export default { onCreate() { console.info("Application onCreate"); diff --git a/telephony/telephonyjstest/netmanager_base/network_wifi/entry/src/main/js/default/app.js b/telephony/telephonyjstest/netmanager_base/network_wifi/entry/src/main/js/default/app.js index 6d060ffe5..c132196bf 100644 --- a/telephony/telephonyjstest/netmanager_base/network_wifi/entry/src/main/js/default/app.js +++ b/telephony/telephonyjstest/netmanager_base/network_wifi/entry/src/main/js/default/app.js @@ -1,3 +1,17 @@ +/* + * 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. + */ export default { onCreate() { console.info("Application onCreate"); diff --git a/telephony/telephonyjstest/netmanager_base/system_fetch/entry/src/main/js/default/app.js b/telephony/telephonyjstest/netmanager_base/system_fetch/entry/src/main/js/default/app.js index 6d060ffe5..c132196bf 100644 --- a/telephony/telephonyjstest/netmanager_base/system_fetch/entry/src/main/js/default/app.js +++ b/telephony/telephonyjstest/netmanager_base/system_fetch/entry/src/main/js/default/app.js @@ -1,3 +1,17 @@ +/* + * 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. + */ export default { onCreate() { console.info("Application onCreate"); -- GitLab