From 67f600946b4eff8a254d311703048b8d1a05e550 Mon Sep 17 00:00:00 2001 From: lijiaying <1640106564@qq.com> Date: Wed, 15 Jun 2022 14:57:53 +0800 Subject: [PATCH] Signed-off-by lijiaying Signed-off-by: lijiaying <1640106564@qq.com> --- .../bundle_standard/bundlemanager/BUILD.gn | 1 + .../actsbundlemanageretstest/Test.json | 7 +- .../ets/test/GetQueryAbilityByWant.test.ets | 1011 +++++++++++++ .../entry/src/main/ets/test/List.test.ets | 2 + .../bmsgetinfosseventhscene/BUILD.gn | 34 + .../bmsgetinfosseventhscene/Test.json | 3 + .../signature/openharmony_sx.p7b | Bin 0 -> 3443 bytes .../src/main/config.json | 1251 +++++++++++++++++ .../src/main/js/default/app.js | 22 + .../src/main/js/default/i18n/en-US.json | 6 + .../src/main/js/default/i18n/zh-CN.json | 6 + .../src/main/js/default/pages/index/index.css | 24 + .../src/main/js/default/pages/index/index.hml | 20 + .../src/main/js/default/pages/index/index.js | 25 + .../js/resources/base/element/string.json | 28 + .../src/main/js/resources/base/media/icon.png | Bin 0 -> 6790 bytes 16 files changed, 2438 insertions(+), 2 deletions(-) create mode 100644 appexecfwk/bundle_standard/bundlemanager/actsbundlemanageretstest/entry/src/main/ets/test/GetQueryAbilityByWant.test.ets create mode 100644 appexecfwk/bundle_standard/bundlemanager/sceneProject/bmsgetinfosseventhscene/BUILD.gn create mode 100644 appexecfwk/bundle_standard/bundlemanager/sceneProject/bmsgetinfosseventhscene/Test.json create mode 100644 appexecfwk/bundle_standard/bundlemanager/sceneProject/bmsgetinfosseventhscene/signature/openharmony_sx.p7b create mode 100644 appexecfwk/bundle_standard/bundlemanager/sceneProject/bmsgetinfosseventhscene/src/main/config.json create mode 100644 appexecfwk/bundle_standard/bundlemanager/sceneProject/bmsgetinfosseventhscene/src/main/js/default/app.js create mode 100644 appexecfwk/bundle_standard/bundlemanager/sceneProject/bmsgetinfosseventhscene/src/main/js/default/i18n/en-US.json create mode 100644 appexecfwk/bundle_standard/bundlemanager/sceneProject/bmsgetinfosseventhscene/src/main/js/default/i18n/zh-CN.json create mode 100644 appexecfwk/bundle_standard/bundlemanager/sceneProject/bmsgetinfosseventhscene/src/main/js/default/pages/index/index.css create mode 100644 appexecfwk/bundle_standard/bundlemanager/sceneProject/bmsgetinfosseventhscene/src/main/js/default/pages/index/index.hml create mode 100644 appexecfwk/bundle_standard/bundlemanager/sceneProject/bmsgetinfosseventhscene/src/main/js/default/pages/index/index.js create mode 100644 appexecfwk/bundle_standard/bundlemanager/sceneProject/bmsgetinfosseventhscene/src/main/js/resources/base/element/string.json create mode 100644 appexecfwk/bundle_standard/bundlemanager/sceneProject/bmsgetinfosseventhscene/src/main/js/resources/base/media/icon.png diff --git a/appexecfwk/bundle_standard/bundlemanager/BUILD.gn b/appexecfwk/bundle_standard/bundlemanager/BUILD.gn index 6e968e26f..2237be7ca 100644 --- a/appexecfwk/bundle_standard/bundlemanager/BUILD.gn +++ b/appexecfwk/bundle_standard/bundlemanager/BUILD.gn @@ -43,6 +43,7 @@ group("bundlemanager") { "sceneProject/bmsgetinfosscenesystemtwo:bmsSystemBundleTest2", "sceneProject/bmsgetinfosscenevendor:bmsVendorBundleTest1", "sceneProject/bmsgetinfossecondscene:bmsThirdBundleTest2", + "sceneProject/bmsgetinfosseventhscene:bmsThirdBundleTest7", "sceneProject/bmsgetinfossixthscene:bmsThirdBundleTest6", "sceneProject/bmsgetinfosthirdscene:bmsThirdBundleTest3", "sceneProject/bmsmainabilityfirstscene:bmsMainAbilityFirstScene", diff --git a/appexecfwk/bundle_standard/bundlemanager/actsbundlemanageretstest/Test.json b/appexecfwk/bundle_standard/bundlemanager/actsbundlemanageretstest/Test.json index 846e77340..b27900711 100644 --- a/appexecfwk/bundle_standard/bundlemanager/actsbundlemanageretstest/Test.json +++ b/appexecfwk/bundle_standard/bundlemanager/actsbundlemanageretstest/Test.json @@ -35,7 +35,8 @@ "bmsJstest3.hap -> /data/test/bmsJstest3.hap", "bmsJstest4.hap -> /data/test/bmsJstest4.hap", "bmsJstest5.hap -> /data/test/bmsJstest5.hap", - "bmsJstest6.hap -> /data/test/bmsJstest6.hap" + "bmsJstest6.hap -> /data/test/bmsJstest6.hap", + "bmsThirdBundleTest7.hap->/data/test/bmsThirdBundleTest7.hap" ] }, { @@ -51,7 +52,8 @@ "bm install -p /data/test/bmsJstest3.hap", "bm install -p /data/test/bmsJstest4.hap", "bm install -p /data/test/bmsJstest5.hap", - "bm install -p /data/test/bmsJstest6.hap" + "bm install -p /data/test/bmsJstest6.hap", + "bm install -p /data/test/bmsThirdBundleTest7.hap" ], "teardown-command":[ "bm uninstall -n com.example.third1", @@ -61,6 +63,7 @@ "bm uninstall -n com.example.myapplication4", "bm uninstall -n com.example.myapplication5", "bm uninstall -n com.example.myapplication6", + "bm uninstall -n com.example.third7", "bm uninstall -n ohos.acts.bundle.stage" ] } diff --git a/appexecfwk/bundle_standard/bundlemanager/actsbundlemanageretstest/entry/src/main/ets/test/GetQueryAbilityByWant.test.ets b/appexecfwk/bundle_standard/bundlemanager/actsbundlemanageretstest/entry/src/main/ets/test/GetQueryAbilityByWant.test.ets new file mode 100644 index 000000000..8ed9c62ef --- /dev/null +++ b/appexecfwk/bundle_standard/bundlemanager/actsbundlemanageretstest/entry/src/main/ets/test/GetQueryAbilityByWant.test.ets @@ -0,0 +1,1011 @@ +/* + * 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. + */ +import bundle from '@ohos.bundle' +import account from '@ohos.account.osAccount' +import { describe, beforeAll, beforeEach, afterEach, afterAll, it, expect } from 'deccjsunit' + +const BUNDLE_NAME1 = 'com.example.third1'; +const SYSTEM_NAME = 'com.example.system2'; +const ABILITIY_NAME8 = 'com.example.system2.MainAbility'; +let userId: number = 0; +const INVALID_CODE: number = 1; + +export default function ActsBmsQueryAbilityByWant() { + describe('ActsBmsQueryAbilityByWant', function () { + + beforeAll(async function (done) { + await account.getAccountManager().getOsAccountLocalIdFromProcess().then(account => { + console.info("getOsAccountLocalIdFromProcess userid ==========" + account); + userId = account; + done(); + }).catch(err => { + console.info("getOsAccountLocalIdFromProcess err ==========" + JSON.stringify(err)); + done(); + }) + }); + + /* + * @tc.number: bms_queryAbilityByWant_0100 + * @tc.name: Use the implicit query method in queryAbilityByWant to get abilityInfos + * @tc.desc: queryAbilityByWant for third app + */ + it('bms_queryAbilityByWant_0100', 0, async function (done) { + bundle.queryAbilityByWant( + { + "action": "" + }, bundle.BundleFlag.GET_BUNDLE_DEFAULT, userId).then(res => { + expect(res).assertFail() + done() + }).catch(err => { + expect(err).assertEqual(INVALID_CODE) + done() + }) + }); + + /* + * @tc.number: bms_queryAbilityByWant_0200 + * @tc.name: Use the implicit query method in queryAbilityByWant to get abilityInfos + * @tc.desc: queryAbilityByWant for third app + */ + it('bms_queryAbilityByWant_0200', 0, async function (done) { + bundle.queryAbilityByWant( + {}, bundle.BundleFlag.GET_BUNDLE_DEFAULT, userId).then(res => { + expect(res).assertFail() + done() + }).catch(err => { + expect(err).assertEqual(INVALID_CODE) + done() + }) + }); + + /* + * @tc.number: bms_queryAbilityByWant_0300 + * @tc.name: Use the implicit query method in queryAbilityByWant to get abilityInfos + * @tc.desc: queryAbilityByWant for third app + */ + it('bms_queryAbilityByWant_0300', 0, async function (done) { + bundle.queryAbilityByWant( + { + action: "action_a" + }, bundle.BundleFlag.GET_BUNDLE_DEFAULT, userId).then(res => { + console.info(' success bms_queryAbilityByWant_0300'+ JSON.stringify(res)) + expect(res[0].name).assertEqual('com.example.third7.actionSingleString') + expect(res[0].description).assertEqual('actionSingleString') + done() + }).catch(err => { + console.error(' fail bms_queryAbilityByWant_0300' + JSON.stringify(err)) + expect().assertFail() + done() + }) + + }); + + /* + * @tc.number: bms_queryAbilityByWant_0400 + * @tc.name: Use the implicit query method in queryAbilityByWant to get abilityInfos + * @tc.desc: queryAbilityByWant for third app + */ + it('bms_queryAbilityByWant_0400', 0, async function (done) { + bundle.queryAbilityByWant( + { + "action": "action_b2" + }, bundle.BundleFlag.GET_BUNDLE_DEFAULT, userId).then(res => { + console.info(' success bms_queryAbilityByWant_0400'+ JSON.stringify(res)) + expect(res[0].name).assertEqual('com.example.third7.actionDoubleString') + expect(res[0].description).assertEqual('actionDoubleString') + done() + }).catch(err => { + console.error(' fail bms_queryAbilityByWant_0400' + JSON.stringify(err)) + expect().assertFail() + done() + }) + }); + + /* + * @tc.number: bms_queryAbilityByWant_0500 + * @tc.name: Use the implicit query method in queryAbilityByWant to get abilityInfos + * @tc.desc: queryAbilityByWant for third app + */ + it('bms_queryAbilityByWant_0500', 0, async function (done) { + bundle.queryAbilityByWant( + { + "action": "action_c1" + }, bundle.BundleFlag.GET_BUNDLE_DEFAULT, userId).then(res => { + console.info(' success bms_queryAbilityByWant_0500'+ JSON.stringify(res)) + expect(res[0].name).assertEqual('com.example.third7.actionDoubleSkill') + expect(res[0].description).assertEqual('actionDoubleSkill') + done() + }).catch(err => { + console.error(' fail bms_queryAbilityByWant_0500' + JSON.stringify(err)) + expect().assertFail() + done() + }) + }); + + /* + * @tc.number: bms_queryAbilityByWant_0600 + * @tc.name: Use the implicit query method in queryAbilityByWant to get abilityInfos + * @tc.desc: queryAbilityByWant for third appl + */ + it('bms_queryAbilityByWant_0600', 0, async function (done) { + bundle.queryAbilityByWant( + { + "action": "action_d2" + }, bundle.BundleFlag.GET_BUNDLE_DEFAULT, userId).then(res => { + console.info(' success bms_queryAbilityByWant_0600'+ JSON.stringify(res)) + expect(res[0].name).assertEqual('com.example.third7.actionDoubleSkill') + expect(res[0].description).assertEqual('actionDoubleSkill') + done() + }).catch(err => { + console.error(' fail bms_queryAbilityByWant_0600' + JSON.stringify(err)) + expect().assertFail() + done() + }) + }); + + + /* + * @tc.number: bms_queryAbilityByWant_0700 + * @tc.name: Use the implicit query method in queryAbilityByWant to get abilityInfos + * @tc.desc: queryAbilityByWant for third app + */ + it('bms_queryAbilityByWant_0700', 0, async function (done) { + bundle.queryAbilityByWant( + { + "action": "action_not_exist" + }, bundle.BundleFlag.GET_BUNDLE_DEFAULT, userId).then(res => { + expect(res).assertFail() + done() + }).catch(err => { + console.error(' fail bms_queryAbilityByWant_0700' + JSON.stringify(err)) + expect(err).assertEqual(INVALID_CODE) + done() + }) + }); + + /* + * @tc.number: bms_queryAbilityByWant_0800 + * @tc.name: Use the implicit query method in queryAbilityByWant to get abilityInfos + * @tc.desc: queryAbilityByWant for third app + */ + it('bms_queryAbilityByWant_0800', 0, async function (done) { + bundle.queryAbilityByWant( + { + "action": "entity_reserved", + "entities": [] + }, bundle.BundleFlag.GET_BUNDLE_DEFAULT, userId).then(res => { + console.info(' success bms_queryAbilityByWant_0800 '+ JSON.stringify(res)) + const list = ['entityDoubleSkill','entityDoubleString','entitySingleString','entityEmpty'] + if(res && res.length) { + for(let i = 0; i < res.length; i++) { + expect(list.includes(res[i].description)).assertEqual(true) + } + } + done() + }).catch(err => { + console.error(' fail bms_queryAbilityByWant_0800 ' + JSON.stringify(err)) + expect().assertFail() + done() + }) + }); + + /* + * @tc.number: bms_queryAbilityByWant_0900 + * @tc.name: Use the implicit query method in queryAbilityByWant to get abilityInfos + * @tc.desc: queryAbilityByWant for third app + */ + it('bms_queryAbilityByWant_0900', 0, async function (done) { + bundle.queryAbilityByWant( + { + "action": "entity_reserved", + "entities": [""] + }, bundle.BundleFlag.GET_BUNDLE_DEFAULT, userId).then(res => { + expect(res).assertFail() + done() + }).catch(err => { + console.error(' fail bms_queryAbilityByWant_0900' + JSON.stringify(err)) + expect(err).assertEqual(INVALID_CODE) + done() + }) + }); + + /* + * @tc.number: bms_queryAbilityByWant_1000 + * @tc.name: Use the implicit query method in queryAbilityByWant to get abilityInfos + * @tc.desc: queryAbilityByWant for third app + */ + it('bms_queryAbilityByWant_1000', 0, async function (done) { + bundle.queryAbilityByWant( + { + "action": "entity_reserved", + "entities": ["entity_a"] + }, bundle.BundleFlag.GET_BUNDLE_DEFAULT, userId).then(res => { + console.info(' success bms_queryAbilityByWant_1000'+ JSON.stringify(res)) + expect(res[0].name).assertEqual('com.example.third7.entitySingleString') + expect(res[0].description).assertEqual('entitySingleString') + done() + }).catch(err => { + console.error(' fail bms_queryAbilityByWant_1000' + JSON.stringify(err)) + expect().assertFail() + done() + }) + }); + + /* + * @tc.number: bms_queryAbilityByWant_1100 + * @tc.name: Use the implicit query method in queryAbilityByWant to get abilityInfos + * @tc.desc: queryAbilityByWant for third app + */ + it('bms_queryAbilityByWant_1100', 0, async function (done) { + bundle.queryAbilityByWant( + { + "action": "entity_reserved", + "entities": ["entity_b2"] + }, bundle.BundleFlag.GET_BUNDLE_DEFAULT, userId).then(res => { + console.info(' success bms_queryAbilityByWant_1100'+ JSON.stringify(res)) + expect(res[0].name).assertEqual('com.example.third7.entityDoubleString') + expect(res[0].description).assertEqual('entityDoubleString') + done() + }).catch(err => { + console.error(' fail bms_queryAbilityByWant_1100' + JSON.stringify(err)) + expect().assertFail() + done() + }) + }); + + /* + * @tc.number: bms_queryAbilityByWant_1200 + * @tc.name: Use the implicit query method in queryAbilityByWant to get abilityInfos + * @tc.desc: queryAbilityByWant for third app + */ + it('bms_queryAbilityByWant_1200', 0, async function (done) { + bundle.queryAbilityByWant( + { + "action": "entity_reserved", + "entities": ["entity_d1"] + }, bundle.BundleFlag.GET_BUNDLE_DEFAULT, userId).then(res => { + console.info(' success bms_queryAbilityByWant_1200'+ JSON.stringify(res)) + expect(res[0].name).assertEqual('com.example.third7.entityDoubleSkill') + expect(res[0].description).assertEqual('entityDoubleSkill') + done() + }).catch(err => { + console.error(' fail bms_queryAbilityByWant_1200' + JSON.stringify(err)) + expect().assertFail() + done() + }) + }); + + /* + * @tc.number: bms_queryAbilityByWant_1300 + * @tc.name: Use the implicit query method in queryAbilityByWant to get abilityInfos + * @tc.desc: queryAbilityByWant for third app + */ + it('bms_queryAbilityByWant_1300', 0, async function (done) { + bundle.queryAbilityByWant( + { + "action": "entity_reserved", + "entities": ["entity_c1", "entity_c2"] + }, bundle.BundleFlag.GET_BUNDLE_DEFAULT, userId).then(res => { + console.info(' success bms_queryAbilityByWant_1300'+ JSON.stringify(res)) + expect(res[0].name).assertEqual('com.example.third7.entityDoubleSkill') + expect(res[0].description).assertEqual('entityDoubleSkill') + done() + }).catch(err => { + console.error(' fail bms_queryAbilityByWant_1300' + JSON.stringify(err)) + expect().assertFail() + done() + }) + }); + + /* + * @tc.number: bms_queryAbilityByWant_1400 + * @tc.name: Use the implicit query method in queryAbilityByWant to get abilityInfos + * @tc.desc: queryAbilityByWant for third app + */ + it('bms_queryAbilityByWant_1400', 0, async function (done) { + bundle.queryAbilityByWant( + { + "action": "entity_reserved", + "entities": ["entity_b1", "entity_not_exist"] + }, bundle.BundleFlag.GET_BUNDLE_DEFAULT, userId).then(res => { + expect(res).assertFail() + done() + }).catch(err => { + console.error(' fail bms_queryAbilityByWant_1400' + JSON.stringify(err)) + expect(err).assertEqual(INVALID_CODE) + done() + }) + }); + + /* + * @tc.number: bms_queryAbilityByWant_1500 + * @tc.name: Use the implicit query method in queryAbilityByWant to get abilityInfos + * @tc.desc: queryAbilityByWant for third app + */ + it('bms_queryAbilityByWant_1500', 0, async function (done) { + bundle.queryAbilityByWant( + { + "action": "entity_reserved", + "entities": ["entity_b1", "entity_b2", "entity_not_exist"] + }, bundle.BundleFlag.GET_BUNDLE_DEFAULT, userId).then(res => { + expect(res).assertFail() + done() + }).catch(err => { + console.error(' fail bms_queryAbilityByWant_1500' + JSON.stringify(err)) + expect(err).assertEqual(INVALID_CODE) + done() + }) + }); + + /* + * @tc.number: bms_queryAbilityByWant_1600 + * @tc.name: Use the implicit query method in queryAbilityByWant to get abilityInfos + * @tc.desc: queryAbilityByWant for third app + */ + it('bms_queryAbilityByWant_1600', 0, async function (done) { + bundle.queryAbilityByWant( + { + "action": "entity_reserved", + "entities": ["entity_not_exist"] + }, bundle.BundleFlag.GET_BUNDLE_DEFAULT, userId).then(res => { + expect(res).assertFail() + done() + }).catch(err => { + console.error(' fail bms_queryAbilityByWant_1600' + JSON.stringify(err)) + expect(err).assertEqual(INVALID_CODE) + done() + }) + }); + + /* + * @tc.number: bms_queryAbilityByWant_1700 + * @tc.name: Use the implicit query method in queryAbilityByWant to get abilityInfos + * @tc.desc: queryAbilityByWant for third app + */ + it('bms_queryAbilityByWant_1700', 0, async function (done) { + bundle.queryAbilityByWant( + { + "action": "entity_reserved", + }, bundle.BundleFlag.GET_BUNDLE_DEFAULT, userId).then(res => { + console.info(' success bms_queryAbilityByWant_1700 '+ JSON.stringify(res)) + const list = ['entityDoubleSkill','entityDoubleString','entitySingleString','entityEmpty'] + if(res && res.length) { + for(let i = 0; i < res.length; i++) { + expect(list.includes(res[i].description)).assertEqual(true) + } + } + done() + }).catch(err => { + console.error(' fail bms_queryAbilityByWant_1700 ' + JSON.stringify(err)) + expect().assertFail() + done() + }) + }); + + /* + * @tc.number: bms_queryAbilityByWant_1800 + * @tc.name: Use the implicit query method in queryAbilityByWant to get abilityInfos + * @tc.desc: queryAbilityByWant for third app + */ + it('bms_queryAbilityByWant_1800', 0, async function (done) { + bundle.queryAbilityByWant( + { + "action": "uri_reserved", + "uri": "" + }, bundle.BundleFlag.GET_BUNDLE_DEFAULT, userId).then(res => { + console.info(' success bms_queryAbilityByWant_1800 '+ JSON.stringify(res)) + const list = ['uriEmpty','uriSchemeEmpty'] + if(res && res.length) { + for(let i = 0; i < res.length; i++) { + expect(list.includes(res[i].description)).assertEqual(true) + } + } + done() + }).catch(err => { + console.error(' fail bms_queryAbilityByWant_1800 ' + JSON.stringify(err)) + expect().assertFail() + done() + }) + }); + + /* + * @tc.number: bms_queryAbilityByWant_1900 + * @tc.name: Use the implicit query method in queryAbilityByWant to get abilityInfos + * @tc.desc: queryAbilityByWant for third app + */ + it('bms_queryAbilityByWant_1900', 0, async function (done) { + bundle.queryAbilityByWant( + { + "action": "uri_reserved", + "uri": "content" + }, bundle.BundleFlag.GET_BUNDLE_DEFAULT, userId).then(res => { + console.info(' success bms_queryAbilityByWant_1900 '+ JSON.stringify(res)) + const list = ['uriHostEmpty','uriScheme'] + if(res && res.length) { + for(let i = 0; i < res.length; i++) { + expect(list.includes(res[i].description)).assertEqual(true) + } + } + done() + }).catch(err => { + console.error(' fail bms_queryAbilityByWant_1900 ' + JSON.stringify(err)) + expect().assertFail() + done() + }) + }); + + /* + * @tc.number: bms_queryAbilityByWant_2000 + * @tc.name: Use the implicit query method in queryAbilityByWant to get abilityInfos + * @tc.desc: queryAbilityByWant for third app + */ + it('bms_queryAbilityByWant_2000', 0, async function (done) { + bundle.queryAbilityByWant( + { + "action": "uri_reserved", + "uri": "content://www.test.com" + }, bundle.BundleFlag.GET_BUNDLE_DEFAULT, userId).then(res => { + console.info(' success bms_queryAbilityByWant_2000 '+ JSON.stringify(res)) + expect(res[0].description).assertEqual('uriSchemeHost') + done() + }).catch(err => { + console.error(' fail bms_queryAbilityByWant_2000 ' + JSON.stringify(err)) + expect().assertFail() + done() + }) + }); + + /* + * @tc.number: bms_queryAbilityByWant_2100 + * @tc.name: Use the implicit query method in queryAbilityByWant to get abilityInfos + * @tc.desc: queryAbilityByWant for third app + */ + it('bms_queryAbilityByWant_2100', 0, async function (done) { + bundle.queryAbilityByWant( + { + "action": "uri_reserved", + "uri": "content://www.test.com:8080" + }, bundle.BundleFlag.GET_BUNDLE_DEFAULT, userId).then(res => { + console.info(' success bms_queryAbilityByWant_2100 '+ JSON.stringify(res)) + expect(res[0].description).assertEqual('uriSchemeHostPort') + done() + }).catch(err => { + console.error(' fail bms_queryAbilityByWant_2100 ' + JSON.stringify(err)) + expect().assertFail() + done() + }) + }); + + /* + * @tc.number: bms_queryAbilityByWant_2200 + * @tc.name: Use the implicit query method in queryAbilityByWant to get abilityInfos + * @tc.desc: queryAbilityByWant for third app + */ + it('bms_queryAbilityByWant_2200', 0, async function (done) { + bundle.queryAbilityByWant( + { + "action": "uri_reserved", + "uri": "content://www.test.com:8080/query/student/name" + }, bundle.BundleFlag.GET_BUNDLE_DEFAULT, userId).then(res => { + console.info(' success bms_queryAbilityByWant_2200 '+ JSON.stringify(res)) + const list = ['uriSchemeHostPortPath','uriSchemeHostPortPathStartWith','uriSchemeHostPortPathRegx'] + if(res && res.length) { + for(let i = 0; i < res.length; i++) { + expect(list.includes(res[i].description)).assertEqual(true) + } + } + done() + }).catch(err => { + console.error(' fail bms_queryAbilityByWant_2200 ' + JSON.stringify(err)) + expect().assertFail() + done() + }) + }); + + /* + * @tc.number: bms_queryAbilityByWant_2300 + * @tc.name: Use the implicit query method in queryAbilityByWant to get abilityInfos + * @tc.desc: queryAbilityByWant for third app + */ + it('bms_queryAbilityByWant_2300', 0, async function (done) { + bundle.queryAbilityByWant( + { + "action": "uri_reserved", + "uri": "content://www.test.com/query/student/name" + }, bundle.BundleFlag.GET_BUNDLE_DEFAULT, userId).then(res => { + console.info(' success bms_queryAbilityByWant_2300 '+ JSON.stringify(res)) + const list = ['uriPortEmptyWithPath','uriPortEmptyWithPathStartWith','uriPortEmptyWithPathRegx'] + if(res && res.length) { + for(let i = 0; i < res.length; i++) { + expect(list.includes(res[i].description)).assertEqual(true) + } + } + done() + }).catch(err => { + console.error(' fail bms_queryAbilityByWant_2300 ' + JSON.stringify(err)) + expect().assertFail() + done() + }) + }); + + /* + * @tc.number: bms_queryAbilityByWant_2400 + * @tc.name: Use the implicit query method in queryAbilityByWant to get abilityInfos + * @tc.desc: queryAbilityByWant for third app + */ + it('bms_queryAbilityByWant_2400', 0, async function (done) { + bundle.queryAbilityByWant( + { + "action": "uri_reserved", + "uri": "content://www.test.com:8080/query/teacher/name" + }, bundle.BundleFlag.GET_BUNDLE_DEFAULT, userId).then(res => { + console.info(' success bms_queryAbilityByWant_2400 '+ JSON.stringify(res)) + expect(res[0].description).assertEqual('uriSchemeHostPortPathRegx') + done() + }).catch(err => { + console.error(' fail bms_queryAbilityByWant_2400 ' + JSON.stringify(err)) + expect().assertFail() + done() + }) + }); + + /* + * @tc.number: bms_queryAbilityByWant_2500 + * @tc.name: Use the implicit query method in queryAbilityByWant to get abilityInfos + * @tc.desc: queryAbilityByWant for third app + */ + it('bms_queryAbilityByWant_2500', 0, async function (done) { + bundle.queryAbilityByWant( + { + "action": "uri_reserved", + "uri": "content://www.test.com:8080/query/student/jack" + }, bundle.BundleFlag.GET_BUNDLE_DEFAULT, userId).then(res => { + console.info(' success bms_queryAbilityByWant_2500 '+ JSON.stringify(res)) + expect(res[0].description).assertEqual('uriSchemeHostPortPathStartWith') + done() + }).catch(err => { + console.error(' fail bms_queryAbilityByWant_2500 ' + JSON.stringify(err)) + expect().assertFail() + done() + }) + }); + + /* + * @tc.number: bms_queryAbilityByWant_2600 + * @tc.name: Use the implicit query method in queryAbilityByWant to get abilityInfos + * @tc.desc: queryAbilityByWant for third app + */ + it('bms_queryAbilityByWant_2600', 0, async function (done) { + bundle.queryAbilityByWant( + { + "action": "uri_reserved", + "uri": "file://www.test.com:8080/query/student/name" + }, bundle.BundleFlag.GET_BUNDLE_DEFAULT, userId).then(res => { + console.info(' success bms_queryAbilityByWant_2600 '+ JSON.stringify(res)) + expect(res[0].description).assertEqual('uriMultiPath') + done() + }).catch(err => { + console.error(' fail bms_queryAbilityByWant_2600 ' + JSON.stringify(err)) + expect().assertFail() + done() + }) + }); + + /* + * @tc.number: bms_queryAbilityByWant_2700 + * @tc.name: Use the implicit query method in queryAbilityByWant to get abilityInfos + * @tc.desc: queryAbilityByWant for third app + */ + it('bms_queryAbilityByWant_2700', 0, async function (done) { + bundle.queryAbilityByWant( + { + "action": "uri_reserved", + "uri": "file://www.test.com:8080/query/teacher/hello" + }, bundle.BundleFlag.GET_BUNDLE_DEFAULT, userId).then(res => { + console.info(' success bms_queryAbilityByWant_2700 '+ JSON.stringify(res)) + expect(res[0].description).assertEqual('uriMultiPath') + done() + }).catch(err => { + console.error(' fail bms_queryAbilityByWant_2700 ' + JSON.stringify(err)) + expect().assertFail() + done() + }) + }); + + /* + * @tc.number: bms_queryAbilityByWant_2800 + * @tc.name: Use the implicit query method in queryAbilityByWant to get abilityInfos + * @tc.desc: queryAbilityByWant for third app + */ + it('bms_queryAbilityByWant_2800', 0, async function (done) { + bundle.queryAbilityByWant( + { + "action": "uri_reserved", + "uri": "content://abc" + }, bundle.BundleFlag.GET_BUNDLE_DEFAULT, userId).then(res => { + expect(res).assertFail() + done() + }).catch(err => { + console.error(' fail bms_queryAbilityByWant_2800' + JSON.stringify(err)) + expect(err).assertEqual(INVALID_CODE) + done() + }) + }); + + /* + * @tc.number: bms_queryAbilityByWant_2900 + * @tc.name: Use the implicit query method in queryAbilityByWant to get abilityInfos + * @tc.desc: queryAbilityByWant for third app + */ + it('bms_queryAbilityByWant_2900', 0, async function (done) { + bundle.queryAbilityByWant( + { + "type": "*/*" + }, bundle.BundleFlag.GET_BUNDLE_DEFAULT, userId).then(res => { + console.info(' success bms_queryAbilityByWant_2900 '+ JSON.stringify(res)) + const list = ['TypeDoubleWildCard','TypeSingleWildCard','TypeString', 'TypeStringExt'] + if(res && res.length) { + for(let i = 0; i < res.length; i++) { + expect(list.includes(res[i].description)).assertEqual(true) + } + } + done() + }).catch(err => { + console.error(' fail bms_queryAbilityByWant_2900' + JSON.stringify(err)) + expect().assertFail() + done() + }) + }); + + /* + * @tc.number: bms_queryAbilityByWant_3000 + * @tc.name: Use the implicit query method in queryAbilityByWant to get abilityInfos + * @tc.desc: queryAbilityByWant for third app + */ + it('bms_queryAbilityByWant_3000', 0, async function (done) { + bundle.queryAbilityByWant( + { + "type": "prefixType/*" + }, bundle.BundleFlag.GET_BUNDLE_DEFAULT, userId).then(res => { + console.info(' success bms_queryAbilityByWant_3000 '+ JSON.stringify(res)) + const list = ['TypeDoubleWildCard','TypeSingleWildCard','TypeString'] + if(res && res.length) { + for(let i = 0; i < res.length; i++) { + expect(list.includes(res[i].description)).assertEqual(true) + } + } + done() + }).catch(err => { + console.error(' fail bms_queryAbilityByWant_3000 ' + JSON.stringify(err)) + expect().assertFail() + done() + }) + }); + + /* + * @tc.number: bms_queryAbilityByWant_3100 + * @tc.name: Use the implicit query method in queryAbilityByWant to get abilityInfos + * @tc.desc: queryAbilityByWant for third app + */ + it('bms_queryAbilityByWant_3100', 0, async function (done) { + bundle.queryAbilityByWant( + { + "type": "prefixType/suffixType" + }, bundle.BundleFlag.GET_BUNDLE_DEFAULT, userId).then(res => { + console.info(' success bms_queryAbilityByWant_3100 '+ JSON.stringify(res)) + const list = ['TypeDoubleWildCard','TypeSingleWildCard','TypeString'] + if(res && res.length) { + for(let i = 0; i < res.length; i++) { + expect(list.includes(res[i].description)).assertEqual(true) + } + } + done() + }).catch(err => { + console.error(' fail bms_queryAbilityByWant_3100' + JSON.stringify(err)) + expect().assertFail() + done() + }) + }); + + /* + * @tc.number: bms_queryAbilityByWant_3200 + * @tc.name: Use the implicit query method in queryAbilityByWant to get abilityInfos + * @tc.desc: queryAbilityByWant for third app + */ + it('bms_queryAbilityByWant_3200', 0, async function (done) { + bundle.queryAbilityByWant( + { + "type": "prefixTypeExt/suffixTypeExt" + }, bundle.BundleFlag.GET_BUNDLE_DEFAULT, userId).then(res => { + console.info(' success bms_queryAbilityByWant_3200 '+ JSON.stringify(res)) + const list = ['TypeStringExt','TypeDoubleWildCard'] + if(res && res.length) { + for(let i = 0; i < res.length; i++) { + expect(list.includes(res[i].description)).assertEqual(true) + } + } + done() + }).catch(err => { + console.error(' fail bms_queryAbilityByWant_3200' + JSON.stringify(err)) + expect().assertFail() + done() + }) + }); + + /* + * @tc.number: bms_queryAbilityByWant_3300 + * @tc.name: Use the implicit query method in queryAbilityByWant to get abilityInfos + * @tc.desc: queryAbilityByWant for third app + */ + it('bms_queryAbilityByWant_3300', 0, async function (done) { + bundle.queryAbilityByWant( + { + "action": "type_reserved" + }, bundle.BundleFlag.GET_BUNDLE_DEFAULT, userId).then(res => { + console.info(' success bms_queryAbilityByWant_3300 '+ JSON.stringify(res)) + const list = ['TypeEmpty','TypeEmptyExt'] + if(res && res.length) { + for(let i = 0; i < res.length; i++) { + expect(list.includes(res[i].description)).assertEqual(true) + } + } + done() + }).catch(err => { + console.error(' fail bms_queryAbilityByWant_3300 ' + JSON.stringify(err)) + expect().assertFail() + done() + }) + }); + + /* + * @tc.number: bms_queryAbilityByWant_3400 + * @tc.name: Use the implicit query method in queryAbilityByWant to get abilityInfos + * @tc.desc: queryAbilityByWant for third app + */ + it('bms_queryAbilityByWant_3400', 0, async function (done) { + bundle.queryAbilityByWant( + { + "action": "type_reserved", + "type": "" + }, bundle.BundleFlag.GET_BUNDLE_DEFAULT, userId).then(res => { + console.info(' success bms_queryAbilityByWant_3400 '+ JSON.stringify(res)) + const list = ['TypeEmpty','TypeEmptyExt'] + if(res && res.length) { + for(let i = 0; i < res.length; i++) { + expect(list.includes(res[i].description)).assertEqual(true) + } + } + done() + }).catch(err => { + console.error(' fail bms_queryAbilityByWant_3400 ' + JSON.stringify(err)) + expect().assertFail() + done() + }) + }); + + /* + * @tc.number: bms_queryAbilityByWant_3500 + * @tc.name: Use the implicit query method in queryAbilityByWant to get abilityInfos + * @tc.desc: queryAbilityByWant for third app + */ + it('bms_queryAbilityByWant_3500', 0, async function (done) { + bundle.queryAbilityByWant( + { + "type": "none/none" + }, bundle.BundleFlag.GET_BUNDLE_DEFAULT, userId).then(res => { + console.info(' success bms_queryAbilityByWant_3500'+ JSON.stringify(res)) + expect(res[0].description).assertEqual('TypeDoubleWildCard') + done() + }).catch(err => { + console.error(' fail bms_queryAbilityByWant_3500' + JSON.stringify(err)) + expect().assertFail() + done() + }) + }); + + /* + * @tc.number: bms_queryAbilityByWant_3600 + * @tc.name: Use the implicit query method in queryAbilityByWant to get abilityInfos + * @tc.desc: queryAbilityByWant for third app + */ + it('bms_queryAbilityByWant_3600', 0, async function (done) { + bundle.queryAbilityByWant( + { + "action": "all_action_a", + "entities":["all_entity_a"] + }, bundle.BundleFlag.GET_BUNDLE_DEFAULT, userId).then(res => { + console.info(' success bms_queryAbilityByWant_3600'+ JSON.stringify(res)) + expect(res[0].description).assertEqual('allAE') + done() + }).catch(err => { + console.error(' fail bms_queryAbilityByWant_3600' + JSON.stringify(err)) + expect().assertFail() + done() + }) + }); + + /* + * @tc.number: bms_queryAbilityByWant_3700 + * @tc.name: Use the implicit query method in queryAbilityByWant to get abilityInfos + * @tc.desc: queryAbilityByWant for third app + */ + it('bms_queryAbilityByWant_3700', 0, async function (done) { + bundle.queryAbilityByWant( + { + "action": "all_action_b", + "entities":["all_entity_b1", "all_entity_b2"] + }, bundle.BundleFlag.GET_BUNDLE_DEFAULT, userId).then(res => { + console.info(' success bms_queryAbilityByWant_3700'+ JSON.stringify(res)) + expect(res[0].description).assertEqual('allAEs') + done() + }).catch(err => { + console.error(' fail bms_queryAbilityByWant_3700' + JSON.stringify(err)) + expect().assertFail() + done() + }) + }); + + /* + * @tc.number: bms_queryAbilityByWant_3800 + * @tc.name: Use the implicit query method in queryAbilityByWant to get abilityInfos + * @tc.desc: queryAbilityByWant for third app + */ + it('bms_queryAbilityByWant_3800', 0, async function (done) { + bundle.queryAbilityByWant( + { + "uri" :"http://www.test.com:8080/query/student/name", + "type":"text/plain" + }, bundle.BundleFlag.GET_BUNDLE_DEFAULT, userId).then(res => { + console.info(' success bms_queryAbilityByWant_3800'+ JSON.stringify(res)) + expect(res[0].description).assertEqual('allUT') + done() + }).catch(err => { + console.error(' fail bms_queryAbilityByWant_3800' + JSON.stringify(err)) + expect().assertFail() + done() + }) + }); + + /* + * @tc.number: bms_queryAbilityByWant_3900 + * @tc.name: Use the implicit query method in queryAbilityByWant to get abilityInfos + * @tc.desc: queryAbilityByWant for third app + */ + it('bms_queryAbilityByWant_3900', 0, async function (done) { + bundle.queryAbilityByWant( + { + "uri" :"http://www.test.com:8080/query/student/name", + "type":"text/*" + }, bundle.BundleFlag.GET_BUNDLE_DEFAULT, userId).then(res => { + console.info(' success bms_queryAbilityByWant_3900'+ JSON.stringify(res)) + expect(res[0].description).assertEqual('allUT') + done() + }).catch(err => { + console.error(' fail bms_queryAbilityByWant_3900' + JSON.stringify(err)) + expect().assertFail() + done() + }) + }); + + /* + * @tc.number: bms_queryAbilityByWant_4000 + * @tc.name: Use the implicit query method in queryAbilityByWant to get abilityInfos + * @tc.desc: queryAbilityByWant for third app + */ + it('bms_queryAbilityByWant_4000', 0, async function (done) { + bundle.queryAbilityByWant( + { + "uri" :"http://www.test.com:8080/query/teacher", + "type":"text/plain" + }, bundle.BundleFlag.GET_BUNDLE_DEFAULT, userId).then(res => { + console.info(' success bms_queryAbilityByWant_4000'+ JSON.stringify(res)) + expect(res[0].description).assertEqual('allUT') + done() + }).catch(err => { + console.error(' fail bms_queryAbilityByWant_4000' + JSON.stringify(err)) + expect().assertFail() + done() + }) + }); + + /* + * @tc.number: bms_queryAbilityByWant_4100 + * @tc.name: Use the implicit query method in queryAbilityByWant to get abilityInfos + * @tc.desc: queryAbilityByWant for third app + */ + it('bms_queryAbilityByWant_4100', 0, async function (done) { + bundle.queryAbilityByWant( + { + "uri" :"http://www.test.com:8080/query/teacher/hello", + "type":"text/plain" + }, bundle.BundleFlag.GET_BUNDLE_DEFAULT, userId).then(res => { + console.info(' success bms_queryAbilityByWant_4100'+ JSON.stringify(res)) + expect(res[0].description).assertEqual('allUT') + done() + }).catch(err => { + console.error(' fail bms_queryAbilityByWant_4100' + JSON.stringify(err)) + expect().assertFail() + done() + }) + }); + + /* + * @tc.number: bms_queryAbilityByWant_4200 + * @tc.name: Use the implicit query method in queryAbilityByWant to get abilityInfos + * @tc.desc: queryAbilityByWant for third app + */ + it('bms_queryAbilityByWant_4200', 0, async function (done) { + bundle.queryAbilityByWant( + { + "uri" :"http://www.test.com:8080/update/hello/world/name", + "type":"text/plain" + }, bundle.BundleFlag.GET_BUNDLE_DEFAULT, userId).then(res => { + console.info(' success bms_queryAbilityByWant_4200 '+ JSON.stringify(res)) + expect(res[0].description).assertEqual('allUT') + done() + }).catch(err => { + console.error(' fail bms_queryAbilityByWant_4200 ' + JSON.stringify(err)) + expect().assertFail() + done() + }) + }); + + /* + * @tc.number: bms_queryAbilityByWant_4300 + * @tc.name: Use the implicit query method in queryAbilityByWant to get abilityInfos + * @tc.desc: queryAbilityByWant for third app + */ + it('bms_queryAbilityByWant_4300', 0, async function (done) { + bundle.queryAbilityByWant( + { + "action":"all_action_c", + "entities":["all_entity_c1"], + "uri" :"https://www.test.com:8080/query/student/name", + "type":"text/plain" + }, bundle.BundleFlag.GET_BUNDLE_DEFAULT, userId).then(res => { + console.info(' success bms_queryAbilityByWant_4300 '+ JSON.stringify(res)) + expect(res[0].description).assertEqual('allAEUT') + done() + }).catch(err => { + console.error(' fail bms_queryAbilityByWant_4300 ' + JSON.stringify(err)) + expect().assertFail() + done() + }) + }); + + /* + * @tc.number: bms_queryAbilityByWant_4400 + * @tc.name: Use the implicit query method in queryAbilityByWant to get abilityInfos + * @tc.desc: queryAbilityByWant for third app + */ + it('bms_queryAbilityByWant_4400', 0, async function (done) { + bundle.queryAbilityByWant( + { + "action":"all_action_c", + "entities":["all_entity_c1", "all_entity_c2"], + "uri" :"https://www.test.com:8080/query/student/name", + "type":"text/*" + }, bundle.BundleFlag.GET_BUNDLE_DEFAULT, userId).then(res => { + console.info(' success bms_queryAbilityByWant_4400 '+ JSON.stringify(res)) + expect(res[0].description).assertEqual('allAEUT') + done() + }).catch(err => { + console.error(' fail bms_queryAbilityByWant_4400 ' + JSON.stringify(err)) + expect().assertFail() + done() + }) + }); + }) +} diff --git a/appexecfwk/bundle_standard/bundlemanager/actsbundlemanageretstest/entry/src/main/ets/test/List.test.ets b/appexecfwk/bundle_standard/bundlemanager/actsbundlemanageretstest/entry/src/main/ets/test/List.test.ets index c5ff6d6de..921a5131e 100644 --- a/appexecfwk/bundle_standard/bundlemanager/actsbundlemanageretstest/entry/src/main/ets/test/List.test.ets +++ b/appexecfwk/bundle_standard/bundlemanager/actsbundlemanageretstest/entry/src/main/ets/test/List.test.ets @@ -23,6 +23,7 @@ import getAbilityIcon from "./GetAbilityIcon.test.ets"; import getNameForUid from "./GetNameForUid.test.ets"; import queryExtensionAbilityInfos from "./QueryExtensionAbilityInfos.test.ets"; import getBundleArchiveInfo from "./getBundleArchiveInfo.test.ets"; +import getQueryAbilityByWant from './GetQueryAbilityByWant.test.ets'; export default function testsuite() { getBundleArchiveInfo(); @@ -30,6 +31,7 @@ export default function testsuite() { getAbilityIcon(); getLaunchWantForBundle(); getNameForUid(); + getQueryAbilityByWant(); //RM.007 getApplicationInfoJsunit(); getAllAppInfoJsunit(); diff --git a/appexecfwk/bundle_standard/bundlemanager/sceneProject/bmsgetinfosseventhscene/BUILD.gn b/appexecfwk/bundle_standard/bundlemanager/sceneProject/bmsgetinfosseventhscene/BUILD.gn new file mode 100644 index 000000000..bfa07fdbf --- /dev/null +++ b/appexecfwk/bundle_standard/bundlemanager/sceneProject/bmsgetinfosseventhscene/BUILD.gn @@ -0,0 +1,34 @@ +# 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. +import("//test/xts/tools/build/suite.gni") + +ohos_hap("bmsThirdBundleTest7") { + hap_profile = "./src/main/config.json" + hap_name = "bmsThirdBundleTest7" + subsystem_name = XTS_SUITENAME + final_hap_path = + "${SUITES_OUTPUT_ROOT}/${XTS_SUITENAME}/testcases/${hap_name}.hap" + testonly = true + deps = [ + ":hjs_demo_js_assets", + ":hjs_demo_resources", + ] + certificate_profile = "./signature/openharmony_sx.p7b" +} +ohos_js_assets("hjs_demo_js_assets") { + source_dir = "./src/main/js/default" +} +ohos_resources("hjs_demo_resources") { + sources = [ "./src/main/js/resources" ] + hap_profile = "./src/main/config.json" +} diff --git a/appexecfwk/bundle_standard/bundlemanager/sceneProject/bmsgetinfosseventhscene/Test.json b/appexecfwk/bundle_standard/bundlemanager/sceneProject/bmsgetinfosseventhscene/Test.json new file mode 100644 index 000000000..7a88763ed --- /dev/null +++ b/appexecfwk/bundle_standard/bundlemanager/sceneProject/bmsgetinfosseventhscene/Test.json @@ -0,0 +1,3 @@ +{ + "description": "Configuration for hjunit demo Tests", +} diff --git a/appexecfwk/bundle_standard/bundlemanager/sceneProject/bmsgetinfosseventhscene/signature/openharmony_sx.p7b b/appexecfwk/bundle_standard/bundlemanager/sceneProject/bmsgetinfosseventhscene/signature/openharmony_sx.p7b new file mode 100644 index 0000000000000000000000000000000000000000..66b4457a8a81fb8d3356cf46d67226c850944858 GIT binary patch literal 3443 zcmcgvYj6|S8MPj^V?bbHu)zUrguxV$eOH!j$tfhe(&~j*^2(BJ8Bw#6Ru5a+m8F$e z7KKoe&=>-grhpq>=4Bu;(DE|wG>}Juk_0FTWjZM)HPlI=G?d~bG!)vE?SRd|k4|RL z5AA&4J@@X}@1F16xgaj0Q_^NE(=Gc(#7pJ3#zhN2Tx93-c#sGTPf1&_OvfVyLOu_~ zlSe%S@>=7`Ny51BKMTc;WGL*TDT$MIk>XNl)`J8^1h|A4DgXsQJWCvj_*`5l2htLU zQb|hWZthQ3EO$wia-fh9N)kXtGPj$A6damq3MM9pNIyx0NiIPIgA$i7%!GW72$Oi< z0D=zJ`Y49^Lr|^Wn5#m~7QIHVf-PuY)=pu1y$Xw|RIr2ez^opDJ$jTdsS0Ci7(+as25)_x zsT{}EFl&V|Ef!V9U<2YYRwA&?0@oW&+zMu#MLjlkC63QUS*F~nt&CJ?HBF8xWrVb# zH5lU5!jKhJMKRn`g!moxUavC%H9DwzPo=ifYo{C*v<_3DeJD7J5s#wqYJ_!Y{dKl# zbI>7`d2oQTI#itWjMb#pQF0&==*tju`)aL$UCE23tZj*onZ@#D%qMUx!zW7U>s7pT(2?vZB-yTR}BaHF_^_p z>A)i>RKq&8(V$JL0R&eIy~f~oaNp~cTG=WKY(YHEf$Hj!M5XOif2}bDVT~#nwm57i z6^;k1BfkI#2a7>4e42{8g?g`>nbo*tA?vQh{fRzIem6Y!&u8`Yow^C zqOv67Mm26i&zNJdsSk}S5ZJ9i5g1b;GMLpRDryEM1hJu-awZyzc>Q+DX-4p{!Nodj z8p@BoYeJz0+)sJZt zuEPepall8Mbf92R2NrOKP{5F3h655oKi75PrZ7VWYMqI0@AnHgNidN_?~A>hO$>~4 z^Tb@Mb6p+qg%i#dPPBT6TPfsoGNel~WMtla4$I*p39k?b>wSH06QT&ecu{LS5j7WKgGt{%Qg#tlx5^zGpL0XEyDon}XtBlYX@N6O&mN9(L z$3WvjRw6q*BYjXd*Fq8jXbPB|7!qV;4<3SpL4U$-IR3dR7);6%Ng*HwQb@`@>Ox+;D8{>7P%3W3Q%Usi-A~_qV+>e)rntOWl*O-6dZMKE8F5;?K0akaPU^t@xU> z%=cfHofS|kPL6wHyBU;&9FES!DZ+6ebIF)LFY6Fz{&D!$xgA|o7k1uCUbIc31tSxH zQ9Ry%g+c*8bqSc5h(`)Dg=0P>uD!i0X1s82?ZKCCB;WhGR>U(8-7|qN3Ap)CQv0fX zX>mu>K3(2u5yPDS2i~g-k`cK-?+g}k~KDu+;-P*Btr{$~&b>;qGA|AHs7nh`J|G6Cj zFM?4Cp=2b4lMDphW2lmNDT9=hRhqu_t?@tZNiwycZ^=K%z>ov)XaXk~tj_oQ`@1 zbTo;4XZBDgPjUAKnGqx}k`C5UB78cI_yh?}-u&gMP5ZOtdzXK(qxOqy@YH| zKVg=t_U%sjdhgBr><=%#F8a;Uk{yeK)y=0CKNmdE*mmS2GpIWB>H6u#<%c`=zqcWK z9HF5KQ#7Oa~pEP2)s#v~d&wROM>gVs@EXK<+yLWhcgU&n0TfndfCpllJ0~-G1 zq|eQ>U0Y7f|Lt@0PS + +
+ + {{ $t('strings.hello') }} {{ title }} + +
diff --git a/appexecfwk/bundle_standard/bundlemanager/sceneProject/bmsgetinfosseventhscene/src/main/js/default/pages/index/index.js b/appexecfwk/bundle_standard/bundlemanager/sceneProject/bmsgetinfosseventhscene/src/main/js/default/pages/index/index.js new file mode 100644 index 000000000..eb5be916a --- /dev/null +++ b/appexecfwk/bundle_standard/bundlemanager/sceneProject/bmsgetinfosseventhscene/src/main/js/default/pages/index/index.js @@ -0,0 +1,25 @@ +/* + * 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. + */ +const injectRef = Object.getPrototypeOf(global) || global +injectRef.regeneratorRuntime = require('@babel/runtime/regenerator') + +export default { + data: { + title: "" + }, + onInit() { + this.title = this.$t('strings.world'); + } +} diff --git a/appexecfwk/bundle_standard/bundlemanager/sceneProject/bmsgetinfosseventhscene/src/main/js/resources/base/element/string.json b/appexecfwk/bundle_standard/bundlemanager/sceneProject/bmsgetinfosseventhscene/src/main/js/resources/base/element/string.json new file mode 100644 index 000000000..4c9fcb76d --- /dev/null +++ b/appexecfwk/bundle_standard/bundlemanager/sceneProject/bmsgetinfosseventhscene/src/main/js/resources/base/element/string.json @@ -0,0 +1,28 @@ +{ + "string": [ + { + "name": "app_name", + "value": "third7" + }, + { + "name":"master_desc", + "value":"master_desc" + }, + { + "name": "entry_MainAbility", + "value": "entry_MainAbility" + }, + { + "name": "description_mainability", + "value": "eTS_Empty Ability" + }, + { + "name": "mainability_description", + "value": "eTS_Empty Ability" + }, + { + "name": "description_serviceability", + "value": "hap sample empty service" + } + ] + } \ No newline at end of file diff --git a/appexecfwk/bundle_standard/bundlemanager/sceneProject/bmsgetinfosseventhscene/src/main/js/resources/base/media/icon.png b/appexecfwk/bundle_standard/bundlemanager/sceneProject/bmsgetinfosseventhscene/src/main/js/resources/base/media/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..ce307a8827bd75456441ceb57d530e4c8d45d36c GIT binary patch literal 6790 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