diff --git a/aafwk/aafwk_standard/actsabilitymanageretstest/entry/src/main/ets/MainAbility/test/addContextAndAbilityJsunit.test.ets b/aafwk/aafwk_standard/actsabilitymanageretstest/entry/src/main/ets/MainAbility/test/addContextAndAbilityJsunit.test.ets index 4ac7809b970d1a28d504b7ec00dadfc39f772cda..b195402277f2711de7710523bbc26ce31ee052fc 100644 --- a/aafwk/aafwk_standard/actsabilitymanageretstest/entry/src/main/ets/MainAbility/test/addContextAndAbilityJsunit.test.ets +++ b/aafwk/aafwk_standard/actsabilitymanageretstest/entry/src/main/ets/MainAbility/test/addContextAndAbilityJsunit.test.ets @@ -16,7 +16,7 @@ import {describe, it, expect} from "deccjsunit/index.ets"; import Utils from './Utils'; import ability_featureAbility from '@ohos.ability.featureAbility'; import ability_particleAbility from '@ohos.ability.particleAbility'; -import abilityManager from "@ohos.app.abilitymanager" +import abilityManager from "@ohos.application.appManager" const TAG_TEST_0100 = ' context_isUpdatingConfigurations_test_0100 '; const TAG_TEST_0200 = ' context_isUpdatingConfigurations_test_0200 '; diff --git a/aafwk/aafwk_standard/actsstserviceabilityclientcase/entry/src/main/js/test/ActsStServiceAbilityClientCaseTest.test.js b/aafwk/aafwk_standard/actsstserviceabilityclientcase/entry/src/main/js/test/ActsStServiceAbilityClientCaseTest.test.js index 6592f3aff82f038ee99eb95feaaa88efb27b2a1b..a66fb2048fe2633c148dc980bfa308742c0f4787 100644 --- a/aafwk/aafwk_standard/actsstserviceabilityclientcase/entry/src/main/js/test/ActsStServiceAbilityClientCaseTest.test.js +++ b/aafwk/aafwk_standard/actsstserviceabilityclientcase/entry/src/main/js/test/ActsStServiceAbilityClientCaseTest.test.js @@ -13,8 +13,6 @@ * limitations under the License. */ import featureAbility from '@ohos.ability.featureAbility' -import abilityManager from '@ohos.app.abilityManager' - import commonEvent from '@ohos.commonevent' import { describe, beforeAll, beforeEach, afterEach, afterAll, it, expect } from 'deccjsunit/index' diff --git a/aafwk/aafwk_standard/amsgetabilityprocessinfo/actsgetabilityprocessinfotest/entry/src/main/js/test/ActsProcessManageJsTest.test.js b/aafwk/aafwk_standard/amsgetabilityprocessinfo/actsgetabilityprocessinfotest/entry/src/main/js/test/ActsProcessManageJsTest.test.js index eb03f484c156dc3f6741831c5c5773a086dab24e..7f1b1a17d72a3e2adc90dfff40492085ea10c72a 100644 --- a/aafwk/aafwk_standard/amsgetabilityprocessinfo/actsgetabilityprocessinfotest/entry/src/main/js/test/ActsProcessManageJsTest.test.js +++ b/aafwk/aafwk_standard/amsgetabilityprocessinfo/actsgetabilityprocessinfotest/entry/src/main/js/test/ActsProcessManageJsTest.test.js @@ -14,7 +14,6 @@ */ import {describe, beforeAll, beforeEach, afterEach, afterAll, it, expect} from "deccjsunit/index" -import abilityManager from '@ohos.application.AbilityManager' import appManager from '@ohos.application.appManager' describe('ActsAbilityRunningInfosTest', function () { diff --git a/aafwk/aafwk_standard/getactiveprocessinfos/BUILD.gn b/aafwk/aafwk_standard/getactiveprocessinfos/BUILD.gn deleted file mode 100644 index 5a5bc71663d75769b2bda52abbe16d3410dda3eb..0000000000000000000000000000000000000000 --- a/aafwk/aafwk_standard/getactiveprocessinfos/BUILD.gn +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright (c) 2021 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. - -import("//test/xts/tools/build/suite.gni") - -group("getactiveprocessinfos") { - testonly = true - if (is_standard_system) { - deps = [ - "getactiveprocessinfo:getactiveprocessinfo", - "setshowonlocka:setshowonlocka", - ] - } -} diff --git a/aafwk/aafwk_standard/getactiveprocessinfos/getactiveprocessinfo/BUILD.gn b/aafwk/aafwk_standard/getactiveprocessinfos/getactiveprocessinfo/BUILD.gn deleted file mode 100644 index 9e6ed6875c43327e4519a34d14b0ec68d4146a73..0000000000000000000000000000000000000000 --- a/aafwk/aafwk_standard/getactiveprocessinfos/getactiveprocessinfo/BUILD.gn +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright (c) 2021 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. - -import("//test/xts/tools/build/suite.gni") - -ohos_js_hap_suite("getactiveprocessinfo") { - hap_profile = "./entry/src/main/config.json" - deps = [ - ":hjs_demo_js_assets", - ":hjs_demo_resources", - ] - certificate_profile = "./signature/openharmony_sx.p7b" - hap_name = "getactiveprocessinfo" -} -ohos_js_assets("hjs_demo_js_assets") { - source_dir = "./entry/src/main/js/default" -} -ohos_resources("hjs_demo_resources") { - sources = [ "./entry/src/main/js/resources" ] - hap_profile = "./entry/src/main/config.json" -} diff --git a/aafwk/aafwk_standard/getactiveprocessinfos/getactiveprocessinfo/Test.json b/aafwk/aafwk_standard/getactiveprocessinfos/getactiveprocessinfo/Test.json deleted file mode 100644 index dc3880b8d68a9180c1caa2c2c66134e5d6cf4974..0000000000000000000000000000000000000000 --- a/aafwk/aafwk_standard/getactiveprocessinfos/getactiveprocessinfo/Test.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "description": "Configuration for hjunit demo Tests", - "driver": { - "type": "JSUnitTest", - "test-timeout": "300000", - "package": "com.example.getactiveprocessinfo", - "shell-timeout": "600000" - }, - "kits": [ - { - "test-file-name": [ - "getactiveprocessinfo.hap", - "setshowonlock.hap" - ], - "type": "AppInstallKit", - "cleanup-apps": true - } - - - - - ] -} - diff --git a/aafwk/aafwk_standard/getactiveprocessinfos/getactiveprocessinfo/entry/src/main/config.json b/aafwk/aafwk_standard/getactiveprocessinfos/getactiveprocessinfo/entry/src/main/config.json deleted file mode 100644 index 11e38029bee0e0071db1714a725ffd4b37284797..0000000000000000000000000000000000000000 --- a/aafwk/aafwk_standard/getactiveprocessinfos/getactiveprocessinfo/entry/src/main/config.json +++ /dev/null @@ -1,83 +0,0 @@ -{ - "app": { - "bundleName": "com.example.getactiveprocessinfo", - "vendor": "example", - "version": { - "code": 1, - "name": "1.0" - }, - "apiVersion": { - "compatible": 4, - "target": 5, - "releaseType": "Beta1" - } - }, - "deviceConfig": {}, - "module": { - "package": "com.example.getactiveprocessinfo", - "name": ".MyApplication", - "deviceType": [ - "phone" - ], - "distro": { - "deliveryWithInstall": true, - "moduleName": "entry", - "moduleType": "entry" - }, - "abilities": [ - { - "skills": [ - { - "entities": [ - "entity.system.home" - ], - "actions": [ - "action.system.home" - ] - } - ], - "name": "com.example.getactiveprocessinfo.MainAbility", - "icon": "$media:icon", - "description": "$string:mainability_description", - "label": "$string:app_name", - "type": "page", - "launchType": "standard", - "visible": true - } - ], - "reqPermissions": [ - { - "name": "ohos.permission.INSTALL_BUNDLE", - "reason": "need use ohos.permission.INSTALL_BUNDLE" - }, - { - "name":"ohos.permission.GET_BUNDLE_INFO_PRIVILEGED", - "reason":"need use ohos.permission.GET_BUNDLE_INFO_PRIVILEGED" - }, - { - "name":"ohos.permission.CHANGE_ABILITY_ENABLED_STATE", - "reason":"need use ohos.permission.CHANGE_ABILITY_ENABLED_STATE" - }, - { - "name":"ohos.permission.REMOVE_CACHE_FILES", - "reason":"need use ohos.permission.REMOVE_CACHE_FILES" - }, - { - "name":"ohos.permission.LISTEN_BUNDLE_CHANGE", - "reason":"need use ohos.permission.LISTEN_BUNDLE_CHANGE" - } - ], - "js": [ - { - "pages": [ - "pages/index/index" - ], - "name": "default", - "window": { - "designWidth": 720, - "autoDesignWidth": false - } - } - ] - } -} \ No newline at end of file diff --git a/aafwk/aafwk_standard/getactiveprocessinfos/getactiveprocessinfo/entry/src/main/js/default/app.js b/aafwk/aafwk_standard/getactiveprocessinfos/getactiveprocessinfo/entry/src/main/js/default/app.js deleted file mode 100755 index 2a68c1992145a976957d7dcdd69a7e9c2e8e9877..0000000000000000000000000000000000000000 --- a/aafwk/aafwk_standard/getactiveprocessinfos/getactiveprocessinfo/entry/src/main/js/default/app.js +++ /dev/null @@ -1,22 +0,0 @@ -/* - * Copyright (c) 2021 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('AceApplication onCreate'); - }, - onDestroy() { - console.info('AceApplication onDestroy'); - } -}; diff --git a/aafwk/aafwk_standard/getactiveprocessinfos/getactiveprocessinfo/entry/src/main/js/default/i18n/en-US.json b/aafwk/aafwk_standard/getactiveprocessinfos/getactiveprocessinfo/entry/src/main/js/default/i18n/en-US.json deleted file mode 100644 index e63c70d978a3a53be988388c87182f81785e170c..0000000000000000000000000000000000000000 --- a/aafwk/aafwk_standard/getactiveprocessinfos/getactiveprocessinfo/entry/src/main/js/default/i18n/en-US.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "strings": { - "hello": "Hello", - "world": "World" - } -} \ No newline at end of file diff --git a/aafwk/aafwk_standard/getactiveprocessinfos/getactiveprocessinfo/entry/src/main/js/default/i18n/zh-CN.json b/aafwk/aafwk_standard/getactiveprocessinfos/getactiveprocessinfo/entry/src/main/js/default/i18n/zh-CN.json deleted file mode 100644 index de6ee5748322f44942c1b003319d8e66c837675f..0000000000000000000000000000000000000000 --- a/aafwk/aafwk_standard/getactiveprocessinfos/getactiveprocessinfo/entry/src/main/js/default/i18n/zh-CN.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "strings": { - "hello": "您好", - "world": "世界" - } -} \ No newline at end of file diff --git a/aafwk/aafwk_standard/getactiveprocessinfos/getactiveprocessinfo/entry/src/main/js/default/pages/index/index.css b/aafwk/aafwk_standard/getactiveprocessinfos/getactiveprocessinfo/entry/src/main/js/default/pages/index/index.css deleted file mode 100644 index 6fda792753f2e15f22b529c7b90a82185b2770bf..0000000000000000000000000000000000000000 --- a/aafwk/aafwk_standard/getactiveprocessinfos/getactiveprocessinfo/entry/src/main/js/default/pages/index/index.css +++ /dev/null @@ -1,9 +0,0 @@ -.container { - flex-direction: column; - justify-content: center; - align-items: center; -} - -.title { - font-size: 100px; -} diff --git a/aafwk/aafwk_standard/getactiveprocessinfos/getactiveprocessinfo/entry/src/main/js/default/pages/index/index.hml b/aafwk/aafwk_standard/getactiveprocessinfos/getactiveprocessinfo/entry/src/main/js/default/pages/index/index.hml deleted file mode 100644 index faab4fe2b0f105f5aae4322e2337523caf0bcaaf..0000000000000000000000000000000000000000 --- a/aafwk/aafwk_standard/getactiveprocessinfos/getactiveprocessinfo/entry/src/main/js/default/pages/index/index.hml +++ /dev/null @@ -1,6 +0,0 @@ -
- - 测试zlib-1515-test - {{ $t('strings.hello') }} {{ title }} - -
diff --git a/aafwk/aafwk_standard/getactiveprocessinfos/getactiveprocessinfo/entry/src/main/js/default/pages/index/index.js b/aafwk/aafwk_standard/getactiveprocessinfos/getactiveprocessinfo/entry/src/main/js/default/pages/index/index.js deleted file mode 100644 index 57f6936bdc40ab0346ab63db371368f02a7386e7..0000000000000000000000000000000000000000 --- a/aafwk/aafwk_standard/getactiveprocessinfos/getactiveprocessinfo/entry/src/main/js/default/pages/index/index.js +++ /dev/null @@ -1,47 +0,0 @@ -/* - * Copyright (c) 2021 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. - */ - -import {Core, ExpectExtend, ReportExtend} from 'deccjsunit/index' - -const injecttRef = Object.getPrototypeOf(global) || global -injecttRef.regeneratorRuntime = require('@babel/runtime/regenerator') - -export default{ - data: { - title: '' - }, - onInit() { - this.title = this.$t('strings.world'); - }, - onShow() { - console.info('onShow finish') - const core = Core.getInstance() - const expectExtend = new ExpectExtend({ - id: 'extend' - }) - core.addService('expect', expectExtend) - core.init() - - const configService = core.getDefaultService('config') - configService.setConfig(this) - - require('../../../test/List.test') - core.execute() - }, - onReady() { - console.info('onReady'); - }, -} - diff --git a/aafwk/aafwk_standard/getactiveprocessinfos/getactiveprocessinfo/entry/src/main/js/resources/base/element/string.json b/aafwk/aafwk_standard/getactiveprocessinfos/getactiveprocessinfo/entry/src/main/js/resources/base/element/string.json deleted file mode 100644 index b586cc29b27e344557a2fe7513c834f50cc56081..0000000000000000000000000000000000000000 --- a/aafwk/aafwk_standard/getactiveprocessinfos/getactiveprocessinfo/entry/src/main/js/resources/base/element/string.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "string": [ - { - "name": "app_name", - "value": "amsZipfileUnzipfileST" - }, - { - "name": "mainability_description", - "value": "JS_Phone_Empty Feature Ability" - }, - { - "name": "serviceability_description", - "value": "hap sample empty service" - }, - { - "name": "serviceability_description", - "value": "JS_Phone_Empty Feature Ability" - } - ] -} \ No newline at end of file diff --git a/aafwk/aafwk_standard/getactiveprocessinfos/getactiveprocessinfo/entry/src/main/js/resources/base/media/icon.png b/aafwk/aafwk_standard/getactiveprocessinfos/getactiveprocessinfo/entry/src/main/js/resources/base/media/icon.png deleted file mode 100644 index ce307a8827bd75456441ceb57d530e4c8d45d36c..0000000000000000000000000000000000000000 Binary files a/aafwk/aafwk_standard/getactiveprocessinfos/getactiveprocessinfo/entry/src/main/js/resources/base/media/icon.png and /dev/null differ diff --git a/aafwk/aafwk_standard/getactiveprocessinfos/getactiveprocessinfo/entry/src/main/js/test/Getactive.test.js b/aafwk/aafwk_standard/getactiveprocessinfos/getactiveprocessinfo/entry/src/main/js/test/Getactive.test.js deleted file mode 100644 index 4922dac38b43ef0956a5a8d5615f3819b4a1fcb2..0000000000000000000000000000000000000000 --- a/aafwk/aafwk_standard/getactiveprocessinfos/getactiveprocessinfo/entry/src/main/js/test/Getactive.test.js +++ /dev/null @@ -1,166 +0,0 @@ -/* -* Copyright (c) 2021 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. -*/ -import appmgr from '@ohos.app.abilityManager' -import {describe, beforeAll, beforeEach, afterEach, afterAll, it, expect} from 'deccjsunit/index' - -describe('Getacitve', function () { - -/* -* @tc.number: FWK_ProcessInfo_0100 -* @tc.name: getActiveProcessInfos -* @tc.desc: A process retrieves information -*/ -it('FWK_ProcessInfo_0100', 0, async function (done) { - console.log('FWK_ProcessInfo_0100 start'); - try{ - appmgr.getActiveProcessInfos( - (error, data) => { - expect(data[0].uid > 0).assertTrue(); - expect(data[0].pid > 0).assertTrue(); - expect(data[0].processName != null).assertTrue(); - expect(data[0].bundleNames != null).assertTrue(); - done(); - }); - }catch(err){ - console.log('FWK_ProcessInfo_0100 err' + err); - done(); -} - -}) - -/* -* @tc.number: FWK_ProcessInfo_0200 -* @tc.name: getActiveProcessInfos -* @tc.desc: Two processes get the information -*/ -it('FWK_ProcessInfo_0200', 0, async function (done) { - console.log('FWK_ProcessInfo_0200 start'); - try{ - appmgr.getActiveProcessInfos( - (error, data) => { - var len = data.length; - for(var i =1; i 0).assertTrue(); - expect(data[i].pid > 0).assertTrue(); - expect(data[i].processName != null).assertTrue(); - expect(data[i].bundleNames != null).assertTrue(); - } - done(); - }) - }catch(err){ - console.log('FWK_ProcessInfo_0200 err' + err); - done(); - } - -}) - -/* -* @tc.number: FWK_ProcessInfo_0300 -* @tc.name: getActiveProcessInfos -* @tc.desc: A process retrieves information -*/ -it('FWK_ProcessInfo_0300', 0, async function (done) { - console.log('FWK_ProcessInfo_0300 Begin'); - try{ - appmgr.getActiveProcessInfos().then((data) => { - expect(data[0].uid > 0).assertTrue(); - expect(data[0].pid > 0).assertTrue(); - expect(data[0].processName != null).assertTrue(); - expect(data[0].bundleNames != null).assertTrue(); - done(); - }).catch((error) => { - console.log('FWK_ProcessInfo_0300 error code is ' + error.code); - done(); - }); - }catch(err){ - console.log('FWK_ProcessInfo_0300 err' + err); - done(); -} -}) - -/* -* @tc.number: FWK_ProcessInfo_0400 -* @tc.name: getActiveProcessInfos -* @tc.desc: Two processes get the information -*/ -it('FWK_ProcessInfo_0400', 0, async function (done) { - console.log('FWK_ProcessInfo_0400 Begin'); - try{ - appmgr.getActiveProcessInfos().then((data) => { - var len = data.length; - for(var i =1; i 0).assertTrue(); - expect(data[i].pid > 0).assertTrue(); - expect(data[i].processName != null).assertTrue(); - expect(data[i].bundleNames != null).assertTrue(); - } - done(); - }).catch((error) => { - console.log('FWK_ProcessInfo_0400 error code is ' + error.code); - done(); - }); - }catch(err){ - console.log('FWK_ProcessInfo_0400 err' + err); - done(); -} -}) - -/* -* @tc.number: FWK_MemoryInfo_0100 -* @tc.name: getSystemMemoryAttr -* @tc.desc: Anapplication memory information -*/ -it('FWK_MemoryInfo_0100', 0, async function (done) { - console.log('FWK_MemoryInfo_0100 start'); - try{ - appmgr.getSystemMemoryAttr( - (error, data) => { - expect(data.availSysMem > 0).assertTrue(); - expect(data.totalSysMem > 0).assertTrue(); - expect(data.threshold > 0).assertTrue(); - expect(data.isSysInlowMem == (data.availSysMem < data.threshold)).assertTrue(); - done(); - }); - }catch(err){ - console.log('FWK_ProcessInfo_0400 err' + err); - } - console.log('ZLM-----onClick1 End'); -}) - -/* -* @tc.number: FWK_MemoryInfo_0200 -* @tc.name: getSystemMemoryAttr -* @tc.desc: Anapplication memory information -*/ -it('FWK_MemoryInfo_0200', 0, async function (done) { - console.log('FWK_MemoryInfo_0200 Begin'); - try{ - appmgr.getSystemMemoryAttr().then((data) => { - expect(data.availSysMem > 0).assertTrue(); - expect(data.totalSysMem > 0).assertTrue(); - expect(data.threshold > 0).assertTrue(); - expect(data.isSysInlowMem == (data.availSysMem < data.threshold)).assertTrue(); - done(); - }).catch((error) => { - console.log('FWK_MemoryInfo_0200 error code is ' + error.code); - done(); - }); - }catch(err){ - console.log('FWK_ProcessInfo_0400 err' + err); - } - console.log('FWK_MemoryInfo_0200 End'); -}) -}) diff --git a/aafwk/aafwk_standard/getactiveprocessinfos/getactiveprocessinfo/entry/src/main/js/test/List.test.js b/aafwk/aafwk_standard/getactiveprocessinfos/getactiveprocessinfo/entry/src/main/js/test/List.test.js deleted file mode 100644 index ac53860b5771a8e5b52dde3688bbf00b1185c000..0000000000000000000000000000000000000000 --- a/aafwk/aafwk_standard/getactiveprocessinfos/getactiveprocessinfo/entry/src/main/js/test/List.test.js +++ /dev/null @@ -1,15 +0,0 @@ -/* - * Copyright (c) 2021 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. - */ -require('./Getactive.test.js') diff --git a/aafwk/aafwk_standard/getactiveprocessinfos/getactiveprocessinfo/signature/openharmony_sx.p7b b/aafwk/aafwk_standard/getactiveprocessinfos/getactiveprocessinfo/signature/openharmony_sx.p7b deleted file mode 100644 index 66b4457a8a81fb8d3356cf46d67226c850944858..0000000000000000000000000000000000000000 Binary files a/aafwk/aafwk_standard/getactiveprocessinfos/getactiveprocessinfo/signature/openharmony_sx.p7b and /dev/null differ diff --git a/aafwk/aafwk_standard/getactiveprocessinfos/setshowonlock/BUILD.gn b/aafwk/aafwk_standard/getactiveprocessinfos/setshowonlock/BUILD.gn deleted file mode 100644 index 828d0750c67d42c3c4227c8b25eca0bb1fb2d656..0000000000000000000000000000000000000000 --- a/aafwk/aafwk_standard/getactiveprocessinfos/setshowonlock/BUILD.gn +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright (c) 2021 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. - -import("//test/xts/tools/build/suite.gni") - -ohos_js_hap_suite("setshowonlock") { - hap_profile = "./entry/src/main/config.json" - deps = [ - ":hjs_demo_js_assets", - ":hjs_demo_resources", - ] - certificate_profile = "./signature/openharmony_sx.p7b" - hap_name = "setshowonlock" -} -ohos_js_assets("hjs_demo_js_assets") { - source_dir = "./entry/src/main/js/default" -} -ohos_resources("hjs_demo_resources") { - sources = [ "./entry/src/main/js/resources" ] - hap_profile = "./entry/src/main/config.json" -} diff --git a/aafwk/aafwk_standard/getactiveprocessinfos/setshowonlock/Test.json b/aafwk/aafwk_standard/getactiveprocessinfos/setshowonlock/Test.json deleted file mode 100644 index 2098bb50023c88a432803ba9836248e355e29192..0000000000000000000000000000000000000000 --- a/aafwk/aafwk_standard/getactiveprocessinfos/setshowonlock/Test.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "description": "Configuration for hjunit demo Tests" - -} - diff --git a/aafwk/aafwk_standard/getactiveprocessinfos/setshowonlock/entry/.gitignore b/aafwk/aafwk_standard/getactiveprocessinfos/setshowonlock/entry/.gitignore deleted file mode 100644 index 3543521e9fef8e7322940a87c2b45dd0061b0f45..0000000000000000000000000000000000000000 --- a/aafwk/aafwk_standard/getactiveprocessinfos/setshowonlock/entry/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/build diff --git a/aafwk/aafwk_standard/getactiveprocessinfos/setshowonlock/entry/src/main/config.json b/aafwk/aafwk_standard/getactiveprocessinfos/setshowonlock/entry/src/main/config.json deleted file mode 100755 index 6472499ea06593935e5d31c9d08736ab5f5345ce..0000000000000000000000000000000000000000 --- a/aafwk/aafwk_standard/getactiveprocessinfos/setshowonlock/entry/src/main/config.json +++ /dev/null @@ -1,83 +0,0 @@ -{ - "app": { - "bundleName": "com.example.setshowonlock", - "vendor": "example", - "version": { - "code": 1, - "name": "1.0" - }, - "apiVersion": { - "compatible": 4, - "target": 5, - "releaseType": "Beta1" - } - }, - "deviceConfig": {}, - "module": { - "package": "com.example.setshowonlock", - "name": ".MyApplication", - "deviceType": [ - "phone" - ], - "distro": { - "deliveryWithInstall": true, - "moduleName": "entry", - "moduleType": "entry" - }, - "abilities": [ - { - "skills": [ - { - "entities": [ - "entity.system.home" - ], - "actions": [ - "action.system.home" - ] - } - ], - "name": "com.example.setshowonlock.MainAbility", - "icon": "$media:icon", - "description": "$string:mainability_description", - "label": "$string:app_name", - "type": "page", - "launchType": "standard", - "visible": true - } - ], - "reqPermissions": [ - { - "name": "ohos.permission.INSTALL_BUNDLE", - "reason": "need use ohos.permission.INSTALL_BUNDLE" - }, - { - "name":"ohos.permission.GET_BUNDLE_INFO_PRIVILEGED", - "reason":"need use ohos.permission.GET_BUNDLE_INFO_PRIVILEGED" - }, - { - "name":"ohos.permission.CHANGE_ABILITY_ENABLED_STATE", - "reason":"need use ohos.permission.CHANGE_ABILITY_ENABLED_STATE" - }, - { - "name":"ohos.permission.REMOVE_CACHE_FILES", - "reason":"need use ohos.permission.REMOVE_CACHE_FILES" - }, - { - "name":"ohos.permission.LISTEN_BUNDLE_CHANGE", - "reason":"need use ohos.permission.LISTEN_BUNDLE_CHANGE" - } - ], - "js": [ - { - "pages": [ - "pages/index/index" - ], - "name": "default", - "window": { - "designWidth": 720, - "autoDesignWidth": false - } - } - ] - } -} \ No newline at end of file diff --git a/aafwk/aafwk_standard/getactiveprocessinfos/setshowonlock/entry/src/main/js/default/app.js b/aafwk/aafwk_standard/getactiveprocessinfos/setshowonlock/entry/src/main/js/default/app.js deleted file mode 100755 index a66a245b33514363f81b281b0471ca426479e717..0000000000000000000000000000000000000000 --- a/aafwk/aafwk_standard/getactiveprocessinfos/setshowonlock/entry/src/main/js/default/app.js +++ /dev/null @@ -1,23 +0,0 @@ -/* -* Copyright (c) 2021 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('AceApplication onCreate'); - }, - onDestroy() { - console.info('AceApplication onDestroy'); - } -}; diff --git a/aafwk/aafwk_standard/getactiveprocessinfos/setshowonlock/entry/src/main/js/default/i18n/en-US.json b/aafwk/aafwk_standard/getactiveprocessinfos/setshowonlock/entry/src/main/js/default/i18n/en-US.json deleted file mode 100644 index e63c70d978a3a53be988388c87182f81785e170c..0000000000000000000000000000000000000000 --- a/aafwk/aafwk_standard/getactiveprocessinfos/setshowonlock/entry/src/main/js/default/i18n/en-US.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "strings": { - "hello": "Hello", - "world": "World" - } -} \ No newline at end of file diff --git a/aafwk/aafwk_standard/getactiveprocessinfos/setshowonlock/entry/src/main/js/default/i18n/zh-CN.json b/aafwk/aafwk_standard/getactiveprocessinfos/setshowonlock/entry/src/main/js/default/i18n/zh-CN.json deleted file mode 100644 index de6ee5748322f44942c1b003319d8e66c837675f..0000000000000000000000000000000000000000 --- a/aafwk/aafwk_standard/getactiveprocessinfos/setshowonlock/entry/src/main/js/default/i18n/zh-CN.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "strings": { - "hello": "您好", - "world": "世界" - } -} \ No newline at end of file diff --git a/aafwk/aafwk_standard/getactiveprocessinfos/setshowonlock/entry/src/main/js/default/pages/index/index.css b/aafwk/aafwk_standard/getactiveprocessinfos/setshowonlock/entry/src/main/js/default/pages/index/index.css deleted file mode 100644 index 6fda792753f2e15f22b529c7b90a82185b2770bf..0000000000000000000000000000000000000000 --- a/aafwk/aafwk_standard/getactiveprocessinfos/setshowonlock/entry/src/main/js/default/pages/index/index.css +++ /dev/null @@ -1,9 +0,0 @@ -.container { - flex-direction: column; - justify-content: center; - align-items: center; -} - -.title { - font-size: 100px; -} diff --git a/aafwk/aafwk_standard/getactiveprocessinfos/setshowonlock/entry/src/main/js/default/pages/index/index.hml b/aafwk/aafwk_standard/getactiveprocessinfos/setshowonlock/entry/src/main/js/default/pages/index/index.hml deleted file mode 100644 index f64b040a5ae394dbaa5e185e1ecd4f4556b92184..0000000000000000000000000000000000000000 --- a/aafwk/aafwk_standard/getactiveprocessinfos/setshowonlock/entry/src/main/js/default/pages/index/index.hml +++ /dev/null @@ -1,5 +0,0 @@ -
- - {{ $t('strings.hello') }} {{ title }} - -
diff --git a/aafwk/aafwk_standard/getactiveprocessinfos/setshowonlock/entry/src/main/js/default/pages/index/index.js b/aafwk/aafwk_standard/getactiveprocessinfos/setshowonlock/entry/src/main/js/default/pages/index/index.js deleted file mode 100755 index 03eb127016e1721d588b9a22082c974a25f4c2c2..0000000000000000000000000000000000000000 --- a/aafwk/aafwk_standard/getactiveprocessinfos/setshowonlock/entry/src/main/js/default/pages/index/index.js +++ /dev/null @@ -1,29 +0,0 @@ -/* -* Copyright (c) 2021 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{ - data: { - title: "" - }, - onInit() { - this.title = this.$t('strings.world'); - }, - onShow() { - console.info('onShow finish') - - }, - onReady() { - }, -} diff --git a/aafwk/aafwk_standard/getactiveprocessinfos/setshowonlock/entry/src/main/js/resources/base/element/string.json b/aafwk/aafwk_standard/getactiveprocessinfos/setshowonlock/entry/src/main/js/resources/base/element/string.json deleted file mode 100755 index 7d05253caf78df35bca24351d536c15da41334ab..0000000000000000000000000000000000000000 --- a/aafwk/aafwk_standard/getactiveprocessinfos/setshowonlock/entry/src/main/js/resources/base/element/string.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "string": [ - { - "name": "app_name", - "value": "setShowOnLock" - }, - { - "name": "mainability_description", - "value": "JS_Phone_Empty Feature Ability" - } - ] -} \ No newline at end of file diff --git a/aafwk/aafwk_standard/getactiveprocessinfos/setshowonlock/entry/src/main/js/resources/base/media/icon.png b/aafwk/aafwk_standard/getactiveprocessinfos/setshowonlock/entry/src/main/js/resources/base/media/icon.png deleted file mode 100644 index ce307a8827bd75456441ceb57d530e4c8d45d36c..0000000000000000000000000000000000000000 Binary files a/aafwk/aafwk_standard/getactiveprocessinfos/setshowonlock/entry/src/main/js/resources/base/media/icon.png and /dev/null differ diff --git a/aafwk/aafwk_standard/getactiveprocessinfos/setshowonlock/signature/openharmony_sx.p7b b/aafwk/aafwk_standard/getactiveprocessinfos/setshowonlock/signature/openharmony_sx.p7b deleted file mode 100644 index 66b4457a8a81fb8d3356cf46d67226c850944858..0000000000000000000000000000000000000000 Binary files a/aafwk/aafwk_standard/getactiveprocessinfos/setshowonlock/signature/openharmony_sx.p7b and /dev/null differ diff --git a/aafwk/aafwk_standard/getactiveprocessinfos/setshowonlocka/BUILD.gn b/aafwk/aafwk_standard/getactiveprocessinfos/setshowonlocka/BUILD.gn deleted file mode 100644 index fd934c83e1426473ad9a7f234971b1a3d766948d..0000000000000000000000000000000000000000 --- a/aafwk/aafwk_standard/getactiveprocessinfos/setshowonlocka/BUILD.gn +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright (c) 2021 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. - -import("//test/xts/tools/build/suite.gni") - -ohos_js_hap_suite("setshowonlocka") { - hap_profile = "./entry/src/main/config.json" - deps = [ - ":hjs_demo_js_assets", - ":hjs_demo_resources", - ] - certificate_profile = "./signature/openharmony_sx.p7b" - hap_name = "setshowonlocka" -} -ohos_js_assets("hjs_demo_js_assets") { - source_dir = "./entry/src/main/js/default" -} -ohos_resources("hjs_demo_resources") { - sources = [ "./entry/src/main/js/resources" ] - hap_profile = "./entry/src/main/config.json" -} diff --git a/aafwk/aafwk_standard/getactiveprocessinfos/setshowonlocka/Test.json b/aafwk/aafwk_standard/getactiveprocessinfos/setshowonlocka/Test.json deleted file mode 100644 index 2098bb50023c88a432803ba9836248e355e29192..0000000000000000000000000000000000000000 --- a/aafwk/aafwk_standard/getactiveprocessinfos/setshowonlocka/Test.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "description": "Configuration for hjunit demo Tests" - -} - diff --git a/aafwk/aafwk_standard/getactiveprocessinfos/setshowonlocka/entry/.gitignore b/aafwk/aafwk_standard/getactiveprocessinfos/setshowonlocka/entry/.gitignore deleted file mode 100644 index 3543521e9fef8e7322940a87c2b45dd0061b0f45..0000000000000000000000000000000000000000 --- a/aafwk/aafwk_standard/getactiveprocessinfos/setshowonlocka/entry/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/build diff --git a/aafwk/aafwk_standard/getactiveprocessinfos/setshowonlocka/entry/src/main/config.json b/aafwk/aafwk_standard/getactiveprocessinfos/setshowonlocka/entry/src/main/config.json deleted file mode 100755 index 6472499ea06593935e5d31c9d08736ab5f5345ce..0000000000000000000000000000000000000000 --- a/aafwk/aafwk_standard/getactiveprocessinfos/setshowonlocka/entry/src/main/config.json +++ /dev/null @@ -1,83 +0,0 @@ -{ - "app": { - "bundleName": "com.example.setshowonlock", - "vendor": "example", - "version": { - "code": 1, - "name": "1.0" - }, - "apiVersion": { - "compatible": 4, - "target": 5, - "releaseType": "Beta1" - } - }, - "deviceConfig": {}, - "module": { - "package": "com.example.setshowonlock", - "name": ".MyApplication", - "deviceType": [ - "phone" - ], - "distro": { - "deliveryWithInstall": true, - "moduleName": "entry", - "moduleType": "entry" - }, - "abilities": [ - { - "skills": [ - { - "entities": [ - "entity.system.home" - ], - "actions": [ - "action.system.home" - ] - } - ], - "name": "com.example.setshowonlock.MainAbility", - "icon": "$media:icon", - "description": "$string:mainability_description", - "label": "$string:app_name", - "type": "page", - "launchType": "standard", - "visible": true - } - ], - "reqPermissions": [ - { - "name": "ohos.permission.INSTALL_BUNDLE", - "reason": "need use ohos.permission.INSTALL_BUNDLE" - }, - { - "name":"ohos.permission.GET_BUNDLE_INFO_PRIVILEGED", - "reason":"need use ohos.permission.GET_BUNDLE_INFO_PRIVILEGED" - }, - { - "name":"ohos.permission.CHANGE_ABILITY_ENABLED_STATE", - "reason":"need use ohos.permission.CHANGE_ABILITY_ENABLED_STATE" - }, - { - "name":"ohos.permission.REMOVE_CACHE_FILES", - "reason":"need use ohos.permission.REMOVE_CACHE_FILES" - }, - { - "name":"ohos.permission.LISTEN_BUNDLE_CHANGE", - "reason":"need use ohos.permission.LISTEN_BUNDLE_CHANGE" - } - ], - "js": [ - { - "pages": [ - "pages/index/index" - ], - "name": "default", - "window": { - "designWidth": 720, - "autoDesignWidth": false - } - } - ] - } -} \ No newline at end of file diff --git a/aafwk/aafwk_standard/getactiveprocessinfos/setshowonlocka/entry/src/main/js/default/app.js b/aafwk/aafwk_standard/getactiveprocessinfos/setshowonlocka/entry/src/main/js/default/app.js deleted file mode 100755 index a66a245b33514363f81b281b0471ca426479e717..0000000000000000000000000000000000000000 --- a/aafwk/aafwk_standard/getactiveprocessinfos/setshowonlocka/entry/src/main/js/default/app.js +++ /dev/null @@ -1,23 +0,0 @@ -/* -* Copyright (c) 2021 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('AceApplication onCreate'); - }, - onDestroy() { - console.info('AceApplication onDestroy'); - } -}; diff --git a/aafwk/aafwk_standard/getactiveprocessinfos/setshowonlocka/entry/src/main/js/default/i18n/en-US.json b/aafwk/aafwk_standard/getactiveprocessinfos/setshowonlocka/entry/src/main/js/default/i18n/en-US.json deleted file mode 100644 index e63c70d978a3a53be988388c87182f81785e170c..0000000000000000000000000000000000000000 --- a/aafwk/aafwk_standard/getactiveprocessinfos/setshowonlocka/entry/src/main/js/default/i18n/en-US.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "strings": { - "hello": "Hello", - "world": "World" - } -} \ No newline at end of file diff --git a/aafwk/aafwk_standard/getactiveprocessinfos/setshowonlocka/entry/src/main/js/default/i18n/zh-CN.json b/aafwk/aafwk_standard/getactiveprocessinfos/setshowonlocka/entry/src/main/js/default/i18n/zh-CN.json deleted file mode 100644 index de6ee5748322f44942c1b003319d8e66c837675f..0000000000000000000000000000000000000000 --- a/aafwk/aafwk_standard/getactiveprocessinfos/setshowonlocka/entry/src/main/js/default/i18n/zh-CN.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "strings": { - "hello": "您好", - "world": "世界" - } -} \ No newline at end of file diff --git a/aafwk/aafwk_standard/getactiveprocessinfos/setshowonlocka/entry/src/main/js/default/pages/index/index.css b/aafwk/aafwk_standard/getactiveprocessinfos/setshowonlocka/entry/src/main/js/default/pages/index/index.css deleted file mode 100644 index 6fda792753f2e15f22b529c7b90a82185b2770bf..0000000000000000000000000000000000000000 --- a/aafwk/aafwk_standard/getactiveprocessinfos/setshowonlocka/entry/src/main/js/default/pages/index/index.css +++ /dev/null @@ -1,9 +0,0 @@ -.container { - flex-direction: column; - justify-content: center; - align-items: center; -} - -.title { - font-size: 100px; -} diff --git a/aafwk/aafwk_standard/getactiveprocessinfos/setshowonlocka/entry/src/main/js/default/pages/index/index.hml b/aafwk/aafwk_standard/getactiveprocessinfos/setshowonlocka/entry/src/main/js/default/pages/index/index.hml deleted file mode 100644 index f64b040a5ae394dbaa5e185e1ecd4f4556b92184..0000000000000000000000000000000000000000 --- a/aafwk/aafwk_standard/getactiveprocessinfos/setshowonlocka/entry/src/main/js/default/pages/index/index.hml +++ /dev/null @@ -1,5 +0,0 @@ -
- - {{ $t('strings.hello') }} {{ title }} - -
diff --git a/aafwk/aafwk_standard/getactiveprocessinfos/setshowonlocka/entry/src/main/js/default/pages/index/index.js b/aafwk/aafwk_standard/getactiveprocessinfos/setshowonlocka/entry/src/main/js/default/pages/index/index.js deleted file mode 100755 index eabc93384dfb03a2f22936e3768383c9b0203e41..0000000000000000000000000000000000000000 --- a/aafwk/aafwk_standard/getactiveprocessinfos/setshowonlocka/entry/src/main/js/default/pages/index/index.js +++ /dev/null @@ -1,30 +0,0 @@ -/* -* Copyright (c) 2021 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{ - data: { - title: '' - }, - onInit() { - this.title = this.$t('strings.world'); - }, - onShow() { - console.info('onShow finish') - - }, - onReady() { - console.info('onReady'); - }, -} diff --git a/aafwk/aafwk_standard/getactiveprocessinfos/setshowonlocka/entry/src/main/js/resources/base/element/string.json b/aafwk/aafwk_standard/getactiveprocessinfos/setshowonlocka/entry/src/main/js/resources/base/element/string.json deleted file mode 100755 index 7d05253caf78df35bca24351d536c15da41334ab..0000000000000000000000000000000000000000 --- a/aafwk/aafwk_standard/getactiveprocessinfos/setshowonlocka/entry/src/main/js/resources/base/element/string.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "string": [ - { - "name": "app_name", - "value": "setShowOnLock" - }, - { - "name": "mainability_description", - "value": "JS_Phone_Empty Feature Ability" - } - ] -} \ No newline at end of file diff --git a/aafwk/aafwk_standard/getactiveprocessinfos/setshowonlocka/entry/src/main/js/resources/base/media/icon.png b/aafwk/aafwk_standard/getactiveprocessinfos/setshowonlocka/entry/src/main/js/resources/base/media/icon.png deleted file mode 100644 index ce307a8827bd75456441ceb57d530e4c8d45d36c..0000000000000000000000000000000000000000 Binary files a/aafwk/aafwk_standard/getactiveprocessinfos/setshowonlocka/entry/src/main/js/resources/base/media/icon.png and /dev/null differ diff --git a/aafwk/aafwk_standard/getactiveprocessinfos/setshowonlocka/signature/openharmony_sx.p7b b/aafwk/aafwk_standard/getactiveprocessinfos/setshowonlocka/signature/openharmony_sx.p7b deleted file mode 100644 index 66b4457a8a81fb8d3356cf46d67226c850944858..0000000000000000000000000000000000000000 Binary files a/aafwk/aafwk_standard/getactiveprocessinfos/setshowonlocka/signature/openharmony_sx.p7b and /dev/null differ