From 530eb9f8075f04a39811d3df9d4a92202542e9ea Mon Sep 17 00:00:00 2001 From: lnlan Date: Mon, 18 Apr 2022 11:38:59 +0000 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0OAT.xml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: lnlan Change-Id: I402005a4bf0fe17ea1ff4d27efd3e5396b330dff --- OAT.xml | 42 +++++++++++++++++++ .../capturescreentest.py | 13 ++++++ screenshot/rk_master/capturescreentest.py | 13 ++++++ screenshot/rk_weekly/capturescreentest.py | 13 ++++++ 4 files changed, 81 insertions(+) create mode 100644 OAT.xml diff --git a/OAT.xml b/OAT.xml new file mode 100644 index 0000000..56abade --- /dev/null +++ b/OAT.xml @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/screenshot/rk_OpenHarmony-3.1-Release/capturescreentest.py b/screenshot/rk_OpenHarmony-3.1-Release/capturescreentest.py index 53749e7..584b5a1 100644 --- a/screenshot/rk_OpenHarmony-3.1-Release/capturescreentest.py +++ b/screenshot/rk_OpenHarmony-3.1-Release/capturescreentest.py @@ -1,3 +1,16 @@ +# -*- coding: utf-8 -*- +# 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. from ast import parse import json import sys diff --git a/screenshot/rk_master/capturescreentest.py b/screenshot/rk_master/capturescreentest.py index 53749e7..584b5a1 100644 --- a/screenshot/rk_master/capturescreentest.py +++ b/screenshot/rk_master/capturescreentest.py @@ -1,3 +1,16 @@ +# -*- coding: utf-8 -*- +# 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. from ast import parse import json import sys diff --git a/screenshot/rk_weekly/capturescreentest.py b/screenshot/rk_weekly/capturescreentest.py index 3282441..85ad10a 100644 --- a/screenshot/rk_weekly/capturescreentest.py +++ b/screenshot/rk_weekly/capturescreentest.py @@ -1,3 +1,16 @@ +# -*- coding: utf-8 -*- +# 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. from ast import parse import json import sys -- Gitee