diff --git a/bundlemanager/bundle_standard/bundlemanager/actsbmsaccesstokentest/src/main/config.json b/bundlemanager/bundle_standard/bundlemanager/actsbmsaccesstokentest/src/main/config.json index c3c8996b7b17d7d4b7fe14765727604fb604610c..94ac99f1d0970c9894b966755c048b4d8cca01be 100644 --- a/bundlemanager/bundle_standard/bundlemanager/actsbmsaccesstokentest/src/main/config.json +++ b/bundlemanager/bundle_standard/bundlemanager/actsbmsaccesstokentest/src/main/config.json @@ -18,8 +18,7 @@ "name": ".entry", "deviceType": [ "default", - "tablet", - "2in1" + "tablet" ], "distro": { "deliveryWithInstall": true, diff --git a/bundlemanager/bundle_standard/bundlemanager/actsbmsatomicserviceetstest/actsbmsatomicservicetest/entry/src/main/module.json b/bundlemanager/bundle_standard/bundlemanager/actsbmsatomicserviceetstest/actsbmsatomicservicetest/entry/src/main/module.json index e846ece4d6b422f84c0d7f74d72096d0b94350de..3c7d04ecab2abed144b2778170cd7e640d72faa5 100644 --- a/bundlemanager/bundle_standard/bundlemanager/actsbmsatomicserviceetstest/actsbmsatomicservicetest/entry/src/main/module.json +++ b/bundlemanager/bundle_standard/bundlemanager/actsbmsatomicserviceetstest/actsbmsatomicservicetest/entry/src/main/module.json @@ -7,21 +7,20 @@ "mainElement": "ohos.acts.atomic.service.test.MainAbility", "deviceTypes": [ "default", - "tablet", - "2in1" + "tablet" ], - "dependencies": [ + "dependencies":[ { - "moduleName": "feature" + "moduleName":"feature" } ], - "atomicService": { - "preloads": [ + "atomicService":{ + "preloads":[ { - "moduleName": "feature" + "moduleName":"feature" }, { - "moduleName": "shared" + "moduleName":"shared" } ] }, @@ -44,7 +43,7 @@ "actions": [ "action.system.home" ], - "entities": [ + "entities":[ "entity.system.home" ] } @@ -372,33 +371,29 @@ } ], "requestPermissions": [ - { - "name": "ohos.permission.GET_BUNDLE_INFO", - "reason": "$string:permission_reason", - "usedScene": { - "abilities": [ - "MainAbility" - ], - "when": "always" - } - }, - { - "name": "ohos.permission.READ_CALENDAR", - "reason": "$string:permission_reason", - "usedScene": { - "abilities": [ - "MainAbility" - ], - "when": "inuse" - } + { + "name": "ohos.permission.GET_BUNDLE_INFO", + "reason": "$string:permission_reason", + "usedScene": { + "abilities": ["MainAbility"], + "when": "always" + } + }, + { + "name": "ohos.permission.READ_CALENDAR", + "reason": "$string:permission_reason", + "usedScene": { + "abilities": ["MainAbility"], + "when": "inuse" } + } ], "metadata": [ - { - "name": "MetaData1", - "value": "MetaDataValue", - "resource": "$profile:shortcuts_config" - } + { + "name": "MetaData1", + "value": "MetaDataValue", + "resource": "$profile:shortcuts_config" + } ] } -} \ No newline at end of file +} diff --git a/bundlemanager/bundle_standard/bundlemanager/actsbmsatomicserviceetstest/bmsatomicserviceone/entry/src/main/module.json b/bundlemanager/bundle_standard/bundlemanager/actsbmsatomicserviceetstest/bmsatomicserviceone/entry/src/main/module.json index 3bebabf74df2a339758d9b9ea6f72cc41265fe70..082abb9b60a2524b7481e31bf56e9d413f15833c 100644 --- a/bundlemanager/bundle_standard/bundlemanager/actsbmsatomicserviceetstest/bmsatomicserviceone/entry/src/main/module.json +++ b/bundlemanager/bundle_standard/bundlemanager/actsbmsatomicserviceetstest/bmsatomicserviceone/entry/src/main/module.json @@ -7,8 +7,7 @@ "mainElement": "ohos.acts.atomic.service.test.MainAbility", "deviceTypes": [ "default", - "tablet", - "2in1" + "tablet" ], "deliveryWithInstall": true, "installationFree": true, @@ -29,7 +28,7 @@ "actions": [ "action.system.home" ], - "entities": [ + "entities":[ "entity.system.home" ] } @@ -37,4 +36,4 @@ } ] } -} \ No newline at end of file +} diff --git a/bundlemanager/bundle_standard/bundlemanager/actsbmsatomicserviceetstest/bmsatomicserviceshared/entry/src/main/module.json b/bundlemanager/bundle_standard/bundlemanager/actsbmsatomicserviceetstest/bmsatomicserviceshared/entry/src/main/module.json index edb4326349cf1b5bbb13e2d8e0446b61fdda59d1..13781bf03bae3e3d9458ec3632642ee12ba158f2 100644 --- a/bundlemanager/bundle_standard/bundlemanager/actsbmsatomicserviceetstest/bmsatomicserviceshared/entry/src/main/module.json +++ b/bundlemanager/bundle_standard/bundlemanager/actsbmsatomicserviceetstest/bmsatomicserviceshared/entry/src/main/module.json @@ -7,12 +7,11 @@ "mainElement": "ohos.acts.atomic.service.test.MainAbility", "deviceTypes": [ "default", - "tablet", - "2in1" + "tablet" ], "deliveryWithInstall": true, "installationFree": true, "uiSyntax": "ets", "pages": "$profile:main_pages" } -} \ No newline at end of file +} diff --git a/bundlemanager/bundle_standard/bundlemanager/actsbmsetsunpermissiontest/entry/src/main/config.json b/bundlemanager/bundle_standard/bundlemanager/actsbmsetsunpermissiontest/entry/src/main/config.json index 3fd4703e6a1cca4256e295e035196a6e865618df..471fea82a5fcc2955fed6264b82fef67514ce557 100644 --- a/bundlemanager/bundle_standard/bundlemanager/actsbmsetsunpermissiontest/entry/src/main/config.json +++ b/bundlemanager/bundle_standard/bundlemanager/actsbmsetsunpermissiontest/entry/src/main/config.json @@ -1,101 +1,100 @@ -{ - "app": { - "bundleName": "com.example.actsbmsetsunpermissiontest", - "vendor": "example", - "version": { - "code": 1000000, - "name": "1.0.0" - }, - "apiVersion": { - "compatible": 8, - "releaseType": "Release", - "target": 8 - } - }, - "deviceConfig": {}, - "module": { - "package": "com.example.actsbmsetsunpermissiontest", - "name": ".MyApplication", - "mainAbility": ".MainAbility", - "srcPath": "", - "deviceType": [ - "default", - "tablet", - "2in1" - ], - "distro": { - "deliveryWithInstall": true, - "moduleName": "entry", - "moduleType": "entry", - "installationFree": false - }, - "abilities": [ - { - "skills": [ - { - "entities": [ - "entity.system.home" - ], - "actions": [ - "action.system.home" - ] - } - ], - "orientation": "unspecified", - "visible": true, - "srcPath": "MainAbility", - "name": ".MainAbility", - "srcLanguage": "ets", - "icon": "$media:icon", - "description": "$string:description_mainability", - "formsEnabled": false, - "label": "$string:entry_MainAbility", - "type": "page", - "launchType": "standard" - }, - { - "orientation": "unspecified", - "visible": true, - "srcPath": "TestAbility", - "name": ".TestAbility", - "srcLanguage": "ets", - "icon": "$media:icon", - "description": "$string:TestAbility_desc", - "formsEnabled": false, - "label": "$string:TestAbility_label", - "type": "page", - "launchType": "standard" - } - ], - "js": [ - { - "mode": { - "syntax": "ets", - "type": "pageAbility" - }, - "pages": [ - "pages/index" - ], - "name": ".MainAbility", - "window": { - "designWidth": 720, - "autoDesignWidth": false - } - }, - { - "mode": { - "syntax": "ets", - "type": "pageAbility" - }, - "pages": [ - "pages/index" - ], - "name": ".TestAbility", - "window": { - "designWidth": 720, - "autoDesignWidth": false - } - } - ] - } +{ + "app": { + "bundleName": "com.example.actsbmsetsunpermissiontest", + "vendor": "example", + "version": { + "code": 1000000, + "name": "1.0.0" + }, + "apiVersion": { + "compatible": 8, + "releaseType": "Release", + "target": 8 + } + }, + "deviceConfig": {}, + "module": { + "package": "com.example.actsbmsetsunpermissiontest", + "name": ".MyApplication", + "mainAbility": ".MainAbility", + "srcPath": "", + "deviceType": [ + "default", + "tablet" + ], + "distro": { + "deliveryWithInstall": true, + "moduleName": "entry", + "moduleType": "entry", + "installationFree": false + }, + "abilities": [ + { + "skills": [ + { + "entities": [ + "entity.system.home" + ], + "actions": [ + "action.system.home" + ] + } + ], + "orientation": "unspecified", + "visible": true, + "srcPath": "MainAbility", + "name": ".MainAbility", + "srcLanguage": "ets", + "icon": "$media:icon", + "description": "$string:description_mainability", + "formsEnabled": false, + "label": "$string:entry_MainAbility", + "type": "page", + "launchType": "standard" + }, + { + "orientation": "unspecified", + "visible": true, + "srcPath": "TestAbility", + "name": ".TestAbility", + "srcLanguage": "ets", + "icon": "$media:icon", + "description": "$string:TestAbility_desc", + "formsEnabled": false, + "label": "$string:TestAbility_label", + "type": "page", + "launchType": "standard" + } + ], + "js": [ + { + "mode": { + "syntax": "ets", + "type": "pageAbility" + }, + "pages": [ + "pages/index" + ], + "name": ".MainAbility", + "window": { + "designWidth": 720, + "autoDesignWidth": false + } + }, + { + "mode": { + "syntax": "ets", + "type": "pageAbility" + }, + "pages": [ + "pages/index" + ], + "name": ".TestAbility", + "window": { + "designWidth": 720, + "autoDesignWidth": false + } + } + ] + } } \ No newline at end of file diff --git a/bundlemanager/bundle_standard/bundlemanager/actsbmsgetinfostest/src/main/config.json b/bundlemanager/bundle_standard/bundlemanager/actsbmsgetinfostest/src/main/config.json index b3d48a7bbee9790b94b6d5b608bb7d9dbd680bd9..092942c6d95fe0358ce1d13be7b7605dd42712ee 100644 --- a/bundlemanager/bundle_standard/bundlemanager/actsbmsgetinfostest/src/main/config.json +++ b/bundlemanager/bundle_standard/bundlemanager/actsbmsgetinfostest/src/main/config.json @@ -1,106 +1,105 @@ -{ - "app": { - "bundleName": "com.example.actsbmsgetinfostest", - "vendor": "example", - "version": { - "code": 1, - "name": "1.0" - }, - "apiVersion": { - "compatible": 8, - "target": 8, - "releaseType": "Beta1" - } - }, - "deviceConfig": {}, - "module": { - "package": "com.example.actsbmsgetinfostest", - "name": ".entry", - "deviceType": [ - "default", - "tablet", - "2in1" - ], - "distro": { - "deliveryWithInstall": true, - "moduleName": "entry", - "moduleType": "entry" - }, - "abilities": [ - { - "skills": [ - { - "entities": [ - "entity.system.home" - ], - "actions": [ - "action.system.home" - ] - } - ], - "orientation": "unspecified", - "formsEnabled": false, - "name": ".MainAbility", - "srcLanguage": "js", - "srcPath": "MainAbility", - "icon": "$media:icon", - "description": "$string:MainAbility_desc", - "label": "$string:MainAbility_label", - "type": "page", - "visible": true, - "launchType": "standard" - }, - { - "orientation": "unspecified", - "formsEnabled": false, - "name": ".TestAbility", - "srcLanguage": "js", - "srcPath": "TestAbility", - "icon": "$media:icon", - "description": "$string:TestAbility_desc", - "label": "$string:TestAbility_label", - "type": "page", - "visible": true, - "launchType": "standard" - } - ], - "reqPermissions": [ - { - "name": "ohos.permission.GET_BUNDLE_INFO_PRIVILEGED", - "reason": "need use ohos.permission.GET_BUNDLE_INFO_PRIVILEGED" - }, - { - "name": "ohos.permission.GET_BUNDLE_INFO", - "reason": "need use ohos.permission.GET_BUNDLE_INFO" - } - ], - "js": [ - { - "pages": [ - "pages/index/index" - ], - "name": "default", - "window": { - "designWidth": 720, - "autoDesignWidth": false - } - }, - { - "pages": [ - "pages/index/index" - ], - "name": ".TestAbility", - "window": { - "designWidth": 720, - "autoDesignWidth": false - } - } - ], - "testRunner": { - "name": "OpenHarmonyTestRunner", - "srcPath": "TestRunner" - }, - "mainAbility": ".MainAbility", - "srcPath": "" - } +{ + "app": { + "bundleName": "com.example.actsbmsgetinfostest", + "vendor": "example", + "version": { + "code": 1, + "name": "1.0" + }, + "apiVersion": { + "compatible": 8, + "target": 8, + "releaseType": "Beta1" + } + }, + "deviceConfig": {}, + "module": { + "package": "com.example.actsbmsgetinfostest", + "name": ".entry", + "deviceType": [ + "default", + "tablet" + ], + "distro": { + "deliveryWithInstall": true, + "moduleName": "entry", + "moduleType": "entry" + }, + "abilities": [ + { + "skills": [ + { + "entities": [ + "entity.system.home" + ], + "actions": [ + "action.system.home" + ] + } + ], + "orientation": "unspecified", + "formsEnabled": false, + "name": ".MainAbility", + "srcLanguage": "js", + "srcPath": "MainAbility", + "icon": "$media:icon", + "description": "$string:MainAbility_desc", + "label": "$string:MainAbility_label", + "type": "page", + "visible": true, + "launchType": "standard" + }, + { + "orientation": "unspecified", + "formsEnabled": false, + "name": ".TestAbility", + "srcLanguage": "js", + "srcPath": "TestAbility", + "icon": "$media:icon", + "description": "$string:TestAbility_desc", + "label": "$string:TestAbility_label", + "type": "page", + "visible": true, + "launchType": "standard" + } + ], + "reqPermissions": [ + { + "name": "ohos.permission.GET_BUNDLE_INFO_PRIVILEGED", + "reason": "need use ohos.permission.GET_BUNDLE_INFO_PRIVILEGED" + }, + { + "name": "ohos.permission.GET_BUNDLE_INFO", + "reason": "need use ohos.permission.GET_BUNDLE_INFO" + } + ], + "js": [ + { + "pages": [ + "pages/index/index" + ], + "name": "default", + "window": { + "designWidth": 720, + "autoDesignWidth": false + } + }, + { + "pages": [ + "pages/index/index" + ], + "name": ".TestAbility", + "window": { + "designWidth": 720, + "autoDesignWidth": false + } + } + ], + "testRunner": { + "name": "OpenHarmonyTestRunner", + "srcPath": "TestRunner" + }, + "mainAbility": ".MainAbility", + "srcPath": "" + } } \ No newline at end of file diff --git a/bundlemanager/bundle_standard/bundlemanager/actsbmshapmoduletest/src/main/config.json b/bundlemanager/bundle_standard/bundlemanager/actsbmshapmoduletest/src/main/config.json index 12eee4abc13cd574066aebb208923187dde6fa91..8003c85c7c8ea3d73b9bc8847093d4c92d9bd1e4 100644 --- a/bundlemanager/bundle_standard/bundlemanager/actsbmshapmoduletest/src/main/config.json +++ b/bundlemanager/bundle_standard/bundlemanager/actsbmshapmoduletest/src/main/config.json @@ -18,8 +18,7 @@ "name": ".entry", "deviceType": [ "default", - "tablet", - "2in1" + "tablet" ], "distro": { "deliveryWithInstall": true, diff --git a/bundlemanager/bundle_standard/bundlemanager/actsbmsjstest/src/main/config.json b/bundlemanager/bundle_standard/bundlemanager/actsbmsjstest/src/main/config.json index 8f0996beec56d6deb20c3814d5c7fd87a2106344..06434764319247fcf67ad8a3719a1978208f2216 100644 --- a/bundlemanager/bundle_standard/bundlemanager/actsbmsjstest/src/main/config.json +++ b/bundlemanager/bundle_standard/bundlemanager/actsbmsjstest/src/main/config.json @@ -1,102 +1,101 @@ -{ - "app": { - "bundleName": "com.example.actsbmsjstest", - "vendor": "example", - "version": { - "code": 1, - "name": "1.0" - }, - "apiVersion": { - "compatible": 8, - "target": 8, - "releaseType": "Beta1" - } - }, - "deviceConfig": {}, - "module": { - "package": "com.example.actsbmsjstest", - "name": ".entry", - "deviceType": [ - "default", - "tablet", - "2in1" - ], - "distro": { - "deliveryWithInstall": true, - "moduleName": "entry", - "moduleType": "entry" - }, - "abilities": [ - { - "skills": [ - { - "entities": [ - "entity.system.home" - ], - "actions": [ - "action.system.home" - ] - } - ], - "orientation": "unspecified", - "formsEnabled": false, - "name": ".MainAbility", - "srcLanguage": "js", - "srcPath": "MainAbility", - "icon": "$media:icon", - "description": "$string:MainAbility_desc", - "label": "$string:MainAbility_label", - "type": "page", - "visible": true, - "launchType": "standard" - }, - { - "orientation": "unspecified", - "formsEnabled": false, - "name": ".TestAbility", - "srcLanguage": "js", - "srcPath": "TestAbility", - "icon": "$media:icon", - "description": "$string:TestAbility_desc", - "label": "$string:TestAbility_label", - "type": "page", - "visible": true, - "launchType": "standard" - } - ], - "reqPermissions": [ - { - "name": "ohos.permission.GET_BUNDLE_INFO", - "reason": "need use ohos.permission.GET_BUNDLE_INFO" - } - ], - "js": [ - { - "pages": [ - "pages/index/index" - ], - "name": "default", - "window": { - "designWidth": 720, - "autoDesignWidth": false - } - }, - { - "pages": [ - "pages/index/index" - ], - "name": ".TestAbility", - "window": { - "designWidth": 720, - "autoDesignWidth": false - } - } - ], - "testRunner": { - "name": "OpenHarmonyTestRunner", - "srcPath": "TestRunner" - }, - "mainAbility": ".MainAbility", - "srcPath": "" - } +{ + "app": { + "bundleName": "com.example.actsbmsjstest", + "vendor": "example", + "version": { + "code": 1, + "name": "1.0" + }, + "apiVersion": { + "compatible": 8, + "target": 8, + "releaseType": "Beta1" + } + }, + "deviceConfig": {}, + "module": { + "package": "com.example.actsbmsjstest", + "name": ".entry", + "deviceType": [ + "default", + "tablet" + ], + "distro": { + "deliveryWithInstall": true, + "moduleName": "entry", + "moduleType": "entry" + }, + "abilities": [ + { + "skills": [ + { + "entities": [ + "entity.system.home" + ], + "actions": [ + "action.system.home" + ] + } + ], + "orientation": "unspecified", + "formsEnabled": false, + "name": ".MainAbility", + "srcLanguage": "js", + "srcPath": "MainAbility", + "icon": "$media:icon", + "description": "$string:MainAbility_desc", + "label": "$string:MainAbility_label", + "type": "page", + "visible": true, + "launchType": "standard" + }, + { + "orientation": "unspecified", + "formsEnabled": false, + "name": ".TestAbility", + "srcLanguage": "js", + "srcPath": "TestAbility", + "icon": "$media:icon", + "description": "$string:TestAbility_desc", + "label": "$string:TestAbility_label", + "type": "page", + "visible": true, + "launchType": "standard" + } + ], + "reqPermissions": [ + { + "name": "ohos.permission.GET_BUNDLE_INFO", + "reason": "need use ohos.permission.GET_BUNDLE_INFO" + } + ], + "js": [ + { + "pages": [ + "pages/index/index" + ], + "name": "default", + "window": { + "designWidth": 720, + "autoDesignWidth": false + } + }, + { + "pages": [ + "pages/index/index" + ], + "name": ".TestAbility", + "window": { + "designWidth": 720, + "autoDesignWidth": false + } + } + ], + "testRunner": { + "name": "OpenHarmonyTestRunner", + "srcPath": "TestRunner" + }, + "mainAbility": ".MainAbility", + "srcPath": "" + } } \ No newline at end of file diff --git a/bundlemanager/bundle_standard/bundlemanager/actsbmsjsunpermissiontest/src/main/config.json b/bundlemanager/bundle_standard/bundlemanager/actsbmsjsunpermissiontest/src/main/config.json index 9246f682facc68af3bb244b9cad17a23ddd353aa..349f5ad7effdc9cb17e204287d097dc4b95d583a 100644 --- a/bundlemanager/bundle_standard/bundlemanager/actsbmsjsunpermissiontest/src/main/config.json +++ b/bundlemanager/bundle_standard/bundlemanager/actsbmsjsunpermissiontest/src/main/config.json @@ -1,96 +1,95 @@ -{ - "app": { - "bundleName": "com.example.actsbmsjsunpermissiontest", - "vendor": "example", - "version": { - "code": 1, - "name": "1.0" - }, - "apiVersion": { - "compatible": 8, - "target": 8, - "releaseType": "Beta1" - } - }, - "deviceConfig": {}, - "module": { - "package": "com.example.actsbmsjsunpermissiontest", - "name": ".entry", - "deviceType": [ - "default", - "tablet", - "2in1" - ], - "distro": { - "deliveryWithInstall": true, - "moduleName": "entry", - "moduleType": "entry" - }, - "abilities": [ - { - "skills": [ - { - "entities": [ - "entity.system.home" - ], - "actions": [ - "action.system.home" - ] - } - ], - "orientation": "unspecified", - "formsEnabled": false, - "name": ".MainAbility", - "srcLanguage": "js", - "srcPath": "MainAbility", - "icon": "$media:icon", - "description": "$string:MainAbility_desc", - "label": "$string:MainAbility_label", - "type": "page", - "visible": true, - "launchType": "standard" - }, - { - "orientation": "unspecified", - "formsEnabled": false, - "name": ".TestAbility", - "srcLanguage": "js", - "srcPath": "TestAbility", - "icon": "$media:icon", - "description": "$string:TestAbility_desc", - "label": "$string:TestAbility_label", - "type": "page", - "visible": true, - "launchType": "standard" - } - ], - "js": [ - { - "pages": [ - "pages/index/index" - ], - "name": "default", - "window": { - "designWidth": 720, - "autoDesignWidth": false - } - }, - { - "pages": [ - "pages/index/index" - ], - "name": ".TestAbility", - "window": { - "designWidth": 720, - "autoDesignWidth": false - } - } - ], - "testRunner": { - "name": "OpenHarmonyTestRunner", - "srcPath": "TestRunner" - }, - "mainAbility": ".MainAbility", - "srcPath": "" - } +{ + "app": { + "bundleName": "com.example.actsbmsjsunpermissiontest", + "vendor": "example", + "version": { + "code": 1, + "name": "1.0" + }, + "apiVersion": { + "compatible": 8, + "target": 8, + "releaseType": "Beta1" + } + }, + "deviceConfig": {}, + "module": { + "package": "com.example.actsbmsjsunpermissiontest", + "name": ".entry", + "deviceType": [ + "default", + "tablet" + ], + "distro": { + "deliveryWithInstall": true, + "moduleName": "entry", + "moduleType": "entry" + }, + "abilities": [ + { + "skills": [ + { + "entities": [ + "entity.system.home" + ], + "actions": [ + "action.system.home" + ] + } + ], + "orientation": "unspecified", + "formsEnabled": false, + "name": ".MainAbility", + "srcLanguage": "js", + "srcPath": "MainAbility", + "icon": "$media:icon", + "description": "$string:MainAbility_desc", + "label": "$string:MainAbility_label", + "type": "page", + "visible": true, + "launchType": "standard" + }, + { + "orientation": "unspecified", + "formsEnabled": false, + "name": ".TestAbility", + "srcLanguage": "js", + "srcPath": "TestAbility", + "icon": "$media:icon", + "description": "$string:TestAbility_desc", + "label": "$string:TestAbility_label", + "type": "page", + "visible": true, + "launchType": "standard" + } + ], + "js": [ + { + "pages": [ + "pages/index/index" + ], + "name": "default", + "window": { + "designWidth": 720, + "autoDesignWidth": false + } + }, + { + "pages": [ + "pages/index/index" + ], + "name": ".TestAbility", + "window": { + "designWidth": 720, + "autoDesignWidth": false + } + } + ], + "testRunner": { + "name": "OpenHarmonyTestRunner", + "srcPath": "TestRunner" + }, + "mainAbility": ".MainAbility", + "srcPath": "" + } } \ No newline at end of file diff --git a/bundlemanager/bundle_standard/bundlemanager/actsbmsmetadatatest/src/main/config.json b/bundlemanager/bundle_standard/bundlemanager/actsbmsmetadatatest/src/main/config.json index 5fcdf3571afc8f1c2269cefa1a0b5dfead4423c7..f35cc2718f582fc8fe0d8ec644b83b6e1ff5863d 100644 --- a/bundlemanager/bundle_standard/bundlemanager/actsbmsmetadatatest/src/main/config.json +++ b/bundlemanager/bundle_standard/bundlemanager/actsbmsmetadatatest/src/main/config.json @@ -18,8 +18,7 @@ "name": ".entry", "deviceType": [ "default", - "tablet", - "2in1" + "tablet" ], "distro": { "deliveryWithInstall": true, diff --git a/bundlemanager/bundle_standard/bundlemanager/actsbundlemanageretstest/entry/src/main/config.json b/bundlemanager/bundle_standard/bundlemanager/actsbundlemanageretstest/entry/src/main/config.json index 8aba5c3f666d5a65a71a369a8e5b72cdd32fe764..069d7e728d9332dd3d1cac8a342ec0e9abe7db1a 100644 --- a/bundlemanager/bundle_standard/bundlemanager/actsbundlemanageretstest/entry/src/main/config.json +++ b/bundlemanager/bundle_standard/bundlemanager/actsbundlemanageretstest/entry/src/main/config.json @@ -1,143 +1,142 @@ -{ - "app": { - "bundleName": "com.open.harmony.packagemag", - "vendor": "ohos", - "version": { - "code": 1000000, - "name": "1.0.0" - }, - "apiVersion": { - "compatible": 8, - "releaseType": "Release", - "target": 8 - } - }, - "deviceConfig": {}, - "module": { - "package": "com.open.harmony.packagemag", - "name": ".MyApplication", - "srcPath": "", - "mainAbility": "com.open.harmony.packagemag.MainAbility", - "deviceType": [ - "default", - "tablet", - "2in1" - ], - "reqPermissions": [ - { - "name": "ohos.permission.GET_BUNDLE_INFO_PRIVILEGED" - }, - { - "name": "ohos.permission.GET_BUNDLE_INFO" - }, - { - "name": "ohos.permission.USE_BLUETOOTH" - } - ], - "distro": { - "deliveryWithInstall": true, - "moduleName": "entry", - "moduleType": "entry", - "installationFree": false - }, - "abilities": [ - { - "skills": [ - { - "entities": [ - "entity.system.home" - ], - "actions": [ - "action.system.home" - ] - } - ], - "visible": true, - "orientation": "unspecified", - "srcPath": "MainAbility", - "name": ".MainAbility", - "srcLanguage": "ets", - "icon": "$media:icon", - "description": "$string:mainability_description", - "formsEnabled": false, - "label": "$string:entry_MainAbility", - "type": "page", - "launchType": "standard" - }, - { - "orientation": "unspecified", - "visible": true, - "srcPath": "TestAbility", - "name": ".TestAbility", - "srcLanguage": "ets", - "icon": "$media:icon", - "description": "$string:TestAbility_desc", - "formsEnabled": false, - "label": "$string:TestAbility_label", - "type": "page", - "launchType": "standard" - }, - { - "srcPath": "ServiceAbility", - "name": ".ServiceAbility", - "srcLanguage": "ets", - "description": "$string:description_serviceability", - "type": "service" - }, - { - "name": ".DataAbility", - "srcLanguage": "ets", - "srcPath": "MainAbility", - "icon": "$media:icon", - "description": "$string:DataAbility_desc", - "type": "data", - "uri": "dataability://com.open.harmony.packagemag.DataAbility" - }, - { - "orientation": "followRecent", - "formsEnabled": false, - "name": ".FollowRecentAbility", - "srcLanguage": "ets", - "srcPath": "MainAbility", - "icon": "$media:icon", - "description": "$string:PageAbility1_desc", - "label": "$string:PageAbility1_label", - "type": "page", - "visible": true, - "launchType": "standard" - } - ], - "js": [ - { - "mode": { - "syntax": "ets", - "type": "pageAbility" - }, - "pages": [ - "pages/index", - "pages/second" - ], - "name": ".MainAbility", - "window": { - "designWidth": 720, - "autoDesignWidth": false - } - }, - { - "mode": { - "syntax": "ets", - "type": "pageAbility" - }, - "pages": [ - "pages/index" - ], - "name": ".TestAbility", - "window": { - "designWidth": 720, - "autoDesignWidth": false - } - } - ], - "description": "$string:entry_description" - } -} \ No newline at end of file +{ + "app": { + "bundleName": "com.open.harmony.packagemag", + "vendor": "ohos", + "version": { + "code": 1000000, + "name": "1.0.0" + }, + "apiVersion": { + "compatible": 8, + "releaseType": "Release", + "target": 8 + } + }, + "deviceConfig": {}, + "module": { + "package": "com.open.harmony.packagemag", + "name": ".MyApplication", + "srcPath": "", + "mainAbility": "com.open.harmony.packagemag.MainAbility", + "deviceType": [ + "default", + "tablet" + ], + "reqPermissions": [ + { + "name": "ohos.permission.GET_BUNDLE_INFO_PRIVILEGED" + }, + { + "name": "ohos.permission.GET_BUNDLE_INFO" + }, + { + "name": "ohos.permission.USE_BLUETOOTH" + } + ], + "distro": { + "deliveryWithInstall": true, + "moduleName": "entry", + "moduleType": "entry", + "installationFree": false + }, + "abilities": [ + { + "skills": [ + { + "entities": [ + "entity.system.home" + ], + "actions": [ + "action.system.home" + ] + } + ], + "visible": true, + "orientation": "unspecified", + "srcPath": "MainAbility", + "name": ".MainAbility", + "srcLanguage": "ets", + "icon": "$media:icon", + "description": "$string:mainability_description", + "formsEnabled": false, + "label": "$string:entry_MainAbility", + "type": "page", + "launchType": "standard" + }, + { + "orientation": "unspecified", + "visible": true, + "srcPath": "TestAbility", + "name": ".TestAbility", + "srcLanguage": "ets", + "icon": "$media:icon", + "description": "$string:TestAbility_desc", + "formsEnabled": false, + "label": "$string:TestAbility_label", + "type": "page", + "launchType": "standard" + }, + { + "srcPath": "ServiceAbility", + "name": ".ServiceAbility", + "srcLanguage": "ets", + "description": "$string:description_serviceability", + "type": "service" + }, + { + "name": ".DataAbility", + "srcLanguage": "ets", + "srcPath": "MainAbility", + "icon": "$media:icon", + "description": "$string:DataAbility_desc", + "type": "data", + "uri": "dataability://com.open.harmony.packagemag.DataAbility" + }, + { + "orientation": "followRecent", + "formsEnabled": false, + "name": ".FollowRecentAbility", + "srcLanguage": "ets", + "srcPath": "MainAbility", + "icon": "$media:icon", + "description": "$string:PageAbility1_desc", + "label": "$string:PageAbility1_label", + "type": "page", + "visible": true, + "launchType": "standard" + } + ], + "js": [ + { + "mode": { + "syntax": "ets", + "type": "pageAbility" + }, + "pages": [ + "pages/index", + "pages/second" + ], + "name": ".MainAbility", + "window": { + "designWidth": 720, + "autoDesignWidth": false + } + }, + { + "mode": { + "syntax": "ets", + "type": "pageAbility" + }, + "pages": [ + "pages/index" + ], + "name": ".TestAbility", + "window": { + "designWidth": 720, + "autoDesignWidth": false + } + } + ], + "description":"$string:entry_description" + } +} diff --git a/bundlemanager/bundle_standard/bundlemanager/actsbundlemanageroverlaytest/entry/src/main/module.json b/bundlemanager/bundle_standard/bundlemanager/actsbundlemanageroverlaytest/entry/src/main/module.json index 9cc72ef9e9465ce82c8a637bd7bceb4010481b82..4268a959d49146e6260fe4e1e9df9534e6c1f087 100644 --- a/bundlemanager/bundle_standard/bundlemanager/actsbundlemanageroverlaytest/entry/src/main/module.json +++ b/bundlemanager/bundle_standard/bundlemanager/actsbundlemanageroverlaytest/entry/src/main/module.json @@ -7,8 +7,7 @@ "mainElement": "ohos.acts.bundle.overlay.test.MainAbility", "deviceTypes": [ "default", - "tablet", - "2in1" + "tablet" ], "deliveryWithInstall": true, "installationFree": false, @@ -29,7 +28,7 @@ "actions": [ "action.system.home" ], - "entities": [ + "entities":[ "entity.system.home" ] } @@ -357,33 +356,29 @@ } ], "requestPermissions": [ - { - "name": "ohos.permission.GET_BUNDLE_INFO", - "reason": "$string:permission_reason", - "usedScene": { - "abilities": [ - "MainAbility" - ], - "when": "always" - } - }, - { - "name": "ohos.permission.READ_CALENDAR", - "reason": "$string:permission_reason", - "usedScene": { - "abilities": [ - "MainAbility" - ], - "when": "inuse" - } + { + "name": "ohos.permission.GET_BUNDLE_INFO", + "reason": "$string:permission_reason", + "usedScene": { + "abilities": ["MainAbility"], + "when": "always" } + }, + { + "name": "ohos.permission.READ_CALENDAR", + "reason": "$string:permission_reason", + "usedScene": { + "abilities": ["MainAbility"], + "when": "inuse" + } + } ], "metadata": [ - { - "name": "MetaData1", - "value": "MetaDataValue", - "resource": "$profile:shortcuts_config" - } + { + "name": "MetaData1", + "value": "MetaDataValue", + "resource": "$profile:shortcuts_config" + } ] } -} \ No newline at end of file +} diff --git a/bundlemanager/bundle_standard/bundlemanager/actsbundlemanagerstagetest/entry/src/main/module.json b/bundlemanager/bundle_standard/bundlemanager/actsbundlemanagerstagetest/entry/src/main/module.json index b306bd92cbbf222e148fa97f4f416256018ba27c..864e634be078561e62855bc4fc0da126b82b550f 100644 --- a/bundlemanager/bundle_standard/bundlemanager/actsbundlemanagerstagetest/entry/src/main/module.json +++ b/bundlemanager/bundle_standard/bundlemanager/actsbundlemanagerstagetest/entry/src/main/module.json @@ -7,8 +7,7 @@ "mainElement": "ohos.acts.bundle.stage.test.MainAbility", "deviceTypes": [ "default", - "tablet", - "2in1" + "tablet" ], "deliveryWithInstall": true, "installationFree": false, @@ -29,7 +28,7 @@ "actions": [ "action.system.home" ], - "entities": [ + "entities":[ "entity.system.home" ] } @@ -379,33 +378,29 @@ } ], "requestPermissions": [ - { - "name": "ohos.permission.GET_BUNDLE_INFO", - "reason": "$string:permission_reason", - "usedScene": { - "abilities": [ - "MainAbility" - ], - "when": "always" - } - }, - { - "name": "ohos.permission.READ_CALENDAR", - "reason": "$string:permission_reason", - "usedScene": { - "abilities": [ - "MainAbility" - ], - "when": "inuse" - } + { + "name": "ohos.permission.GET_BUNDLE_INFO", + "reason": "$string:permission_reason", + "usedScene": { + "abilities": ["MainAbility"], + "when": "always" } + }, + { + "name": "ohos.permission.READ_CALENDAR", + "reason": "$string:permission_reason", + "usedScene": { + "abilities": ["MainAbility"], + "when": "inuse" + } + } ], "metadata": [ - { - "name": "MetaData1", - "value": "MetaDataValue", - "resource": "$profile:shortcuts_config" - } + { + "name": "MetaData1", + "value": "MetaDataValue", + "resource": "$profile:shortcuts_config" + } ] } -} \ No newline at end of file +} diff --git a/bundlemanager/bundle_standard/bundlemanager/actsbundlemanagertest/src/main/config.json b/bundlemanager/bundle_standard/bundlemanager/actsbundlemanagertest/src/main/config.json index 6fbfd3147e1ad69a52b63e04dd322492a7883fbc..247924873ea7676a4b53604309c2eb053bafa0cb 100644 --- a/bundlemanager/bundle_standard/bundlemanager/actsbundlemanagertest/src/main/config.json +++ b/bundlemanager/bundle_standard/bundlemanager/actsbundlemanagertest/src/main/config.json @@ -1,135 +1,134 @@ -{ - "app": { - "bundleName": "com.example.actsbundlemanagertest", - "vendor": "example", - "version": { - "code": 1, - "name": "1.0" - }, - "apiVersion": { - "compatible": 8, - "target": 8, - "releaseType": "Beta1" - } - }, - "deviceConfig": {}, - "module": { - "package": "com.example.actsbundlemanagertest", - "name": ".entry", - "deviceType": [ - "default", - "tablet", - "2in1" - ], - "distro": { - "deliveryWithInstall": true, - "moduleName": "entry", - "moduleType": "entry" - }, - "abilities": [ - { - "skills": [ - { - "entities": [ - "entity.system.home" - ], - "actions": [ - "action.system.home" - ] - } - ], - "orientation": "unspecified", - "formsEnabled": false, - "name": ".MainAbility", - "srcLanguage": "js", - "srcPath": "MainAbility", - "icon": "$media:icon", - "description": "$string:MainAbility_desc", - "label": "$string:MainAbility_label", - "type": "page", - "visible": true, - "launchType": "standard" - }, - { - "orientation": "unspecified", - "formsEnabled": false, - "name": ".TestAbility", - "srcLanguage": "js", - "srcPath": "TestAbility", - "icon": "$media:icon", - "description": "$string:TestAbility_desc", - "label": "$string:TestAbility_label", - "type": "page", - "visible": true, - "launchType": "standard" - } - ], - "defPermissions": [ - { - "name": "com.permission.CAMERA", - "grantMode": "system_grant", - "availableScope": [ - "signature" - ], - "label": "CAMERA permission", - "description": "CAMERA permission in detail" - }, - { - "name": "com.permission.music", - "grantMode": "system_grant", - "availableScope": [ - "signature" - ], - "label": "music permission", - "description": "music permission in detail" - }, - { - "name": "com.permission.WeChat", - "grantMode": "system_grant", - "availableScope": [ - "signature" - ], - "label": "WeChat permission", - "description": "WeChat permission in detail" - } - ], - "reqPermissions": [ - { - "name": "ohos.permission.GET_BUNDLE_INFO_PRIVILEGED", - "reason": "need use ohos.permission.GET_BUNDLE_INFO_PRIVILEGED" - }, - { - "name": "ohos.permission.GET_BUNDLE_INFO", - "reason": "need use ohos.permission.GET_BUNDLE_INFO" - } - ], - "js": [ - { - "pages": [ - "pages/index/index" - ], - "name": "default", - "window": { - "designWidth": 720, - "autoDesignWidth": false - } - }, - { - "pages": [ - "pages/index/index" - ], - "name": ".TestAbility", - "window": { - "designWidth": 720, - "autoDesignWidth": false - } - } - ], - "testRunner": { - "name": "OpenHarmonyTestRunner", - "srcPath": "TestRunner" - }, - "mainAbility": ".MainAbility", - "srcPath": "" - } +{ + "app": { + "bundleName": "com.example.actsbundlemanagertest", + "vendor": "example", + "version": { + "code": 1, + "name": "1.0" + }, + "apiVersion": { + "compatible": 8, + "target": 8, + "releaseType": "Beta1" + } + }, + "deviceConfig": {}, + "module": { + "package": "com.example.actsbundlemanagertest", + "name": ".entry", + "deviceType": [ + "default", + "tablet" + ], + "distro": { + "deliveryWithInstall": true, + "moduleName": "entry", + "moduleType": "entry" + }, + "abilities": [ + { + "skills": [ + { + "entities": [ + "entity.system.home" + ], + "actions": [ + "action.system.home" + ] + } + ], + "orientation": "unspecified", + "formsEnabled": false, + "name": ".MainAbility", + "srcLanguage": "js", + "srcPath": "MainAbility", + "icon": "$media:icon", + "description": "$string:MainAbility_desc", + "label": "$string:MainAbility_label", + "type": "page", + "visible": true, + "launchType": "standard" + }, + { + "orientation": "unspecified", + "formsEnabled": false, + "name": ".TestAbility", + "srcLanguage": "js", + "srcPath": "TestAbility", + "icon": "$media:icon", + "description": "$string:TestAbility_desc", + "label": "$string:TestAbility_label", + "type": "page", + "visible": true, + "launchType": "standard" + } + ], + "defPermissions": [ + { + "name": "com.permission.CAMERA", + "grantMode": "system_grant", + "availableScope": [ + "signature" + ], + "label": "CAMERA permission", + "description": "CAMERA permission in detail" + }, + { + "name": "com.permission.music", + "grantMode": "system_grant", + "availableScope": [ + "signature" + ], + "label": "music permission", + "description": "music permission in detail" + }, + { + "name": "com.permission.WeChat", + "grantMode": "system_grant", + "availableScope": [ + "signature" + ], + "label": "WeChat permission", + "description": "WeChat permission in detail" + } + ], + "reqPermissions": [ + { + "name": "ohos.permission.GET_BUNDLE_INFO_PRIVILEGED", + "reason": "need use ohos.permission.GET_BUNDLE_INFO_PRIVILEGED" + }, + { + "name": "ohos.permission.GET_BUNDLE_INFO", + "reason": "need use ohos.permission.GET_BUNDLE_INFO" + } + ], + "js": [ + { + "pages": [ + "pages/index/index" + ], + "name": "default", + "window": { + "designWidth": 720, + "autoDesignWidth": false + } + }, + { + "pages": [ + "pages/index/index" + ], + "name": ".TestAbility", + "window": { + "designWidth": 720, + "autoDesignWidth": false + } + } + ], + "testRunner": { + "name": "OpenHarmonyTestRunner", + "srcPath": "TestRunner" + }, + "mainAbility": ".MainAbility", + "srcPath": "" + } } \ No newline at end of file diff --git a/bundlemanager/bundle_standard/bundlemanager/actsbundlenativeninthapitest/entry/src/main/config.json b/bundlemanager/bundle_standard/bundlemanager/actsbundlenativeninthapitest/entry/src/main/config.json index a8d35cb797c15650134f1de518303426fac99552..88fd1cce2a09946e09f8d0c64886f7751a330de1 100755 --- a/bundlemanager/bundle_standard/bundlemanager/actsbundlenativeninthapitest/entry/src/main/config.json +++ b/bundlemanager/bundle_standard/bundlemanager/actsbundlenativeninthapitest/entry/src/main/config.json @@ -1,100 +1,100 @@ { - "app": { - "bundleName": "com.actsbundle.napitest", - "vendor": "open", - "version": { - "code": 1000000, - "name": "1.0.0" - }, - "apiVersion": { - "compatible": 9, - "releaseType": "Release", - "target": 9 - } + "app": { + "bundleName": "com.actsbundle.napitest", + "vendor": "open", + "version": { + "code": 1000000, + "name": "1.0.0" }, - "deviceConfig": {}, - "module": { - "package": "com.actsbundle.napitest", - "name": ".MyApplication", - "mainAbility": "com.actsbundle.napitest.MainAbility", - "deviceType": [ - "default", - "tablet", - "2in1" + "apiVersion": { + "compatible": 9, + "releaseType": "Release", + "target": 9 + } + }, + "deviceConfig": {}, + "module": { + "package": "com.actsbundle.napitest", + "name": ".MyApplication", + "mainAbility": "com.actsbundle.napitest.MainAbility", + + "deviceType": [ + "default", + "tablet" + ], + "distro": { + "deliveryWithInstall": true, + "moduleName": "entry", + "moduleType": "entry", + "installationFree": false + }, + "abilities": [ + { + "skills": [ + { + "entities": [ + "entity.system.home" + ], + "actions": [ + "action.system.home" + ] + } ], - "distro": { - "deliveryWithInstall": true, - "moduleName": "entry", - "moduleType": "entry", - "installationFree": false + "orientation": "unspecified", + "visible": true, + "srcPath": "MainAbility", + "name": ".MainAbility", + "srcLanguage": "ets", + "icon": "$media:icon", + "description": "$string:description_mainability", + "formsEnabled": false, + "label": "$string:entry_MainAbility", + "type": "page", + "launchType": "standard" + }, + { + "orientation": "unspecified", + "visible": true, + "srcPath": "TestAbility", + "name": ".TestAbility", + "srcLanguage": "ets", + "icon": "$media:icon", + "description": "$string:TestAbility_desc", + "formsEnabled": false, + "label": "$string:TestAbility_label", + "type": "page", + "launchType": "standard" + } + ], + "js": [ + { + "mode": { + "syntax": "ets", + "type": "pageAbility" }, - "abilities": [ - { - "skills": [ - { - "entities": [ - "entity.system.home" - ], - "actions": [ - "action.system.home" - ] - } - ], - "orientation": "unspecified", - "visible": true, - "srcPath": "MainAbility", - "name": ".MainAbility", - "srcLanguage": "ets", - "icon": "$media:icon", - "description": "$string:description_mainability", - "formsEnabled": false, - "label": "$string:entry_MainAbility", - "type": "page", - "launchType": "standard" - }, - { - "orientation": "unspecified", - "visible": true, - "srcPath": "TestAbility", - "name": ".TestAbility", - "srcLanguage": "ets", - "icon": "$media:icon", - "description": "$string:TestAbility_desc", - "formsEnabled": false, - "label": "$string:TestAbility_label", - "type": "page", - "launchType": "standard" - } + "pages": [ + "pages/index" ], - "js": [ - { - "mode": { - "syntax": "ets", - "type": "pageAbility" - }, - "pages": [ - "pages/index" - ], - "name": ".MainAbility", - "window": { - "designWidth": 720, - "autoDesignWidth": false - } - }, - { - "mode": { - "syntax": "ets", - "type": "pageAbility" - }, - "pages": [ - "pages/index" - ], - "name": ".TestAbility", - "window": { - "designWidth": 720, - "autoDesignWidth": false - } - } - ] - } + "name": ".MainAbility", + "window": { + "designWidth": 720, + "autoDesignWidth": false + } + }, + { + "mode": { + "syntax": "ets", + "type": "pageAbility" + }, + "pages": [ + "pages/index" + ], + "name": ".TestAbility", + "window": { + "designWidth": 720, + "autoDesignWidth": false + } + } + ] + } } \ No newline at end of file diff --git a/bundlemanager/bundle_standard/bundlemanager/actsbundlenativetest/entry/src/main/config.json b/bundlemanager/bundle_standard/bundlemanager/actsbundlenativetest/entry/src/main/config.json index 9fad9f85af9e3b684b43c22cf5ae7ec65b77828f..730f114835a27adaba243594b362fd0df9b8056a 100755 --- a/bundlemanager/bundle_standard/bundlemanager/actsbundlenativetest/entry/src/main/config.json +++ b/bundlemanager/bundle_standard/bundlemanager/actsbundlenativetest/entry/src/main/config.json @@ -1,100 +1,100 @@ { - "app": { - "bundleName": "com.actsbundle.napitest", - "vendor": "open", - "version": { - "code": 1000000, - "name": "1.0.0" - }, - "apiVersion": { - "compatible": 7, - "releaseType": "Release", - "target": 8 - } + "app": { + "bundleName": "com.actsbundle.napitest", + "vendor": "open", + "version": { + "code": 1000000, + "name": "1.0.0" }, - "deviceConfig": {}, - "module": { - "package": "com.actsbundle.napitest", - "name": ".MyApplication", - "mainAbility": "com.actsbundle.napitest.MainAbility", - "deviceType": [ - "default", - "tablet", - "2in1" + "apiVersion": { + "compatible": 7, + "releaseType": "Release", + "target": 8 + } + }, + "deviceConfig": {}, + "module": { + "package": "com.actsbundle.napitest", + "name": ".MyApplication", + "mainAbility": "com.actsbundle.napitest.MainAbility", + + "deviceType": [ + "default", + "tablet" + ], + "distro": { + "deliveryWithInstall": true, + "moduleName": "entry", + "moduleType": "entry", + "installationFree": false + }, + "abilities": [ + { + "skills": [ + { + "entities": [ + "entity.system.home" + ], + "actions": [ + "action.system.home" + ] + } ], - "distro": { - "deliveryWithInstall": true, - "moduleName": "entry", - "moduleType": "entry", - "installationFree": false + "orientation": "unspecified", + "visible": true, + "srcPath": "MainAbility", + "name": ".MainAbility", + "srcLanguage": "ets", + "icon": "$media:icon", + "description": "$string:description_mainability", + "formsEnabled": false, + "label": "$string:entry_MainAbility", + "type": "page", + "launchType": "standard" + }, + { + "orientation": "unspecified", + "visible": true, + "srcPath": "TestAbility", + "name": ".TestAbility", + "srcLanguage": "ets", + "icon": "$media:icon", + "description": "$string:TestAbility_desc", + "formsEnabled": false, + "label": "$string:TestAbility_label", + "type": "page", + "launchType": "standard" + } + ], + "js": [ + { + "mode": { + "syntax": "ets", + "type": "pageAbility" }, - "abilities": [ - { - "skills": [ - { - "entities": [ - "entity.system.home" - ], - "actions": [ - "action.system.home" - ] - } - ], - "orientation": "unspecified", - "visible": true, - "srcPath": "MainAbility", - "name": ".MainAbility", - "srcLanguage": "ets", - "icon": "$media:icon", - "description": "$string:description_mainability", - "formsEnabled": false, - "label": "$string:entry_MainAbility", - "type": "page", - "launchType": "standard" - }, - { - "orientation": "unspecified", - "visible": true, - "srcPath": "TestAbility", - "name": ".TestAbility", - "srcLanguage": "ets", - "icon": "$media:icon", - "description": "$string:TestAbility_desc", - "formsEnabled": false, - "label": "$string:TestAbility_label", - "type": "page", - "launchType": "standard" - } + "pages": [ + "pages/index" ], - "js": [ - { - "mode": { - "syntax": "ets", - "type": "pageAbility" - }, - "pages": [ - "pages/index" - ], - "name": ".MainAbility", - "window": { - "designWidth": 720, - "autoDesignWidth": false - } - }, - { - "mode": { - "syntax": "ets", - "type": "pageAbility" - }, - "pages": [ - "pages/index" - ], - "name": ".TestAbility", - "window": { - "designWidth": 720, - "autoDesignWidth": false - } - } - ] - } + "name": ".MainAbility", + "window": { + "designWidth": 720, + "autoDesignWidth": false + } + }, + { + "mode": { + "syntax": "ets", + "type": "pageAbility" + }, + "pages": [ + "pages/index" + ], + "name": ".TestAbility", + "window": { + "designWidth": 720, + "autoDesignWidth": false + } + } + ] + } } \ No newline at end of file diff --git a/bundlemanager/bundle_standard/bundlemanager/sceneProject/bmsaccesstokenfive/src/main/config.json b/bundlemanager/bundle_standard/bundlemanager/sceneProject/bmsaccesstokenfive/src/main/config.json index 42ff5a462b7dd8de828f9df44b8d91f73ff36349..0cdbac17d399fbd439dcada34cef1645f9126747 100644 --- a/bundlemanager/bundle_standard/bundlemanager/sceneProject/bmsaccesstokenfive/src/main/config.json +++ b/bundlemanager/bundle_standard/bundlemanager/sceneProject/bmsaccesstokenfive/src/main/config.json @@ -1,82 +1,81 @@ { - "app": { - "bundleName": "com.example.bmsaccesstoken3", - "vendor": "example", - "version": { - "code": 1, - "name": "1.0" - }, - "apiVersion": { - "compatible": 5, - "target": 5, - "releaseType": "Beta1" - } + "app": { + "bundleName": "com.example.bmsaccesstoken3", + "vendor": "example", + "version": { + "code": 1, + "name": "1.0" }, - "deviceConfig": {}, - "module": { - "package": "com.example.bmsaccesstoken3", - "name": ".MyApplication1", - "deviceType": [ - "default", - "tablet", - "2in1" - ], - "distro": { - "deliveryWithInstall": true, - "moduleName": "entry", - "moduleType": "entry" - }, - "abilities": [ - { - "skills": [ - { - "entities": [ - "entity.system.home" - ], - "actions": [ - "action.system.home" - ] - } - ], - "name": ".MainAbility", - "icon": "$media:icon", - "description": "$string:mainability_description", - "label": "$string:app_name", - "type": "page", - "isVisible": "true", - "launchType": "standard", - "language": "C++", - "metaData": { - "customizeData": [ - { - "name": "originWidgetName", - "value": "com.weather.testWidget" - } - ] - } - } + "apiVersion": { + "compatible": 5, + "target": 5, + "releaseType": "Beta1" + } + }, + "deviceConfig": {}, + "module": { + "package": "com.example.bmsaccesstoken3", + "name": ".MyApplication1", + "deviceType": [ + "default", + "tablet" + ], + "distro": { + "deliveryWithInstall": true, + "moduleName": "entry", + "moduleType": "entry" + }, + "abilities": [ + { + "skills": [ + { + "entities": [ + "entity.system.home" + ], + "actions": [ + "action.system.home" + ] + } ], - "js": [ - { - "pages": [ - "pages/index/index" - ], - "name": "default", - "window": { - "designWidth": 720, - "autoDesignWidth": false + "name": ".MainAbility", + "icon": "$media:icon", + "description": "$string:mainability_description", + "label": "$string:app_name", + "type": "page", + "isVisible": "true", + "launchType": "standard", + "language": "C++", + "metaData": { + "customizeData": [ + { + "name": "originWidgetName", + "value": "com.weather.testWidget" } - } + ] + } + } + ], + "js": [ + { + "pages": [ + "pages/index/index" ], - "reqPermissions": [ - { - "name": "ohos.permission.DISTRIBUTED_DATASYNC", - "reason": "use ohos.permission.DISTRIBUTED_DATASYNC" - }, - { - "name": "ohos.permission.KEEP_BACKGROUND_RUNNING", - "reason": "use ohos.permission.KEEP_BACKGROUND_RUNNING" - } - ] - } + "name": "default", + "window": { + "designWidth": 720, + "autoDesignWidth": false + } + } + ], + "reqPermissions":[ + { + "name":"ohos.permission.DISTRIBUTED_DATASYNC", + "reason":"use ohos.permission.DISTRIBUTED_DATASYNC" + }, + { + "name": "ohos.permission.KEEP_BACKGROUND_RUNNING", + "reason": "use ohos.permission.KEEP_BACKGROUND_RUNNING" + } + ] + } } \ No newline at end of file diff --git a/bundlemanager/bundle_standard/bundlemanager/sceneProject/bmsaccesstokenfour/src/main/config.json b/bundlemanager/bundle_standard/bundlemanager/sceneProject/bmsaccesstokenfour/src/main/config.json index 8de477cac48ebfb14506c559be934a1d96ab7bc1..8c8a50bf07db8e2690f949631165ace7254f8e13 100644 --- a/bundlemanager/bundle_standard/bundlemanager/sceneProject/bmsaccesstokenfour/src/main/config.json +++ b/bundlemanager/bundle_standard/bundlemanager/sceneProject/bmsaccesstokenfour/src/main/config.json @@ -1,82 +1,81 @@ { - "app": { - "bundleName": "com.example.bmsaccesstoken2", - "vendor": "example", - "version": { - "code": 1, - "name": "1.0" - }, - "apiVersion": { - "compatible": 5, - "target": 5, - "releaseType": "Beta1" - } + "app": { + "bundleName": "com.example.bmsaccesstoken2", + "vendor": "example", + "version": { + "code": 1, + "name": "1.0" }, - "deviceConfig": {}, - "module": { - "package": "com.example.bmsaccesstoken2", - "name": ".MyApplication1", - "deviceType": [ - "default", - "tablet", - "2in1" - ], - "distro": { - "deliveryWithInstall": true, - "moduleName": "entry", - "moduleType": "entry" - }, - "abilities": [ - { - "skills": [ - { - "entities": [ - "entity.system.home" - ], - "actions": [ - "action.system.home" - ] - } - ], - "name": ".MainAbility", - "icon": "$media:icon", - "description": "$string:mainability_description", - "label": "$string:app_name", - "type": "page", - "isVisible": "true", - "launchType": "standard", - "language": "C++", - "metaData": { - "customizeData": [ - { - "name": "originWidgetName", - "value": "com.weather.testWidget" - } - ] - } - } + "apiVersion": { + "compatible": 5, + "target": 5, + "releaseType": "Beta1" + } + }, + "deviceConfig": {}, + "module": { + "package": "com.example.bmsaccesstoken2", + "name": ".MyApplication1", + "deviceType": [ + "default", + "tablet" + ], + "distro": { + "deliveryWithInstall": true, + "moduleName": "entry", + "moduleType": "entry" + }, + "abilities": [ + { + "skills": [ + { + "entities": [ + "entity.system.home" + ], + "actions": [ + "action.system.home" + ] + } ], - "js": [ - { - "pages": [ - "pages/index/index" - ], - "name": "default", - "window": { - "designWidth": 720, - "autoDesignWidth": false + "name": ".MainAbility", + "icon": "$media:icon", + "description": "$string:mainability_description", + "label": "$string:app_name", + "type": "page", + "isVisible": "true", + "launchType": "standard", + "language": "C++", + "metaData": { + "customizeData": [ + { + "name": "originWidgetName", + "value": "com.weather.testWidget" } - } + ] + } + } + ], + "js": [ + { + "pages": [ + "pages/index/index" ], - "reqPermissions": [ - { - "name": "ohos.permission.DISTRIBUTED_DATASYNC", - "reason": "use ohos.permission.DISTRIBUTED_DATASYNC" - }, - { - "name": "ohos.permission.KEEP_BACKGROUND_RUNNING", - "reason": "use ohos.permission.KEEP_BACKGROUND_RUNNING" - } - ] - } + "name": "default", + "window": { + "designWidth": 720, + "autoDesignWidth": false + } + } + ], + "reqPermissions":[ + { + "name":"ohos.permission.DISTRIBUTED_DATASYNC", + "reason":"use ohos.permission.DISTRIBUTED_DATASYNC" + }, + { + "name": "ohos.permission.KEEP_BACKGROUND_RUNNING", + "reason": "use ohos.permission.KEEP_BACKGROUND_RUNNING" + } + ] + } } \ No newline at end of file diff --git a/bundlemanager/bundle_standard/bundlemanager/sceneProject/bmsaccesstokenone/src/main/config.json b/bundlemanager/bundle_standard/bundlemanager/sceneProject/bmsaccesstokenone/src/main/config.json index 170faa715fbca8a00418903efc440a771e6383ab..e9cac756ffb2e7fa8e10a21f50a3ddf35d839a46 100644 --- a/bundlemanager/bundle_standard/bundlemanager/sceneProject/bmsaccesstokenone/src/main/config.json +++ b/bundlemanager/bundle_standard/bundlemanager/sceneProject/bmsaccesstokenone/src/main/config.json @@ -1,82 +1,81 @@ -{ - "app": { - "bundleName": "com.example.bmsaccesstoken1", - "vendor": "example", - "version": { - "code": 1, - "name": "1.0" - }, - "apiVersion": { - "compatible": 5, - "target": 5, - "releaseType": "Beta1" - } - }, - "deviceConfig": {}, - "module": { - "package": "com.example.bmsaccesstoken1", - "name": ".MyApplication1", - "deviceType": [ - "default", - "tablet", - "2in1" - ], - "distro": { - "deliveryWithInstall": true, - "moduleName": "entry", - "moduleType": "entry" - }, - "abilities": [ - { - "skills": [ - { - "entities": [ - "entity.system.home" - ], - "actions": [ - "action.system.home" - ] - } - ], - "name": ".MainAbility", - "icon": "$media:icon", - "description": "$string:mainability_description", - "label": "$string:app_name", - "type": "page", - "isVisible": "true", - "launchType": "standard", - "language": "C++", - "metaData": { - "customizeData": [ - { - "name": "originWidgetName", - "value": "com.weather.testWidget" - } - ] - } - } - ], - "js": [ - { - "pages": [ - "pages/index/index" - ], - "name": "default", - "window": { - "designWidth": 720, - "autoDesignWidth": false - } - } - ], - "reqPermissions": [ - { - "name": "ohos.permission.DISTRIBUTED_DATASYNC", - "reason": "use ohos.permission.DISTRIBUTED_DATASYNC" - }, - { - "name": "ohos.permission.KEEP_BACKGROUND_RUNNING", - "reason": "use ohos.permission.KEEP_BACKGROUND_RUNNING" - } - ] - } +{ + "app": { + "bundleName": "com.example.bmsaccesstoken1", + "vendor": "example", + "version": { + "code": 1, + "name": "1.0" + }, + "apiVersion": { + "compatible": 5, + "target": 5, + "releaseType": "Beta1" + } + }, + "deviceConfig": {}, + "module": { + "package": "com.example.bmsaccesstoken1", + "name": ".MyApplication1", + "deviceType": [ + "default", + "tablet" + ], + "distro": { + "deliveryWithInstall": true, + "moduleName": "entry", + "moduleType": "entry" + }, + "abilities": [ + { + "skills": [ + { + "entities": [ + "entity.system.home" + ], + "actions": [ + "action.system.home" + ] + } + ], + "name": ".MainAbility", + "icon": "$media:icon", + "description": "$string:mainability_description", + "label": "$string:app_name", + "type": "page", + "isVisible": "true", + "launchType": "standard", + "language": "C++", + "metaData": { + "customizeData": [ + { + "name": "originWidgetName", + "value": "com.weather.testWidget" + } + ] + } + } + ], + "js": [ + { + "pages": [ + "pages/index/index" + ], + "name": "default", + "window": { + "designWidth": 720, + "autoDesignWidth": false + } + } + ], + "reqPermissions":[ + { + "name":"ohos.permission.DISTRIBUTED_DATASYNC", + "reason":"use ohos.permission.DISTRIBUTED_DATASYNC" + }, + { + "name": "ohos.permission.KEEP_BACKGROUND_RUNNING", + "reason": "use ohos.permission.KEEP_BACKGROUND_RUNNING" + } + ] + } } \ No newline at end of file diff --git a/bundlemanager/bundle_standard/bundlemanager/sceneProject/bmsaccesstokenthree/src/main/config.json b/bundlemanager/bundle_standard/bundlemanager/sceneProject/bmsaccesstokenthree/src/main/config.json index de73a373544839b8584f291388e315c3ef765d7e..1c736b7b17c0db3276fefbee6edd6e51c23ad793 100644 --- a/bundlemanager/bundle_standard/bundlemanager/sceneProject/bmsaccesstokenthree/src/main/config.json +++ b/bundlemanager/bundle_standard/bundlemanager/sceneProject/bmsaccesstokenthree/src/main/config.json @@ -1,90 +1,89 @@ -{ - "app": { - "bundleName": "com.example.bmsaccesstoken1", - "vendor": "example", - "version": { - "code": 1, - "name": "1.0" - }, - "apiVersion": { - "compatible": 5, - "target": 5, - "releaseType": "Beta1" - } - }, - "deviceConfig": {}, - "module": { - "package": "com.example.bmsaccesstoken2", - "name": ".MyApplication2", - "deviceType": [ - "default", - "tablet", - "2in1" - ], - "distro": { - "deliveryWithInstall": true, - "moduleName": "feature", - "moduleType": "feature" - }, - "abilities": [ - { - "skills": [ - { - "entities": [ - "entity.system.home" - ], - "actions": [ - "action.system.home" - ] - } - ], - "name": ".MainAbility", - "icon": "$media:icon", - "description": "$string:mainability_description", - "label": "$string:app_name", - "type": "page", - "isVisible": "true", - "launchType": "standard", - "language": "C++", - "metaData": { - "customizeData": [ - { - "name": "originWidgetName", - "value": "com.weather.testWidget" - } - ] - } - } - ], - "js": [ - { - "pages": [ - "pages/index/index" - ], - "name": "default", - "window": { - "designWidth": 720, - "autoDesignWidth": false - } - } - ], - "reqPermissions": [ - { - "name": "ohos.permission.KEEP_BACKGROUND_RUNNING", - "reason": "use ohos.permission.KEEP_BACKGROUND_RUNNING" - }, - { - "name": "ohos.permission.LOCATION_IN_BACKGROUND", - "reason": "use ohos.permission.LOCATION_IN_BACKGROUND" - }, - { - "name": "ohos.permission.USE_BLUETOOTH", - "reason": "use ohos.permission.USE_BLUETOOTH" - }, - { - "name": "ohos.permission.VIBRATE", - "reason": "use ohos.permission.VIBRATE" - } - ] - } +{ + "app": { + "bundleName": "com.example.bmsaccesstoken1", + "vendor": "example", + "version": { + "code": 1, + "name": "1.0" + }, + "apiVersion": { + "compatible": 5, + "target": 5, + "releaseType": "Beta1" + } + }, + "deviceConfig": {}, + "module": { + "package": "com.example.bmsaccesstoken2", + "name": ".MyApplication2", + "deviceType": [ + "default", + "tablet" + ], + "distro": { + "deliveryWithInstall": true, + "moduleName": "feature", + "moduleType": "feature" + }, + "abilities": [ + { + "skills": [ + { + "entities": [ + "entity.system.home" + ], + "actions": [ + "action.system.home" + ] + } + ], + "name": ".MainAbility", + "icon": "$media:icon", + "description": "$string:mainability_description", + "label": "$string:app_name", + "type": "page", + "isVisible": "true", + "launchType": "standard", + "language": "C++", + "metaData": { + "customizeData": [ + { + "name": "originWidgetName", + "value": "com.weather.testWidget" + } + ] + } + } + ], + "js": [ + { + "pages": [ + "pages/index/index" + ], + "name": "default", + "window": { + "designWidth": 720, + "autoDesignWidth": false + } + } + ], + "reqPermissions":[ + { + "name": "ohos.permission.KEEP_BACKGROUND_RUNNING", + "reason": "use ohos.permission.KEEP_BACKGROUND_RUNNING" + }, + { + "name": "ohos.permission.LOCATION_IN_BACKGROUND", + "reason": "use ohos.permission.LOCATION_IN_BACKGROUND" + }, + { + "name": "ohos.permission.USE_BLUETOOTH", + "reason": "use ohos.permission.USE_BLUETOOTH" + }, + { + "name": "ohos.permission.VIBRATE", + "reason": "use ohos.permission.VIBRATE" + } + ] + } } \ No newline at end of file diff --git a/bundlemanager/bundle_standard/bundlemanager/sceneProject/bmsaccesstokentwo/src/main/config.json b/bundlemanager/bundle_standard/bundlemanager/sceneProject/bmsaccesstokentwo/src/main/config.json index 39af5366c333a61a2e4e8070208af620f2b2aded..e1393dafd830e6610ea70f59f4e2d528a77a77c6 100644 --- a/bundlemanager/bundle_standard/bundlemanager/sceneProject/bmsaccesstokentwo/src/main/config.json +++ b/bundlemanager/bundle_standard/bundlemanager/sceneProject/bmsaccesstokentwo/src/main/config.json @@ -1,90 +1,89 @@ -{ - "app": { - "bundleName": "com.example.bmsaccesstoken2", - "vendor": "example", - "version": { - "code": 1, - "name": "1.0" - }, - "apiVersion": { - "compatible": 5, - "target": 5, - "releaseType": "Beta1" - } - }, - "deviceConfig": {}, - "module": { - "package": "com.example.bmsaccesstoken2", - "name": ".MyApplication1", - "deviceType": [ - "default", - "tablet", - "2in1" - ], - "distro": { - "deliveryWithInstall": true, - "moduleName": "entry", - "moduleType": "entry" - }, - "abilities": [ - { - "skills": [ - { - "entities": [ - "entity.system.home" - ], - "actions": [ - "action.system.home" - ] - } - ], - "name": ".MainAbility", - "icon": "$media:icon", - "description": "$string:mainability_description", - "label": "$string:app_name", - "type": "page", - "isVisible": "true", - "launchType": "standard", - "language": "C++", - "metaData": { - "customizeData": [ - { - "name": "originWidgetName", - "value": "com.weather.testWidget" - } - ] - } - } - ], - "js": [ - { - "pages": [ - "pages/index/index" - ], - "name": "default", - "window": { - "designWidth": 720, - "autoDesignWidth": false - } - } - ], - "reqPermissions": [ - { - "name": "ohos.permission.KEEP_BACKGROUND_RUNNING", - "reason": "use ohos.permission.KEEP_BACKGROUND_RUNNING" - }, - { - "name": "ohos.permission.LOCATION_IN_BACKGROUND", - "reason": "use ohos.permission.LOCATION_IN_BACKGROUND" - }, - { - "name": "ohos.permission.USE_BLUETOOTH", - "reason": "use ohos.permission.USE_BLUETOOTH" - }, - { - "name": "ohos.permission.VIBRATE", - "reason": "use ohos.permission.VIBRATE" - } - ] - } +{ + "app": { + "bundleName": "com.example.bmsaccesstoken2", + "vendor": "example", + "version": { + "code": 1, + "name": "1.0" + }, + "apiVersion": { + "compatible": 5, + "target": 5, + "releaseType": "Beta1" + } + }, + "deviceConfig": {}, + "module": { + "package": "com.example.bmsaccesstoken2", + "name": ".MyApplication1", + "deviceType": [ + "default", + "tablet" + ], + "distro": { + "deliveryWithInstall": true, + "moduleName": "entry", + "moduleType": "entry" + }, + "abilities": [ + { + "skills": [ + { + "entities": [ + "entity.system.home" + ], + "actions": [ + "action.system.home" + ] + } + ], + "name": ".MainAbility", + "icon": "$media:icon", + "description": "$string:mainability_description", + "label": "$string:app_name", + "type": "page", + "isVisible": "true", + "launchType": "standard", + "language": "C++", + "metaData": { + "customizeData": [ + { + "name": "originWidgetName", + "value": "com.weather.testWidget" + } + ] + } + } + ], + "js": [ + { + "pages": [ + "pages/index/index" + ], + "name": "default", + "window": { + "designWidth": 720, + "autoDesignWidth": false + } + } + ], + "reqPermissions":[ + { + "name": "ohos.permission.KEEP_BACKGROUND_RUNNING", + "reason": "use ohos.permission.KEEP_BACKGROUND_RUNNING" + }, + { + "name": "ohos.permission.LOCATION_IN_BACKGROUND", + "reason": "use ohos.permission.LOCATION_IN_BACKGROUND" + }, + { + "name": "ohos.permission.USE_BLUETOOTH", + "reason": "use ohos.permission.USE_BLUETOOTH" + }, + { + "name": "ohos.permission.VIBRATE", + "reason": "use ohos.permission.VIBRATE" + } + ] + } } \ No newline at end of file diff --git a/bundlemanager/bundle_standard/bundlemanager/sceneProject/bmsfirstright/src/main/config.json b/bundlemanager/bundle_standard/bundlemanager/sceneProject/bmsfirstright/src/main/config.json index 255af777bf46a69b5a743dea2ce0ed1ef1940323..990d2449d6992b4a97bdf477a84ff2bc9dd31091 100644 --- a/bundlemanager/bundle_standard/bundlemanager/sceneProject/bmsfirstright/src/main/config.json +++ b/bundlemanager/bundle_standard/bundlemanager/sceneProject/bmsfirstright/src/main/config.json @@ -1,81 +1,80 @@ -{ - "app": { - "apiVersion": { - "compatible": 4, - "releaseType": "Release", - "target": 5 - }, - "vendor": "example", - "bundleName": "com.example.l3jsdemo", - "version": { - "code": 2000000, - "name": "2.0.0" - } - }, - "deviceConfig": { - "default": { - "debug": false - } - }, - "module": { - "abilities": [ - { - "iconId": 16777218, - "skills": [ - { - "entities": [ - "entity.system.home" - ], - "actions": [ - "action.system.home" - ] - } - ], - "descriptionId": 16777217, - "labelId": 16777216, - "icon": "$media:icon", - "name": "com.example.l3jsdemo.MainAbility", - "description": "$string:mainability_description", - "label": "$string:app_name", - "type": "page", - "homeAbility": true, - "launchType": "standard", - "metaData": { - "customizeData": [ - { - "name": "Data3", - "value": "float", - "extra": "$string:mainability_description" - } - ] - } - } - ], - "deviceType": [ - "default", - "tablet", - "2in1" - ], - "mainAbility": "com.example.l3jsdemo.MainAbility", - "distro": { - "moduleType": "entry", - "installationFree": false, - "deliveryWithInstall": true, - "moduleName": "entry" - }, - "package": "com.example.l3jsdemo", - "name": ".MyApplication", - "js": [ - { - "pages": [ - "pages/index/index" - ], - "name": "default", - "window": { - "designWidth": 720, - "autoDesignWidth": true - } - } - ] - } +{ + "app": { + "apiVersion": { + "compatible": 4, + "releaseType": "Release", + "target": 5 + }, + "vendor": "example", + "bundleName": "com.example.l3jsdemo", + "version": { + "code": 2000000, + "name": "2.0.0" + } + }, + "deviceConfig": { + "default": { + "debug": false + } + }, + "module": { + "abilities": [ + { + "iconId": 16777218, + "skills": [ + { + "entities": [ + "entity.system.home" + ], + "actions": [ + "action.system.home" + ] + } + ], + "descriptionId": 16777217, + "labelId": 16777216, + "icon": "$media:icon", + "name": "com.example.l3jsdemo.MainAbility", + "description": "$string:mainability_description", + "label": "$string:app_name", + "type": "page", + "homeAbility": true, + "launchType": "standard", + "metaData": { + "customizeData": [ + { + "name": "Data3", + "value": "float", + "extra": "$string:mainability_description" + } + ] + } + } + ], + "deviceType": [ + "default", + "tablet" + ], + "mainAbility": "com.example.l3jsdemo.MainAbility", + "distro": { + "moduleType": "entry", + "installationFree": false, + "deliveryWithInstall": true, + "moduleName": "entry" + }, + "package": "com.example.l3jsdemo", + "name": ".MyApplication", + "js": [ + { + "pages": [ + "pages/index/index" + ], + "name": "default", + "window": { + "designWidth": 720, + "autoDesignWidth": true + } + } + ] + } } \ No newline at end of file diff --git a/bundlemanager/bundle_standard/bundlemanager/sceneProject/bmsgetinfosfifthscene/src/main/config.json b/bundlemanager/bundle_standard/bundlemanager/sceneProject/bmsgetinfosfifthscene/src/main/config.json index 1e10b7c39fa7cd2813fea7721df1729a0a4d3371..eabe0ff6e15345b8022df868f58dfae4f36f22bb 100644 --- a/bundlemanager/bundle_standard/bundlemanager/sceneProject/bmsgetinfosfifthscene/src/main/config.json +++ b/bundlemanager/bundle_standard/bundlemanager/sceneProject/bmsgetinfosfifthscene/src/main/config.json @@ -1,261 +1,260 @@ -{ - "app": { - "bundleName": "com.example.third5", - "vendor": "example", - "version": { - "code": 1, - "name": "1.0" - }, - "apiVersion": { - "compatible": 4, - "target": 5, - "releaseType": "Beta1" - } - }, - "deviceConfig": {}, - "module": { - "package": "com.example.third5", - "name": ".BmsThirdBundle5", - "mainAbility": "com.example.third5.AMainAbility", - "deviceType": [ - "default", - "tablet", - "2in1" - ], - "distro": { - "deliveryWithInstall": true, - "moduleName": "entry", - "moduleType": "entry" - }, - "abilities": [ - { - "skills": [ - { - "entities": [ - "entity.system.home" - ], - "actions": [ - "action.system.home" - ] - } - ], - "name": "com.example.third5.AMainAbility", - "srcLanguage": "js", - "icon": "$media:icon", - "description": "$string:mainability_description", - "label": "$string:app_name", - "type": "page", - "visible": true, - "form": { - "formEntity": [ - "homeScreen", - "searchbox" - ], - "defaultHeight": 100, - "defaultWidth": 200, - "minHeight": 50, - "minWidth": 100 - }, - "forms": [ - { - "colorMode": "light", - "description": " JS5A Form", - "supportDimensions": [ - "1*2", - "2*2", - "2*4" - ], - "type": "JS", - "jsComponentName": "JS_name5A", - "metaData": { - "customizeData": [ - { - "name": "originWidgetName5A", - "value": "com.openharmony.weather.testWidget5A" - } - ] - }, - "isDefault": true, - "deepLink": "ability://com.example.myapplication.fa/.MainAbility", - "defaultDimension": "1*2", - "name": "Form_JS5A", - "scheduledUpateTime": "21:55", - "updateEnabled": true, - "updateDuration": 1 - } - ], - "launchType": "standard", - "metaData": { - "parameters": [ - { - "name": "Data5A", - "type": "float", - "description": "$string:mainability_description" - } - ], - "results": [ - { - "name": "Data5A", - "type": "float", - "description": "$string:mainability_description" - } - ], - "customizeData": [ - { - "name": "Data5A", - "value": "float", - "extra": "$string:mainability_description" - } - ] - } - }, - { - "skills": [ - { - "entities": [ - "entity.system.home" - ], - "actions": [ - "action.system.home" - ] - } - ], - "name": ".BMainAbility", - "srcLanguage": "js", - "icon": "$media:icon", - "description": "$string:mainability_description", - "label": "$string:app_name", - "type": "page", - "visible": true, - "forms": [ - { - "colorMode": "light", - "description": " JS5B Form", - "supportDimensions": [ - "1*2", - "4*4" - ], - "type": "JS", - "jsComponentName": "JS_name5B", - "metaData": { - "customizeData": [ - { - "name": "originWidgetName5B", - "value": "com.openharmony.weather.testWidget5B" - } - ] - }, - "isDefault": true, - "deepLink": "ability://com.example.myapplication.fa/.MainAbility", - "defaultDimension": "1*2", - "name": "Form_JS5B", - "scheduledUpateTime": "21:55", - "updateEnabled": true, - "updateDuration": 1 - } - ], - "launchType": "standard", - "metaData": { - "parameters": [ - { - "name": "Data5B", - "type": "float", - "description": "$string:mainability_description" - } - ], - "results": [ - { - "name": "Data5B", - "type": "float", - "description": "$string:mainability_description" - } - ], - "customizeData": [ - { - "name": "Data5B", - "value": "float", - "extra": "$string:mainability_description" - } - ] - } - }, - { - "skills": [ - { - "entities": [ - "entity.system.home" - ], - "actions": [ - "action.system.home" - ] - } - ], - "backgroundModes": [ - "dataTransfer", - "audioPlayback", - "audioRecording", - "location", - "bluetoothInteraction", - "multiDeviceConnection", - "wifiInteraction", - "voip", - "taskKeeping" - ], - "name": "com.example.third5.MainAbilityA", - "srcLanguage": "js", - "icon": "$media:icon", - "description": "$string:mainability_description", - "label": "$string:app_name", - "type": "service", - "visible": true, - "launchType": "standard" - }, - { - "skills": [ - { - "entities": [ - "entity.system.home" - ], - "actions": [ - "action.system.home" - ] - } - ], - "backgroundModes": [ - "dataTransfer", - "voip" - ], - "name": "com.example.third5.MainAbilityB", - "srcLanguage": "js", - "icon": "$media:icon", - "description": "$string:mainability_description", - "label": "$string:app_name", - "type": "service", - "visible": true, - "launchType": "standard" - } - ], - "js": [ - { - "pages": [ - "pages/index/index" - ], - "name": "default", - "window": { - "designWidth": 720, - "autoDesignWidth": false - } - }, - { - "pages": [ - "pagesB/index/index" - ], - "name": "default2", - "window": { - "designWidth": 720, - "autoDesignWidth": false - } - } - ] - } +{ + "app": { + "bundleName": "com.example.third5", + "vendor": "example", + "version": { + "code": 1, + "name": "1.0" + }, + "apiVersion": { + "compatible": 4, + "target": 5, + "releaseType": "Beta1" + } + }, + "deviceConfig": {}, + "module": { + "package": "com.example.third5", + "name": ".BmsThirdBundle5", + "mainAbility": "com.example.third5.AMainAbility", + "deviceType": [ + "default", + "tablet" + ], + "distro": { + "deliveryWithInstall": true, + "moduleName": "entry", + "moduleType": "entry" + }, + "abilities": [ + { + "skills": [ + { + "entities": [ + "entity.system.home" + ], + "actions": [ + "action.system.home" + ] + } + ], + "name": "com.example.third5.AMainAbility", + "srcLanguage": "js", + "icon": "$media:icon", + "description": "$string:mainability_description", + "label": "$string:app_name", + "type": "page", + "visible": true, + "form": { + "formEntity": [ + "homeScreen", + "searchbox" + ], + "defaultHeight": 100, + "defaultWidth": 200, + "minHeight": 50, + "minWidth": 100 + }, + "forms": [ + { + "colorMode": "light", + "description": " JS5A Form", + "supportDimensions": [ + "1*2", + "2*2", + "2*4" + ], + "type": "JS", + "jsComponentName": "JS_name5A", + "metaData": { + "customizeData": [ + { + "name": "originWidgetName5A", + "value": "com.openharmony.weather.testWidget5A" + } + ] + }, + "isDefault": true, + "deepLink": "ability://com.example.myapplication.fa/.MainAbility", + "defaultDimension": "1*2", + "name": "Form_JS5A", + "scheduledUpateTime": "21:55", + "updateEnabled": true, + "updateDuration": 1 + } + ], + "launchType": "standard", + "metaData": { + "parameters": [ + { + "name": "Data5A", + "type": "float", + "description": "$string:mainability_description" + } + ], + "results": [ + { + "name": "Data5A", + "type": "float", + "description": "$string:mainability_description" + } + ], + "customizeData": [ + { + "name": "Data5A", + "value": "float", + "extra": "$string:mainability_description" + } + ] + } + }, + { + "skills": [ + { + "entities": [ + "entity.system.home" + ], + "actions": [ + "action.system.home" + ] + } + ], + "name": ".BMainAbility", + "srcLanguage": "js", + "icon": "$media:icon", + "description": "$string:mainability_description", + "label": "$string:app_name", + "type": "page", + "visible": true, + "forms": [ + { + "colorMode": "light", + "description": " JS5B Form", + "supportDimensions": [ + "1*2", + "4*4" + ], + "type": "JS", + "jsComponentName": "JS_name5B", + "metaData": { + "customizeData": [ + { + "name": "originWidgetName5B", + "value": "com.openharmony.weather.testWidget5B" + } + ] + }, + "isDefault": true, + "deepLink": "ability://com.example.myapplication.fa/.MainAbility", + "defaultDimension": "1*2", + "name": "Form_JS5B", + "scheduledUpateTime": "21:55", + "updateEnabled": true, + "updateDuration": 1 + } + ], + "launchType": "standard", + "metaData": { + "parameters": [ + { + "name": "Data5B", + "type": "float", + "description": "$string:mainability_description" + } + ], + "results": [ + { + "name": "Data5B", + "type": "float", + "description": "$string:mainability_description" + } + ], + "customizeData": [ + { + "name": "Data5B", + "value": "float", + "extra": "$string:mainability_description" + } + ] + } + }, + { + "skills": [ + { + "entities": [ + "entity.system.home" + ], + "actions": [ + "action.system.home" + ] + } + ], + "backgroundModes": [ + "dataTransfer", + "audioPlayback", + "audioRecording", + "location", + "bluetoothInteraction", + "multiDeviceConnection", + "wifiInteraction", + "voip", + "taskKeeping" + ], + "name": "com.example.third5.MainAbilityA", + "srcLanguage": "js", + "icon": "$media:icon", + "description": "$string:mainability_description", + "label": "$string:app_name", + "type": "service", + "visible": true, + "launchType": "standard" + }, + { + "skills": [ + { + "entities": [ + "entity.system.home" + ], + "actions": [ + "action.system.home" + ] + } + ], + "backgroundModes": [ + "dataTransfer", + "voip" + ], + "name": "com.example.third5.MainAbilityB", + "srcLanguage": "js", + "icon": "$media:icon", + "description": "$string:mainability_description", + "label": "$string:app_name", + "type": "service", + "visible": true, + "launchType": "standard" + } + ], + "js": [ + { + "pages": [ + "pages/index/index" + ], + "name": "default", + "window": { + "designWidth": 720, + "autoDesignWidth": false + } + }, + { + "pages": [ + "pagesB/index/index" + ], + "name": "default2", + "window": { + "designWidth": 720, + "autoDesignWidth": false + } + } + ] + } } \ No newline at end of file diff --git a/bundlemanager/bundle_standard/bundlemanager/sceneProject/bmsgetinfosfirstscene/src/main/config.json b/bundlemanager/bundle_standard/bundlemanager/sceneProject/bmsgetinfosfirstscene/src/main/config.json index db7abadd4f71b3cef055e9141639cb197f1e4480..b8954e465721b8fd45dcc4c02e9e9c49dc223904 100644 --- a/bundlemanager/bundle_standard/bundlemanager/sceneProject/bmsgetinfosfirstscene/src/main/config.json +++ b/bundlemanager/bundle_standard/bundlemanager/sceneProject/bmsgetinfosfirstscene/src/main/config.json @@ -1,183 +1,178 @@ { - "app": { - "bundleName": "com.example.third1", - "vendor": "example", - "version": { - "code": 1, - "name": "1.0" - }, - "apiVersion": { - "compatible": 4, - "target": 5, - "releaseType": "Beta1" - } + "app": { + "bundleName": "com.example.third1", + "vendor": "example", + "version": { + "code": 1, + "name": "1.0" }, - "deviceConfig": { - "default": {} + "apiVersion": { + "compatible": 4, + "target": 5, + "releaseType": "Beta1" + } + }, + "deviceConfig": { + "default":{} + }, + "module": { + "package": "com.example.third1.entry", + "name": "com.example.third1.BmsThirdBundle1", + "colorMode": "light", + "deviceType": [ + "default", + "tablet" + ], + "distro": { + "deliveryWithInstall": true, + "moduleName": "entry", + "moduleType": "entry" }, - "module": { - "package": "com.example.third1.entry", - "name": "com.example.third1.BmsThirdBundle1", - "colorMode": "light", - "deviceType": [ - "default", - "tablet", - "2in1" + "abilities": [ + { + "skills": [ + { + "entities": [ + "entity.system.home" + ], + "actions": [ + "action.system.home" + ] + } ], - "distro": { - "deliveryWithInstall": true, - "moduleName": "entry", - "moduleType": "entry" + "name": "com.example.third1.MainAbility", + "icon": "$media:icon", + "form": { + "formEntity": [ + "homeScreen", + "searchbox" + ], + "defaultHeight": 100, + "defaultWidth": 200, + "minHeight": 50, + "minWidth": 100 }, - "abilities": [ - { - "skills": [ - { - "entities": [ - "entity.system.home" - ], - "actions": [ - "action.system.home" - ] - } - ], - "name": "com.example.third1.MainAbility", - "icon": "$media:icon", - "form": { - "formEntity": [ - "homeScreen", - "searchbox" - ], - "defaultHeight": 100, - "defaultWidth": 200, - "minHeight": 50, - "minWidth": 100 - }, - "description": "$string:mainability_description", - "label": "$string:app_name", - "type": "page", - "forms": [ - { - "colorMode": "light", - "description": " JS1 Form", - "supportDimensions": [ - "1*2", - "2*2", - "2*4" - ], - "type": "JS", - "jsComponentName": "JS_name1", - "metaData": { - "customizeData": [ - { - "name": "originWidgetName1", - "value": "com.openharmony.weather.testWidget1" - } - ] - }, - "isDefault": true, - "deepLink": "ability://com.example.myapplication.fa/.MainAbility", - "defaultDimension": "1*2", - "name": "Form_JS1", - "scheduledUpateTime": "21:55", - "updateEnabled": true, - "updateDuration": 1 - } - ], - "launchType": "standard", - "visible": true, - "metaData": { - "customizeData": [ - { - "name": "Data1", - "value": "float", - "extra": "$string:mainability_description" - } - ] + "description": "$string:mainability_description", + "label": "$string:app_name", + "type": "page", + "forms": [ + { + "colorMode": "light", + "description": " JS1 Form", + "supportDimensions": [ + "1*2", + "2*2", + "2*4" + ], + "type": "JS", + "jsComponentName": "JS_name1", + "metaData": { + "customizeData": [ + { + "name": "originWidgetName1", + "value": "com.openharmony.weather.testWidget1" } + ] }, - { - "skills": [ - { - "entities": [ - "entity.system.home" - ], - "actions": [ - "action.system.home" - ] - } - ], - "backgroundModes": [ - "dataTransfer", - "audioPlayback", - "audioRecording", - "location", - "bluetoothInteraction", - "multiDeviceConnection", - "wifiInteraction", - "voip", - "taskKeeping" - ], - "name": "com.example.third1.MainAbilityA", - "icon": "$media:icon", - "form": { - "formEntity": [ - "homeScreen", - "searchbox" - ], - "defaultHeight": 100, - "defaultWidth": 200, - "minHeight": 50, - "minWidth": 100 - }, - "description": "$string:mainability_description", - "label": "$string:app_name", - "type": "service", - "launchType": "standard", - "visible": true - } + "isDefault": true, + "deepLink": "ability://com.example.myapplication.fa/.MainAbility", + "defaultDimension": "1*2", + "name": "Form_JS1", + "scheduledUpateTime": "21:55", + "updateEnabled": true, + "updateDuration": 1 + } ], - "shortcuts": [ + "launchType": "standard", + "visible": true, + "metaData": { + "customizeData": [ { - "icon": "$media:icon", - "shortcutId": "id.third1", - "label": "$string:app_name", - "intents": [ - { - "targetClass": "com.example.third1.MainAbility", - "targetBundle": "com.example.third1" - } - ] + "name": "Data1", + "value": "float", + "extra": "$string:mainability_description" } + ] + } + }, + { + "skills": [ + { + "entities": [ + "entity.system.home" + ], + "actions": [ + "action.system.home" + ] + } ], - "js": [ - { - "pages": [ - "pages/index/index" - ], - "name": "default", - "window": { - "designWidth": 720, - "autoDesignWidth": false - } - } + "backgroundModes": [ + "dataTransfer", + "audioPlayback", + "audioRecording", + "location", + "bluetoothInteraction", + "multiDeviceConnection", + "wifiInteraction", + "voip", + "taskKeeping" ], - "defPermissions": [ - { - "name": "com.permission.PERMISSION_THIRD1", - "grantMode": "user_grant", - "availableScope": [ - "signature" - ] - }, - { - "name": "com.permission.PERMISSION_B", - "grantMode": "system_grant", - "availableScope": [ - "signature" - ] - } + "name": "com.example.third1.MainAbilityA", + "icon": "$media:icon", + "form": { + "formEntity": [ + "homeScreen", + "searchbox" + ], + "defaultHeight": 100, + "defaultWidth": 200, + "minHeight": 50, + "minWidth": 100 + }, + "description": "$string:mainability_description", + "label": "$string:app_name", + "type": "service", + "launchType": "standard", + "visible": true + } + ], + "shortcuts": [ + { + "icon": "$media:icon", + "shortcutId": "id.third1", + "label": "$string:app_name", + "intents": [ + { + "targetClass": "com.example.third1.MainAbility", + "targetBundle": "com.example.third1" + } + ] + } + ], + "js": [ + { + "pages": [ + "pages/index/index" ], - "description": "$string:entry_description" - } + "name": "default", + "window": { + "designWidth": 720, + "autoDesignWidth": false + } + } + ], + "defPermissions": [ + { + "name": "com.permission.PERMISSION_THIRD1", + "grantMode": "user_grant", + "availableScope": ["signature"] + }, + { + "name": "com.permission.PERMISSION_B", + "grantMode": "system_grant", + "availableScope": ["signature"] + } + ], + "description":"$string:entry_description" + } } \ No newline at end of file diff --git a/bundlemanager/bundle_standard/bundlemanager/sceneProject/bmsgetinfosfirstsceneupdate/src/main/config.json b/bundlemanager/bundle_standard/bundlemanager/sceneProject/bmsgetinfosfirstsceneupdate/src/main/config.json index 05e566af5b4fd8d2bce91ce168291250d1a1f9dc..950a63b92508bbcf19b503ccc50718c79176b876 100644 --- a/bundlemanager/bundle_standard/bundlemanager/sceneProject/bmsgetinfosfirstsceneupdate/src/main/config.json +++ b/bundlemanager/bundle_standard/bundlemanager/sceneProject/bmsgetinfosfirstsceneupdate/src/main/config.json @@ -1,168 +1,167 @@ { - "app": { - "bundleName": "com.example.third1", - "vendor": "example", - "version": { - "code": 2, - "name": "2.0" - }, - "apiVersion": { - "compatible": 4, - "target": 5, - "releaseType": "Beta1" - } + "app": { + "bundleName": "com.example.third1", + "vendor": "example", + "version": { + "code": 2, + "name": "2.0" }, - "deviceConfig": { - "default": {} + "apiVersion": { + "compatible": 4, + "target": 5, + "releaseType": "Beta1" + } + }, + "deviceConfig": { + "default":{} + }, + "module": { + "package": "com.example.third1.entry", + "name": "com.example.third1.BmsThirdBundle1", + "mainAbility": "com.example.third1.MainAbility", + "colorMode": "dark", + "deviceType": [ + "default", + "tablet" + ], + "distro": { + "deliveryWithInstall": true, + "moduleName": "entry", + "moduleType": "entry" }, - "module": { - "package": "com.example.third1.entry", - "name": "com.example.third1.BmsThirdBundle1", - "mainAbility": "com.example.third1.MainAbility", - "colorMode": "dark", - "deviceType": [ - "default", - "tablet", - "2in1" + "abilities": [ + { + "skills": [ + { + "entities": [ + "entity.system.home" + ], + "actions": [ + "action.system.home" + ] + } ], - "distro": { - "deliveryWithInstall": true, - "moduleName": "entry", - "moduleType": "entry" + "name": "com.example.third1.MainAbility", + "icon": "$media:icon", + "description": "$string:mainability_description", + "label": "$string:app_name", + "type": "page", + "form": { + "formEntity": [ + "homeScreen", + "searchbox" + ], + "defaultHeight": 100, + "defaultWidth": 200, + "minHeight": 50, + "minWidth": 100 }, - "abilities": [ - { - "skills": [ - { - "entities": [ - "entity.system.home" - ], - "actions": [ - "action.system.home" - ] - } - ], - "name": "com.example.third1.MainAbility", - "icon": "$media:icon", - "description": "$string:mainability_description", - "label": "$string:app_name", - "type": "page", - "form": { - "formEntity": [ - "homeScreen", - "searchbox" - ], - "defaultHeight": 100, - "defaultWidth": 200, - "minHeight": 50, - "minWidth": 100 - }, - "forms": [ - { - "colorMode": "light", - "description": " JSA1 Form", - "supportDimensions": [ - "2*2", - "2*4" - ], - "type": "JS", - "jsComponentName": "JS_nameA1", - "metaData": { - "customizeData": [ - { - "name": "originWidgetNameA1", - "value": "com.openharmony.weather.testWidgetA1" - } - ] - }, - "isDefault": true, - "deepLink": "ability://com.example.myapplication.fa/.MainAbility", - "defaultDimension": "1*2", - "name": "Form_JSA1", - "scheduledUpateTime": "21:55", - "updateEnabled": true, - "updateDuration": 1 - } - ], - "launchType": "standard", - "visible": true, - "metaData": { - "parameters": [ - { - "name": "DataA1", - "type": "float", - "description": "$string:mainability_description" - } - ], - "results": [ - { - "name": "DataA1", - "type": "float", - "description": "$string:mainability_description" - } - ], - "customizeData": [ - { - "name": "DataA1", - "value": "float", - "extra": "$string:mainability_description" - } - ] + "forms": [ + { + "colorMode": "light", + "description": " JSA1 Form", + "supportDimensions": [ + "2*2", + "2*4" + ], + "type": "JS", + "jsComponentName": "JS_nameA1", + "metaData": { + "customizeData": [ + { + "name": "originWidgetNameA1", + "value": "com.openharmony.weather.testWidgetA1" } + ] }, + "isDefault": true, + "deepLink": "ability://com.example.myapplication.fa/.MainAbility", + "defaultDimension": "1*2", + "name": "Form_JSA1", + "scheduledUpateTime": "21:55", + "updateEnabled": true, + "updateDuration": 1 + } + ], + "launchType": "standard", + "visible": true, + "metaData": { + "parameters": [ { - "skills": [ - { - "entities": [ - "entity.system.home" - ], - "actions": [ - "action.system.home" - ] - } - ], - "backgroundModes": [ - "audioRecording", - "location", - "bluetoothInteraction", - "multiDeviceConnection", - "wifiInteraction", - "voip", - "taskKeeping" - ], - "name": "com.example.third1.MainAbilityA", - "icon": "$media:icon", - "description": "$string:mainability_description", - "label": "$string:app_name", - "type": "service", - "launchType": "standard", - "visible": true + "name": "DataA1", + "type": "float", + "description": "$string:mainability_description" } - ], - "shortcuts": [ + ], + "results": [ { - "icon": "$media:icon", - "shortcutId": "id.thirdA1", - "label": "$string:shortcut", - "intents": [ - { - "targetClass": "com.example.third1.MainAbility", - "targetBundle": "com.example.third1" - } - ] + "name": "DataA1", + "type": "float", + "description": "$string:mainability_description" } - ], - "js": [ + ], + "customizeData": [ { - "pages": [ - "pages/index/index" - ], - "name": "default", - "window": { - "designWidth": 720, - "autoDesignWidth": false - } + "name": "DataA1", + "value": "float", + "extra": "$string:mainability_description" } + ] + } + }, + { + "skills": [ + { + "entities": [ + "entity.system.home" + ], + "actions": [ + "action.system.home" + ] + } + ], + "backgroundModes": [ + "audioRecording", + "location", + "bluetoothInteraction", + "multiDeviceConnection", + "wifiInteraction", + "voip", + "taskKeeping" + ], + "name": "com.example.third1.MainAbilityA", + "icon": "$media:icon", + "description": "$string:mainability_description", + "label": "$string:app_name", + "type": "service", + "launchType": "standard", + "visible": true + } + ], + "shortcuts": [ + { + "icon": "$media:icon", + "shortcutId": "id.thirdA1", + "label": "$string:shortcut", + "intents": [ + { + "targetClass": "com.example.third1.MainAbility", + "targetBundle": "com.example.third1" + } ] - } + } + ], + "js": [ + { + "pages": [ + "pages/index/index" + ], + "name": "default", + "window": { + "designWidth": 720, + "autoDesignWidth": false + } + } + ] + } } \ No newline at end of file diff --git a/bundlemanager/bundle_standard/bundlemanager/sceneProject/bmsgetinfosfourthscene/src/main/config.json b/bundlemanager/bundle_standard/bundlemanager/sceneProject/bmsgetinfosfourthscene/src/main/config.json index 30c5ca46b7bf54599a1a8d4f73b93544f91aca0d..295bdafffe4eb0d8bb1df4dc97d49080b26b8ee0 100644 --- a/bundlemanager/bundle_standard/bundlemanager/sceneProject/bmsgetinfosfourthscene/src/main/config.json +++ b/bundlemanager/bundle_standard/bundlemanager/sceneProject/bmsgetinfosfourthscene/src/main/config.json @@ -1,149 +1,140 @@ -{ - "app": { - "bundleName": "com.example.third4", - "vendor": "example", - "version": { - "code": 1, - "name": "1.0" - }, - "apiVersion": { - "compatible": 4, - "target": 5, - "releaseType": "Beta1" - } - }, - "deviceConfig": {}, - "module": { - "package": "com.example.third4", - "name": ".BmsThirdBundle4", - "deviceType": [ - "default", - "tablet", - "2in1" - ], - "distro": { - "deliveryWithInstall": true, - "moduleName": "entry", - "moduleType": "entry" - }, - "abilities": [ - { - "skills": [ - { - "entities": [ - "entity.system.home" - ], - "actions": [ - "action.system.home" - ] - } - ], - "name": "com.example.third4.MainAbility", - "icon": "$media:icon", - "description": "$string:mainability_description", - "label": "$string:app_name", - "type": "page", - "form": { - "formEntity": [ - "homeScreen", - "searchbox" - ], - "defaultHeight": 100, - "defaultWidth": 200, - "minHeight": 50, - "minWidth": 100 - }, - "forms": [ - { - "colorMode": "light", - "description": " JS4A Form", - "supportDimensions": [ - "2*4", - "4*4" - ], - "type": "JS", - "jsComponentName": "JS_name4A", - "metaData": { - "customizeData": [ - { - "name": "originWidgetName4A", - "value": "com.openharmony.weather.testWidget4A" - } - ] - }, - "isDefault": true, - "deepLink": "ability://com.example.myapplication.fa/.MainAbility", - "defaultDimension": "1*2", - "name": "Form_JS4A", - "scheduledUpateTime": "21:55", - "updateEnabled": true, - "updateDuration": 1 - }, - { - "colorMode": "light", - "description": " JS4B Form", - "supportDimensions": [ - "1*2", - "2*2", - "2*4" - ], - "type": "JS", - "jsComponentName": "JS_name4B", - "metaData": { - "customizeData": [ - { - "name": "originWidgetName4B", - "value": "com.openharmony.weather.testWidget4B" - } - ] - }, - "isDefault": true, - "deepLink": "ability://com.example.myapplication.fa/.MainAbility", - "defaultDimension": "1*2", - "name": "Form_JS4B", - "scheduledUpateTime": "21:55", - "updateEnabled": true, - "updateDuration": 1 - } - ], - "launchType": "standard" - } - ], - "shortcuts": [ - { - "icon": "$media:icon", - "shortcutId": "id.third4A", - "label": "$string:app_name", - "intents": [ - { - "targetClass": "com.example.third4A.MainAbility", - "targetBundle": "com.example.third4A" - } - ] - }, - { - "icon": "$media:icon", - "shortcutId": "id.third4B", - "label": "$string:app_name", - "intents": [ - { - "targetClass": "com.example.third4B.MainAbility", - "targetBundle": "com.example.third4B" - } - ] - } - ], - "js": [ - { - "pages": [ - "pages/index/index" - ], - "name": "default", - "window": { - "designWidth": 720, - "autoDesignWidth": false - } - } - ] - } +{ + "app": { + "bundleName": "com.example.third4", + "vendor": "example", + "version": { + "code": 1, + "name": "1.0" + }, + "apiVersion": { + "compatible": 4, + "target": 5, + "releaseType": "Beta1" + } + }, + "deviceConfig": {}, + "module": { + "package": "com.example.third4", + "name": ".BmsThirdBundle4", + "deviceType": [ + "default", + "tablet" + ], + "distro": { + "deliveryWithInstall": true, + "moduleName": "entry", + "moduleType": "entry" + }, + "abilities": [ + { + "skills": [ + { + "entities": [ + "entity.system.home" + ], + "actions": [ + "action.system.home" + ] + } + ], + "name": "com.example.third4.MainAbility", + "icon": "$media:icon", + "description": "$string:mainability_description", + "label": "$string:app_name", + "type": "page", + "form": { + "formEntity": [ + "homeScreen", + "searchbox"], + "defaultHeight": 100, + "defaultWidth": 200, + "minHeight": 50, + "minWidth": 100 + }, + "forms": [ + { + "colorMode": "light", + "description": " JS4A Form", + "supportDimensions": [ "2*4", "4*4" ], + "type": "JS", + "jsComponentName": "JS_name4A", + "metaData": { + "customizeData": [ + { + "name": "originWidgetName4A", + "value": "com.openharmony.weather.testWidget4A" + } + ] + }, + "isDefault": true, + "deepLink": "ability://com.example.myapplication.fa/.MainAbility", + "defaultDimension": "1*2", + "name": "Form_JS4A", + "scheduledUpateTime": "21:55", + "updateEnabled": true, + "updateDuration": 1 + }, + { + "colorMode": "light", + "description": " JS4B Form", + "supportDimensions": [ "1*2", "2*2" , "2*4"], + "type": "JS", + "jsComponentName": "JS_name4B", + "metaData": { + "customizeData": [ + { + "name": "originWidgetName4B", + "value": "com.openharmony.weather.testWidget4B" + } + ] + }, + "isDefault": true, + "deepLink": "ability://com.example.myapplication.fa/.MainAbility", + "defaultDimension": "1*2", + "name": "Form_JS4B", + "scheduledUpateTime": "21:55", + "updateEnabled": true, + "updateDuration": 1 + } + ], + "launchType": "standard" + } + ], + "shortcuts": [ + { + "icon": "$media:icon", + "shortcutId": "id.third4A", + "label": "$string:app_name", + "intents": [ + { + "targetClass":"com.example.third4A.MainAbility", + "targetBundle":"com.example.third4A" + } + ] + }, + { + "icon": "$media:icon", + "shortcutId": "id.third4B", + "label": "$string:app_name", + "intents": [ + { + "targetClass": "com.example.third4B.MainAbility", + "targetBundle": "com.example.third4B" + } + ] + } + ], + "js": [ + { + "pages": [ + "pages/index/index" + ], + "name": "default", + "window": { + "designWidth": 720, + "autoDesignWidth": false + } + } + ] + } } \ No newline at end of file diff --git a/bundlemanager/bundle_standard/bundlemanager/sceneProject/bmsgetinfoshapc/src/main/config.json b/bundlemanager/bundle_standard/bundlemanager/sceneProject/bmsgetinfoshapc/src/main/config.json index 9f3afe66bb9fc15c3b4fd33a1ae9b40689391339..cc8f0fda05196f004922c600c0f920c4e627046f 100644 --- a/bundlemanager/bundle_standard/bundlemanager/sceneProject/bmsgetinfoshapc/src/main/config.json +++ b/bundlemanager/bundle_standard/bundlemanager/sceneProject/bmsgetinfoshapc/src/main/config.json @@ -1,65 +1,64 @@ -{ - "app": { - "bundleName": "com.example.c", - "vendor": "example", - "version": { - "code": 1, - "name": "1.0" - }, - "apiVersion": { - "compatible": 4, - "target": 5, - "releaseType": "Beta1" - } - }, - "deviceConfig": {}, - "module": { - "package": "com.example.c", - "name": ".MyApplication", - "deviceType": [ - "default", - "tablet", - "2in1" - ], - "distro": { - "deliveryWithInstall": true, - "moduleName": "entry", - "moduleType": "entry" - }, - "abilities": [ - { - "skills": [ - { - "entities": [ - "entity.system.home" - ], - "actions": [ - "action.system.home" - ] - } - ], - "name": ".MainAbility", - "srcLanguage": "c++", - "srcPath": "default/c++/", - "visible": true, - "icon": "$media:icon", - "description": "$string:mainability_description", - "label": "$string:app_name", - "type": "page", - "launchType": "standard" - } - ], - "js": [ - { - "pages": [ - "pages/index/index" - ], - "name": "default", - "window": { - "designWidth": 720, - "autoDesignWidth": false - } - } - ] - } +{ + "app": { + "bundleName": "com.example.c", + "vendor": "example", + "version": { + "code": 1, + "name": "1.0" + }, + "apiVersion": { + "compatible": 4, + "target": 5, + "releaseType": "Beta1" + } + }, + "deviceConfig": {}, + "module": { + "package": "com.example.c", + "name": ".MyApplication", + "deviceType": [ + "default", + "tablet" + ], + "distro": { + "deliveryWithInstall": true, + "moduleName": "entry", + "moduleType": "entry" + }, + "abilities": [ + { + "skills": [ + { + "entities": [ + "entity.system.home" + ], + "actions": [ + "action.system.home" + ] + } + ], + "name": ".MainAbility", + "srcLanguage": "c++", + "srcPath": "default/c++/", + "visible": true, + "icon": "$media:icon", + "description": "$string:mainability_description", + "label": "$string:app_name", + "type": "page", + "launchType": "standard" + } + ], + "js": [ + { + "pages": [ + "pages/index/index" + ], + "name": "default", + "window": { + "designWidth": 720, + "autoDesignWidth": false + } + } + ] + } } \ No newline at end of file diff --git a/bundlemanager/bundle_standard/bundlemanager/sceneProject/bmsgetinfosjsscene/src/main/config.json b/bundlemanager/bundle_standard/bundlemanager/sceneProject/bmsgetinfosjsscene/src/main/config.json index 240a528e9aed1da8576b7dc3c2348d2faef3350f..c9330053b1d42d1f9a1a7fc5dfa9496130f181de 100644 --- a/bundlemanager/bundle_standard/bundlemanager/sceneProject/bmsgetinfosjsscene/src/main/config.json +++ b/bundlemanager/bundle_standard/bundlemanager/sceneProject/bmsgetinfosjsscene/src/main/config.json @@ -1,65 +1,64 @@ -{ - "app": { - "bundleName": "com.example.js", - "vendor": "example", - "version": { - "code": 1, - "name": "1.0" - }, - "apiVersion": { - "compatible": 4, - "target": 5, - "releaseType": "Beta1" - } - }, - "deviceConfig": {}, - "module": { - "package": "com.example.js", - "name": ".MyApplication", - "deviceType": [ - "default", - "tablet", - "2in1" - ], - "distro": { - "deliveryWithInstall": true, - "moduleName": "entry", - "moduleType": "entry" - }, - "abilities": [ - { - "skills": [ - { - "entities": [ - "entity.system.home" - ], - "actions": [ - "action.system.home" - ] - } - ], - "name": ".MainAbility", - "srcLanguage": "js", - "srcPath": "default", - "visible": true, - "icon": "$media:icon", - "description": "$string:mainability_description", - "label": "$string:app_name", - "type": "page", - "launchType": "standard" - } - ], - "js": [ - { - "pages": [ - "pages/index/index" - ], - "name": "default", - "window": { - "designWidth": 720, - "autoDesignWidth": false - } - } - ] - } +{ + "app": { + "bundleName": "com.example.js", + "vendor": "example", + "version": { + "code": 1, + "name": "1.0" + }, + "apiVersion": { + "compatible": 4, + "target": 5, + "releaseType": "Beta1" + } + }, + "deviceConfig": {}, + "module": { + "package": "com.example.js", + "name": ".MyApplication", + "deviceType": [ + "default", + "tablet" + ], + "distro": { + "deliveryWithInstall": true, + "moduleName": "entry", + "moduleType": "entry" + }, + "abilities": [ + { + "skills": [ + { + "entities": [ + "entity.system.home" + ], + "actions": [ + "action.system.home" + ] + } + ], + "name": ".MainAbility", + "srcLanguage": "js", + "srcPath": "default", + "visible": true, + "icon": "$media:icon", + "description": "$string:mainability_description", + "label": "$string:app_name", + "type": "page", + "launchType": "standard" + } + ], + "js": [ + { + "pages": [ + "pages/index/index" + ], + "name": "default", + "window": { + "designWidth": 720, + "autoDesignWidth": false + } + } + ] + } } \ No newline at end of file diff --git a/bundlemanager/bundle_standard/bundlemanager/sceneProject/bmsgetinfosscenesystem/src/main/config.json b/bundlemanager/bundle_standard/bundlemanager/sceneProject/bmsgetinfosscenesystem/src/main/config.json index d5d7854413b115c4e0a81939672ed1a7f025627c..5acef3af715f9b125411df08405130063438741e 100644 --- a/bundlemanager/bundle_standard/bundlemanager/sceneProject/bmsgetinfosscenesystem/src/main/config.json +++ b/bundlemanager/bundle_standard/bundlemanager/sceneProject/bmsgetinfosscenesystem/src/main/config.json @@ -1,135 +1,123 @@ -{ - "app": { - "bundleName": "com.example.system1", - "vendor": "example", - "version": { - "code": 1, - "name": "1.0" - }, - "apiVersion": { - "compatible": 4, - "target": 5, - "releaseType": "Beta1" - } - }, - "deviceConfig": { - "default": {} - }, - "module": { - "package": "com.example.system1", - "name": ".BmsSystemBundle1", - "mainAbility": "com.example.system1.MainAbility", - "deviceType": [ - "default", - "tablet", - "2in1" - ], - "distro": { - "deliveryWithInstall": true, - "moduleName": "entry", - "moduleType": "entry" - }, - "abilities": [ - { - "skills": [ - { - "entities": [ - "entity.system.home" - ], - "actions": [ - "action.system.home" - ] - } - ], - "name": "com.example.system1.MainAbility", - "icon": "$media:icon", - "description": "$string:mainability_description", - "label": "$string:app_name", - "type": "page", - "forms": [ - { - "description": "JS1S Form", - "supportDimensions": [ - "1*2", - "2*2", - "2*4", - "4*4" - ], - "type": "JS", - "jsComponentName": "JS_name1S", - "metaData": { - "customizeData": [ - { - "name": "originWidgetName1S", - "value": "com.openharmony.weather.testWidget1S" - } - ] - }, - "isDefault": true, - "deepLink": "ability://com.example.myapplication.fa/.MainAbility", - "defaultDimension": "4*4", - "name": "Form_JS1S", - "scheduledUpdateTime": "10:30", - "updateEnabled": true, - "updateDuration": 1, - "formConfigAbility": "ability://com.example.system1.MainAbility", - "src": "/pages/card/index", - "window": { - "designWidth": 770, - "autoDesignWidth": true - } - } - ], - "launchType": "standard", - "metaData": { - "parameters": [ - { - "name": "Data1S", - "type": "float", - "description": "$string:mainability_description" - } - ], - "results": [ - { - "name": "Data1S", - "type": "float", - "description": "$string:mainability_description" - } - ], - "customizeData": [ - { - "name": "Data1S", - "value": "float", - "extra": "$string:mainability_description" - } - ] - } - } - ], - "shortcuts": [ - { - "icon": "$media:icon", - "shortcutId": "id.system1", - "label": "$string:shortcut", - "intents": [ - { - "targetClass": "com.example.system1.MainAbility", - "targetBundle": "com.example.system1" - } - ] - } - ], - "js": [ - { - "pages": [ - "pages/index/index" - ], - "name": "default", - "window": { - "designWidth": 720, - "autoDesignWidth": false - } - } - ] - } +{ + "app": { + "bundleName": "com.example.system1", + "vendor": "example", + "version": { + "code": 1, + "name": "1.0" + }, + "apiVersion": { + "compatible": 4, + "target": 5, + "releaseType": "Beta1" + } + }, + "deviceConfig": { + "default":{} + }, + "module": { + "package": "com.example.system1", + "name": ".BmsSystemBundle1", + "mainAbility": "com.example.system1.MainAbility", + "deviceType": [ + "default", + "tablet" + ], + "distro": { + "deliveryWithInstall": true, + "moduleName": "entry", + "moduleType": "entry" + }, + "abilities": [ + { + "skills": [ + { + "entities": [ + "entity.system.home" + ], + "actions": [ + "action.system.home" + ] + } + ], + "name": "com.example.system1.MainAbility", + "icon": "$media:icon", + "description": "$string:mainability_description", + "label": "$string:app_name", + "type": "page", + "forms": [ + { + "description": "JS1S Form", + "supportDimensions": [ "1*2", "2*2", "2*4", "4*4"], + "type": "JS", + "jsComponentName": "JS_name1S", + "metaData": { + "customizeData": [ + { + "name": "originWidgetName1S", + "value": "com.openharmony.weather.testWidget1S" + } + ] + }, + "isDefault": true, + "deepLink": "ability://com.example.myapplication.fa/.MainAbility", + "defaultDimension": "4*4", + "name": "Form_JS1S", + "scheduledUpdateTime": "10:30", + "updateEnabled": true, + "updateDuration": 1, + "formConfigAbility": "ability://com.example.system1.MainAbility", + "src": "/pages/card/index", + "window": { + "designWidth": 770, + "autoDesignWidth": true + } + } + ], + "launchType": "standard", + "metaData": { + "parameters": [{ + "name": "Data1S", + "type": "float", + "description": "$string:mainability_description" + }], + "results": [{ + "name": "Data1S", + "type": "float", + "description": "$string:mainability_description" + }], + "customizeData": [{ + "name": "Data1S", + "value": "float", + "extra": "$string:mainability_description" + }] + } + } + ], + "shortcuts": [ + { + "icon": "$media:icon", + "shortcutId": "id.system1", + "label": "$string:shortcut", + "intents": [ + { + "targetClass":"com.example.system1.MainAbility", + "targetBundle":"com.example.system1" + } + ] + } + ], + "js": [ + { + "pages": [ + "pages/index/index" + ], + "name": "default", + "window": { + "designWidth": 720, + "autoDesignWidth": false + } + } + ] + } } \ No newline at end of file diff --git a/bundlemanager/bundle_standard/bundlemanager/sceneProject/bmsgetinfosscenesystemtwo/src/main/config.json b/bundlemanager/bundle_standard/bundlemanager/sceneProject/bmsgetinfosscenesystemtwo/src/main/config.json index 9d4950fe212b786107a5d0459157d3fab1424a1f..b3c615e6faf22509fdb7f143eeed406b9edf7467 100644 --- a/bundlemanager/bundle_standard/bundlemanager/sceneProject/bmsgetinfosscenesystemtwo/src/main/config.json +++ b/bundlemanager/bundle_standard/bundlemanager/sceneProject/bmsgetinfosscenesystemtwo/src/main/config.json @@ -1,73 +1,72 @@ -{ - "app": { - "bundleName": "com.example.system2", - "vendor": "example", - "version": { - "code": 1, - "name": "1.0" - }, - "apiVersion": { - "compatible": 4, - "target": 5, - "releaseType": "Beta1" - } - }, - "deviceConfig": { - "default": {} - }, - "module": { - "package": "com.example.system2", - "name": ".BmsSystemBundle1", - "mainAbility": "com.example.system2.MainAbility", - "deviceType": [ - "default", - "tablet", - "2in1" - ], - "distro": { - "deliveryWithInstall": true, - "moduleName": "entry", - "moduleType": "entry" - }, - "abilities": [ - { - "skills": [ - { - "entities": [ - "entity.app.music", - "entity.app.email", - "entity.app.contacts", - "entity.app.maps", - "entity.app.browser", - "entity.app.calendar", - "entity.app.messaging", - "entity.app.files", - "entity.app.gallery" - ], - "actions": [ - "action.system.home" - ] - } - ], - "name": "com.example.system2.MainAbility", - "icon": "$media:icon", - "description": "$string:mainability_description", - "label": "$string:app_name", - "type": "page", - "launchType": "standard" - } - ], - "js": [ - { - "pages": [ - "pages/index/index" - ], - "name": "default", - "window": { - "designWidth": 720, - "autoDesignWidth": false - } - } - ] - } +{ + "app": { + "bundleName": "com.example.system2", + "vendor": "example", + "version": { + "code": 1, + "name": "1.0" + }, + "apiVersion": { + "compatible": 4, + "target": 5, + "releaseType": "Beta1" + } + }, + "deviceConfig": { + "default":{} + }, + "module": { + "package": "com.example.system2", + "name": ".BmsSystemBundle1", + "mainAbility": "com.example.system2.MainAbility", + "deviceType": [ + "default", + "tablet" + ], + "distro": { + "deliveryWithInstall": true, + "moduleName": "entry", + "moduleType": "entry" + }, + "abilities": [ + { + "skills": [ + { + "entities": [ + "entity.app.music", + "entity.app.email", + "entity.app.contacts", + "entity.app.maps", + "entity.app.browser", + "entity.app.calendar", + "entity.app.messaging", + "entity.app.files", + "entity.app.gallery" + ], + "actions": [ + "action.system.home" + ] + } + ], + "name": "com.example.system2.MainAbility", + "icon": "$media:icon", + "description": "$string:mainability_description", + "label": "$string:app_name", + "type": "page", + "launchType": "standard" + } + ], + "js": [ + { + "pages": [ + "pages/index/index" + ], + "name": "default", + "window": { + "designWidth": 720, + "autoDesignWidth": false + } + } + ] + } } \ No newline at end of file diff --git a/bundlemanager/bundle_standard/bundlemanager/sceneProject/bmsgetinfosscenevendor/src/main/config.json b/bundlemanager/bundle_standard/bundlemanager/sceneProject/bmsgetinfosscenevendor/src/main/config.json index f129f8e5b1a708a9c60ba178204ab0528d4aa651..865a8a984348a5dc0a3b5c9822b5474e1c3557ae 100644 --- a/bundlemanager/bundle_standard/bundlemanager/sceneProject/bmsgetinfosscenevendor/src/main/config.json +++ b/bundlemanager/bundle_standard/bundlemanager/sceneProject/bmsgetinfosscenevendor/src/main/config.json @@ -1,162 +1,146 @@ -{ - "app": { - "bundleName": "com.example.vendor1", - "vendor": "example", - "version": { - "code": 1, - "name": "1.0" - }, - "apiVersion": { - "compatible": 4, - "target": 5, - "releaseType": "Beta1" - } - }, - "deviceConfig": {}, - "module": { - "package": "com.example.vendor1", - "name": ".BmsVendorBundle1", - "deviceType": [ - "default", - "tablet", - "2in1" - ], - "distro": { - "deliveryWithInstall": true, - "moduleName": "entry", - "moduleType": "entry" - }, - "abilities": [ - { - "skills": [ - { - "entities": [ - "entity.vendor.home" - ], - "actions": [ - "action.vendor.home" - ] - } - ], - "name": "com.example.vendor1.MainAbility", - "icon": "$media:icon", - "description": "$string:mainability_description", - "label": "$string:app_name", - "type": "page", - "forms": [ - { - "colorMode": "dark", - "description": "JS1V Form", - "supportDimensions": [ - "1*2", - "2*2", - "test", - "2*4" - ], - "type": "Java", - "jsComponentName": "JS_name1V", - "metaData": { - "customizeData": [ - { - "name": "originWidgetName1V", - "value": "com.openharmony.weather.testWidget1V" - } - ] - }, - "isDefault": false, - "deepLink": "ability://com.example.myapplication.fa/.MainAbility", - "defaultDimension": "2*3", - "name": "Form_JS1V", - "scheduledUpdateTime": "21:55", - "updateEnabled": true, - "updateDuration": 1, - "window": { - "designWidth": 720, - "autoDesignWidth": true - } - }, - { - "colorMode": "light", - "description": " JS1V2 Form", - "supportDimensions": [ - "1*2", - "2*4", - "4*4" - ], - "type": "JS", - "jsComponentName": "JS_name1V2", - "metaData": { - "customizeData": [ - { - "name": "originWidgetName1V2", - "value": "com.openharmony.weather.testWidget1V2" - } - ] - }, - "isDefault": true, - "deepLink": "ability://com.example.myapplication.fa/.MainAbility", - "defaultDimension": "1*2", - "name": "Form_JS1V2", - "scheduledUpateTime": "21:55", - "updateEnabled": true, - "updateDuration": 1 - } - ], - "launchType": "standard", - "metaData": { - "parameters": [ - { - "name": "Data1V0", - "type": "float", - "description": "$string:mainability_description" - }, - { - "name": "Data1V1", - "type": "float", - "description": "$string:mainability_description" - } - ], - "results": [ - { - "name": "Data1V", - "type": "float", - "description": "$string:mainability_description" - } - ], - "customizeData": [ - { - "name": "vendorName", - "value": "vendorValue", - "extra": "vendorcustomizeData" - } - ] - } - } - ], - "shortcuts": [ - { - "icon": "$media:icon", - "shortcutId": "id.vendor1", - "label": "$string:shortcut", - "intents": [ - { - "targetClass": "com.example.vendor1.MainAbility", - "targetBundle": "com.example.vendor1" - } - ] - } - ], - "js": [ - { - "pages": [ - "pages/index/index" - ], - "name": "default", - "window": { - "designWidth": 720, - "autoDesignWidth": false - } - } - ] - } +{ + "app": { + "bundleName": "com.example.vendor1", + "vendor": "example", + "version": { + "code": 1, + "name": "1.0" + }, + "apiVersion": { + "compatible": 4, + "target": 5, + "releaseType": "Beta1" + } + }, + "deviceConfig": {}, + "module": { + "package": "com.example.vendor1", + "name": ".BmsVendorBundle1", + "deviceType": [ + "default", + "tablet" + ], + "distro": { + "deliveryWithInstall": true, + "moduleName": "entry", + "moduleType": "entry" + }, + "abilities": [ + { + "skills": [ + { + "entities": [ + "entity.vendor.home" + ], + "actions": [ + "action.vendor.home" + ] + } + ], + "name": "com.example.vendor1.MainAbility", + "icon": "$media:icon", + "description": "$string:mainability_description", + "label": "$string:app_name", + "type": "page", + "forms": [ + { + "colorMode": "dark", + "description": "JS1V Form", + "supportDimensions": ["1*2", "2*2", "test", "2*4"], + "type": "Java", + "jsComponentName": "JS_name1V", + "metaData": { + "customizeData": [{ + "name": "originWidgetName1V", + "value": "com.openharmony.weather.testWidget1V" + }] + }, + "isDefault": false, + "deepLink": "ability://com.example.myapplication.fa/.MainAbility", + "defaultDimension": "2*3", + "name": "Form_JS1V", + "scheduledUpdateTime": "21:55", + "updateEnabled": true, + "updateDuration": 1, + "window": { + "designWidth": 720, + "autoDesignWidth": true + } + }, + { + "colorMode": "light", + "description": " JS1V2 Form", + "supportDimensions": [ "1*2", "2*4", "4*4"], + "type": "JS", + "jsComponentName": "JS_name1V2", + "metaData": { + "customizeData": [ + { + "name": "originWidgetName1V2", + "value": "com.openharmony.weather.testWidget1V2" + } + ] + }, + "isDefault": true, + "deepLink": "ability://com.example.myapplication.fa/.MainAbility", + "defaultDimension": "1*2", + "name": "Form_JS1V2", + "scheduledUpateTime": "21:55", + "updateEnabled": true, + "updateDuration": 1 + } + ], + "launchType": "standard", + "metaData": { + "parameters": [{ + "name": "Data1V0", + "type": "float", + "description": "$string:mainability_description" + }, + { + "name": "Data1V1", + "type": "float", + "description": "$string:mainability_description" + }], + "results": [{ + "name": "Data1V", + "type": "float", + "description": "$string:mainability_description" + }], + "customizeData": [ + { + "name": "vendorName", + "value": "vendorValue", + "extra": "vendorcustomizeData" + } + ] + } + } + ], + "shortcuts": [ + { + "icon": "$media:icon", + "shortcutId": "id.vendor1", + "label": "$string:shortcut", + "intents": [ + { + "targetClass":"com.example.vendor1.MainAbility", + "targetBundle":"com.example.vendor1" + } + ] + } + ], + "js": [ + { + "pages": [ + "pages/index/index" + ], + "name": "default", + "window": { + "designWidth": 720, + "autoDesignWidth": false + } + } + ] + } } \ No newline at end of file diff --git a/bundlemanager/bundle_standard/bundlemanager/sceneProject/bmsgetinfossecondscene/src/main/config.json b/bundlemanager/bundle_standard/bundlemanager/sceneProject/bmsgetinfossecondscene/src/main/config.json index 4fc85cb2410bf4b96bb306441798cd8a34ff3755..334ed3b831e76e30bba1da70d401ebb1a8fb9112 100644 --- a/bundlemanager/bundle_standard/bundlemanager/sceneProject/bmsgetinfossecondscene/src/main/config.json +++ b/bundlemanager/bundle_standard/bundlemanager/sceneProject/bmsgetinfossecondscene/src/main/config.json @@ -1,95 +1,94 @@ -{ - "app": { - "bundleName": "com.example.third2", - "vendor": "example", - "version": { - "code": 1, - "name": "1.0" - }, - "apiVersion": { - "compatible": 4, - "target": 5, - "releaseType": "Beta1" - } - }, - "deviceConfig": {}, - "module": { - "package": "com.example.third2", - "name": ".MyApplication", - "deviceType": [ - "default", - "tablet", - "2in1" - ], - "distro": { - "deliveryWithInstall": true, - "moduleName": "entry", - "moduleType": "entry" - }, - "abilities": [ - { - "skills": [ - { - "entities": [ - "entity.system.home" - ], - "actions": [ - "action.system.home" - ] - } - ], - "name": "com.example.third2.MainAbility", - "srcLanguage": "js", - "visible": true, - "icon": "$media:icon", - "description": "$string:mainability_description", - "label": "$string:app_name", - "type": "page", - "launchType": "standard" - }, - { - "skills": [ - { - "entities": [ - "entity.system.home" - ], - "actions": [ - "action.system.home" - ] - } - ], - "backgroundModes": [ - "hello", - "audioPlayback", - "audioRecording", - "location", - "bluetoothInteraction", - "multiDeviceConnection", - "wifiInteraction", - "voip", - "taskKeeping" - ], - "name": "com.example.third2.MainAbilityA", - "srcLanguage": "js", - "visible": true, - "icon": "$media:icon", - "description": "$string:mainability_description", - "label": "$string:app_name", - "type": "service", - "launchType": "standard" - } - ], - "js": [ - { - "pages": [ - "pages/index/index" - ], - "name": "default", - "window": { - "designWidth": 720, - "autoDesignWidth": false - } - } - ] - } +{ + "app": { + "bundleName": "com.example.third2", + "vendor": "example", + "version": { + "code": 1, + "name": "1.0" + }, + "apiVersion": { + "compatible": 4, + "target": 5, + "releaseType": "Beta1" + } + }, + "deviceConfig": {}, + "module": { + "package": "com.example.third2", + "name": ".MyApplication", + "deviceType": [ + "default", + "tablet" + ], + "distro": { + "deliveryWithInstall": true, + "moduleName": "entry", + "moduleType": "entry" + }, + "abilities": [ + { + "skills": [ + { + "entities": [ + "entity.system.home" + ], + "actions": [ + "action.system.home" + ] + } + ], + "name": "com.example.third2.MainAbility", + "srcLanguage": "js", + "visible": true, + "icon": "$media:icon", + "description": "$string:mainability_description", + "label": "$string:app_name", + "type": "page", + "launchType": "standard" + }, + { + "skills": [ + { + "entities": [ + "entity.system.home" + ], + "actions": [ + "action.system.home" + ] + } + ], + "backgroundModes": [ + "hello", + "audioPlayback", + "audioRecording", + "location", + "bluetoothInteraction", + "multiDeviceConnection", + "wifiInteraction", + "voip", + "taskKeeping" + ], + "name": "com.example.third2.MainAbilityA", + "srcLanguage": "js", + "visible": true, + "icon": "$media:icon", + "description": "$string:mainability_description", + "label": "$string:app_name", + "type": "service", + "launchType": "standard" + } + ], + "js": [ + { + "pages": [ + "pages/index/index" + ], + "name": "default", + "window": { + "designWidth": 720, + "autoDesignWidth": false + } + } + ] + } } \ No newline at end of file diff --git a/bundlemanager/bundle_standard/bundlemanager/sceneProject/bmsgetinfosseventhscene/src/main/config.json b/bundlemanager/bundle_standard/bundlemanager/sceneProject/bmsgetinfosseventhscene/src/main/config.json index 7eeff6117bfce3f014a3a0f891ae4f323a4525b5..fb5f32a4a19f9d971788af87af72464925b4f3c0 100644 --- a/bundlemanager/bundle_standard/bundlemanager/sceneProject/bmsgetinfosseventhscene/src/main/config.json +++ b/bundlemanager/bundle_standard/bundlemanager/sceneProject/bmsgetinfosseventhscene/src/main/config.json @@ -1,1221 +1,1252 @@ { - "app": { - "vendor": "example", - "bundleName": "com.example.third7", - "version": { - "code": 1000000, - "name": "2.0.0" - }, - "apiVersion": { - "compatible": 4, - "target": 5, - "releaseType": "Beta1" - } + "app": { + "vendor": "example", + "bundleName": "com.example.third7", + "version": { + "code": 1000000, + "name": "2.0.0" }, - "deviceConfig": { - "default": { - "process": "helloworld", - "keepAlive": true - } + "apiVersion": { + "compatible": 4, + "target": 5, + "releaseType": "Beta1" + } + }, + "deviceConfig": { + "default": { + "process": "helloworld", + "keepAlive": true + } + }, + "module": { + "mainAbility": ".MainAbility", + "deviceType": [ + "default", + "tablet" + ], + "abilities": [ + { + "skills": [ + { + "entities": [ + "entity.system.home" + ], + "actions": [ + "action.system.home" + ] + } + ], + + "visible": true, + "srcPath": "MainAbility", + "name": ".MainAbility", + "srcLanguage": "ets", + "icon": "$media:icon", + "description": "$string:master_desc", + "formsEnabled": false, + "label": "$string:app_name", + "type": "page", + "launchType": "standard" + }, + { + "skills": [ + { + "actions": [] + } + ], + "visible": true, + "srcPath": "MainAbility", + "name": ".actionEmpty", + "srcLanguage": "ets", + "icon": "$media:icon", + "description": "actionEmpty", + "formsEnabled": false, + "label": "$string:app_name", + "type": "page", + "launchType": "standard" + }, + { + "skills": [ + { + "actions": [ + "" + ] + } + ], + + "visible": true, + "srcPath": "MainAbility", + "name": ".actionStringLenZero", + "srcLanguage": "ets", + "icon": "$media:icon", + "description": "actionStringLenZero", + "formsEnabled": false, + "label": "$string:app_name", + "type": "page", + "launchType": "standard" + }, + { + "skills": [ + { + "actions": [ + "action_a" + ] + } + ], + + "visible": true, + "srcPath": "MainAbility", + "name": ".actionSingleString", + "srcLanguage": "ets", + "icon": "$media:icon", + "description": "actionSingleString", + "formsEnabled": false, + "label": "$string:app_name", + "type": "page", + "launchType": "standard" + }, + { + "skills": [ + { + "actions": [ + "action_b1", + "action_b2" + ] + } + ], + + "visible": true, + "srcPath": "MainAbility", + "name": ".actionDoubleString", + "srcLanguage": "ets", + "icon": "$media:icon", + "description": "actionDoubleString", + "formsEnabled": false, + "label": "$string:app_name", + "type": "page", + "launchType": "standard" + }, + { + "skills": [ + { + "actions": [ + "action_c1", + "action_c2" + ] + }, + { + "actions": [ + "action_d1", + "action_d2" + ] + } + ], + + "visible": true, + "srcPath": "MainAbility", + "name": ".actionDoubleSkill", + "srcLanguage": "ets", + "icon": "$media:icon", + "description": "actionDoubleSkill", + "formsEnabled": false, + "label": "$string:app_name", + "type": "page", + "launchType": "standard" + }, + { + "skills": [ + { + "entities": [], + "actions": [ + "entity_reserved" + ] + } + ], + + "visible": true, + "srcPath": "MainAbility", + "name": ".entityEmpty", + "srcLanguage": "ets", + "icon": "$media:icon", + "description": "entityEmpty", + "formsEnabled": false, + "label": "$string:app_name", + "type": "page", + "launchType": "standard" + }, + { + "skills": [ + { + "entities": [ + "entity_a" + ], + "actions": [ + "entity_reserved" + ] + } + ], + + "visible": true, + "srcPath": "MainAbility", + "name": ".entitySingleString", + "srcLanguage": "ets", + "icon": "$media:icon", + "description": "entitySingleString", + "formsEnabled": false, + "label": "$string:app_name", + "type": "page", + "launchType": "standard" + }, + { + "skills": [ + { + "entities": [ + "entity_b1", + "entity_b2" + ], + "actions": [ + "entity_reserved" + ] + } + ], + + "visible": true, + "srcPath": "MainAbility", + "name": ".entityDoubleString", + "srcLanguage": "ets", + "icon": "$media:icon", + "description": "entityDoubleString", + "formsEnabled": false, + "label": "$string:app_name", + "type": "page", + "launchType": "standard" + }, + { + "skills": [ + { + "entities": [ + "entity_c1", + "entity_c2" + ], + "actions": [ + "entity_reserved" + ] + }, + { + "entities": [ + "entity_d1", + "entity_d2" + ], + "actions": [ + "entity_reserved" + ] + } + ], + + "visible": true, + "srcPath": "MainAbility", + "name": ".entityDoubleSkill", + "srcLanguage": "ets", + "icon": "$media:icon", + "description": "entityDoubleSkill", + "formsEnabled": false, + "label": "$string:app_name", + "type": "page", + "launchType": "standard" + }, + { + "skills": [ + { + "uris": [], + "actions": [ + "uri_reserved" + ] + } + ], + + "visible": true, + "srcPath": "MainAbility", + "name": ".uriEmpty", + "srcLanguage": "ets", + "icon": "$media:icon", + "description": "uriEmpty", + "formsEnabled": false, + "label": "$string:app_name", + "type": "page", + "launchType": "standard" + }, + { + "skills": [ + { + "uris": [ + { + "scheme": "content" + } + ], + "actions": [ + "uri_reserved" + ] + } + ], + + "visible": true, + "srcPath": "MainAbility", + "name": ".uriScheme", + "srcLanguage": "ets", + "icon": "$media:icon", + "description": "uriScheme", + "formsEnabled": false, + "label": "$string:app_name", + "type": "page", + "launchType": "standard" + }, + { + "skills": [ + { + "uris": [ + { + "scheme": "content", + "host": "www.test.com" + } + ], + "actions": [ + "uri_reserved" + ] + } + ], + + "visible": true, + "srcPath": "MainAbility", + "name": ".uriSchemeHost", + "srcLanguage": "ets", + "icon": "$media:icon", + "description": "uriSchemeHost", + "formsEnabled": false, + "label": "$string:app_name", + "type": "page", + "launchType": "standard" + }, + { + "skills": [ + { + "uris": [ + { + "scheme": "content", + "port": "8080", + "host": "www.test.com" + } + ], + "actions": [ + "uri_reserved" + ] + } + ], + + "visible": true, + "srcPath": "MainAbility", + "name": ".uriSchemeHostPort", + "srcLanguage": "ets", + "icon": "$media:icon", + "description": "uriSchemeHostPort", + "formsEnabled": false, + "label": "$string:app_name", + "type": "page", + "launchType": "standard" + }, + { + "skills": [ + { + "uris": [ + { + "path": "query/student/name", + "scheme": "content", + "port": "8080", + "host": "www.test.com" + } + ], + "actions": [ + "uri_reserved" + ] + } + ], + + "visible": true, + "srcPath": "MainAbility", + "name": ".uriSchemeHostPortPath", + "srcLanguage": "ets", + "icon": "$media:icon", + "description": "uriSchemeHostPortPath", + "formsEnabled": false, + "label": "$string:app_name", + "type": "page", + "launchType": "standard" + }, + { + "skills": [ + { + "uris": [ + { + "pathStartWith": "query/student", + "scheme": "content", + "port": "8080", + "host": "www.test.com" + } + ], + "actions": [ + "uri_reserved" + ] + } + ], + + "visible": true, + "srcPath": "MainAbility", + "name": ".uriSchemeHostPortPathStartWith", + "srcLanguage": "ets", + "icon": "$media:icon", + "description": "uriSchemeHostPortPathStartWith", + "formsEnabled": false, + "label": "$string:app_name", + "type": "page", + "launchType": "standard" + }, + { + "skills": [ + { + "uris": [ + { + "scheme": "content", + "port": "8080", + "host": "www.test.com", + "pathRegx": "query/.*/name" + } + ], + "actions": [ + "uri_reserved" + ] + } + ], + + "visible": true, + "srcPath": "MainAbility", + "name": ".uriSchemeHostPortPathRegx", + "srcLanguage": "ets", + "icon": "$media:icon", + "description": "uriSchemeHostPortPathRegx", + "formsEnabled": false, + "label": "$string:app_name", + "type": "page", + "launchType": "standard" + }, + { + "skills": [ + { + "uris": [ + { + "scheme": "", + "port": "8080", + "host": "www.test.com" + } + ], + "actions": [ + "uri_reserved" + ] + } + ], + + "visible": true, + "srcPath": "MainAbility", + "name": ".uriSchemeEmpty", + "srcLanguage": "ets", + "icon": "$media:icon", + "description": "uriSchemeEmpty", + "formsEnabled": false, + "label": "$string:app_name", + "type": "page", + "launchType": "standard" + }, + { + "skills": [ + { + "uris": [ + { + "scheme": "content", + "port": "8080", + "host": "" + } + ], + "actions": [ + "uri_reserved" + ] + } + ], + + "visible": true, + "srcPath": "MainAbility", + "name": ".uriHostEmpty", + "srcLanguage": "ets", + "icon": "$media:icon", + "description": "uriHostEmpty", + "formsEnabled": false, + "label": "$string:app_name", + "type": "page", + "launchType": "standard" + }, + { + "skills": [ + { + "uris": [ + { + "path": "query/student/name", + "scheme": "content", + "host": "www.test.com" + } + ], + "actions": [ + "uri_reserved" + ] + } + ], + + "visible": true, + "srcPath": "MainAbility", + "name": ".uriPortEmptyWithPath", + "srcLanguage": "ets", + "icon": "$media:icon", + "description": "uriPortEmptyWithPath", + "formsEnabled": false, + "label": "$string:app_name", + "type": "page", + "launchType": "standard" + }, + { + "skills": [ + { + "uris": [ + { + "pathStartWith": "query/student", + "scheme": "content", + "host": "www.test.com" + } + ], + "actions": [ + "uri_reserved" + ] + } + ], + + "visible": true, + "srcPath": "MainAbility", + "name": ".uriPortEmptyWithPathStartWith", + "srcLanguage": "ets", + "icon": "$media:icon", + "description": "uriPortEmptyWithPathStartWith", + "formsEnabled": false, + "label": "$string:app_name", + "type": "page", + "launchType": "standard" + }, + { + "skills": [ + { + "uris": [ + { + "scheme": "content", + "host": "www.test.com", + "pathRegx": "query/.*/name" + } + ], + "actions": [ + "uri_reserved" + ] + } + ], + + "visible": true, + "srcPath": "MainAbility", + "name": ".uriPortEmptyWithPathRegx", + "srcLanguage": "ets", + "icon": "$media:icon", + "description": "uriPortEmptyWithPathRegx", + "formsEnabled": false, + "label": "$string:app_name", + "type": "page", + "launchType": "standard" + }, + { + "skills": [ + { + "uris": [ + { + "path": "query/student/name", + "pathStartWith": "query/teacher", + "scheme": "file", + "port": "8080", + "host": "www.test.com", + "pathRegx": "update/.*/name" + } + ], + "actions": [ + "uri_reserved" + ] + } + ], + + "visible": true, + "srcPath": "MainAbility", + "name": ".uriMultiPath", + "srcLanguage": "ets", + "icon": "$media:icon", + "description": "uriMultiPath", + "formsEnabled": false, + "label": "$string:app_name", + "type": "page", + "launchType": "standard" + }, + { + "skills": [ + { + "uris": [ + { + "type": "*/*" + } + ], + "actions": [ + "type_reserved" + ] + } + ], + + "visible": true, + "srcPath": "MainAbility", + "name": ".TypeDoubleWildCard", + "srcLanguage": "ets", + "icon": "$media:icon", + "description": "TypeDoubleWildCard", + "formsEnabled": false, + "label": "$string:app_name", + "type": "page", + "launchType": "standard" + }, + { + "skills": [ + { + "uris": [ + { + "type": "prefixType/*" + } + ], + "actions": [ + "type_reserved" + ] + } + ], + + "visible": true, + "srcPath": "MainAbility", + "name": ".TypeSingleWildCard", + "srcLanguage": "ets", + "icon": "$media:icon", + "description": "TypeSingleWildCard", + "formsEnabled": false, + "label": "$string:app_name", + "type": "page", + "launchType": "standard" + }, + { + "skills": [ + { + "uris": [ + { + "type": "prefixType/suffixType" + } + ], + "actions": [ + "type_reserved" + ] + } + ], + + "visible": true, + "srcPath": "MainAbility", + "name": ".TypeString", + "srcLanguage": "ets", + "icon": "$media:icon", + "description": "TypeString", + "formsEnabled": false, + "label": "$string:app_name", + "type": "page", + "launchType": "standard" + }, + { + "skills": [ + { + "uris": [ + { + "type": "prefixTypeExt/suffixTypeExt" + } + ], + "actions": [ + "type_reserved" + ] + } + ], + + "visible": true, + "srcPath": "MainAbility", + "name": ".TypeStringExt", + "srcLanguage": "ets", + "icon": "$media:icon", + "description": "TypeStringExt", + "formsEnabled": false, + "label": "$string:app_name", + "type": "page", + "launchType": "standard" + }, + { + "skills": [ + { + "uris": [ + { + "type": "" + } + ], + "actions": [ + "type_reserved" + ] + } + ], + + "visible": true, + "srcPath": "MainAbility", + "name": ".TypeEmpty", + "srcLanguage": "ets", + "icon": "$media:icon", + "description": "TypeEmpty", + "formsEnabled": false, + "label": "$string:app_name", + "type": "page", + "launchType": "standard" + }, + { + "skills": [ + { + "uris": [ + {} + ], + "actions": [ + "type_reserved" + ] + } + ], + + "visible": true, + "srcPath": "MainAbility", + "name": ".TypeEmptyExt", + "srcLanguage": "ets", + "icon": "$media:icon", + "description": "TypeEmptyExt", + "formsEnabled": false, + "label": "$string:app_name", + "type": "page", + "launchType": "standard" + }, + { + "skills": [ + { + "entities": [ + "all_entity_a" + ], + "actions": [ + "all_action_a" + ] + } + ], + + "visible": true, + "srcPath": "MainAbility", + "name": ".allAE", + "srcLanguage": "ets", + "icon": "$media:icon", + "description": "allAE", + "formsEnabled": false, + "label": "$string:app_name", + "type": "page", + "launchType": "standard" + }, + { + "skills": [ + { + "entities": [ + "all_entity_b1", + "all_entity_b2" + ], + "actions": [ + "all_action_b" + ] + } + ], + + "visible": true, + "srcPath": "MainAbility", + "name": ".allAEs", + "srcLanguage": "ets", + "icon": "$media:icon", + "description": "allAEs", + "formsEnabled": false, + "label": "$string:app_name", + "type": "page", + "launchType": "standard" + }, + { + "skills": [ + { + "uris": [ + { + "path": "query/student/name", + "pathStartWith": "query/teacher", + "scheme": "http", + "port": "8080", + "host": "www.test.com", + "pathRegx": "update/.*/name", + "type": "text/plain" + } + ], + "actions": [ + "all_reserved" + ] + } + ], + + "visible": true, + "srcPath": "MainAbility", + "name": ".allUT", + "srcLanguage": "ets", + "icon": "$media:icon", + "description": "allUT", + "formsEnabled": false, + "label": "$string:app_name", + "type": "page", + "launchType": "standard" + }, + { + "skills": [ + { + "uris": [ + { + "path": "query/student/name", + "scheme": "https", + "port": "8080", + "host": "www.test.com", + "type": "text/*" + } + ], + "entities": [ + "all_entity_c1", + "all_entity_c2" + ], + "actions": [ + "all_action_c" + ] + } + ], + + "visible": true, + "srcPath": "MainAbility", + "name": ".allAEUT", + "srcLanguage": "ets", + "icon": "$media:icon", + "description": "allAEUT", + "formsEnabled": false, + "label": "$string:app_name", + "type": "page", + "launchType": "standard" + } + ], + "distro": { + "moduleType": "entry", + "installationFree": false, + "deliveryWithInstall": true, + "moduleName": "entry" }, - "module": { - "mainAbility": ".MainAbility", - "deviceType": [ - "default", - "tablet", - "2in1" - ], - "abilities": [ - { - "skills": [ - { - "entities": [ - "entity.system.home" - ], - "actions": [ - "action.system.home" - ] - } - ], - "visible": true, - "srcPath": "MainAbility", - "name": ".MainAbility", - "srcLanguage": "ets", - "icon": "$media:icon", - "description": "$string:master_desc", - "formsEnabled": false, - "label": "$string:app_name", - "type": "page", - "launchType": "standard" - }, - { - "skills": [ - { - "actions": [] - } - ], - "visible": true, - "srcPath": "MainAbility", - "name": ".actionEmpty", - "srcLanguage": "ets", - "icon": "$media:icon", - "description": "actionEmpty", - "formsEnabled": false, - "label": "$string:app_name", - "type": "page", - "launchType": "standard" - }, - { - "skills": [ - { - "actions": [ - "" - ] - } - ], - "visible": true, - "srcPath": "MainAbility", - "name": ".actionStringLenZero", - "srcLanguage": "ets", - "icon": "$media:icon", - "description": "actionStringLenZero", - "formsEnabled": false, - "label": "$string:app_name", - "type": "page", - "launchType": "standard" - }, - { - "skills": [ - { - "actions": [ - "action_a" - ] - } - ], - "visible": true, - "srcPath": "MainAbility", - "name": ".actionSingleString", - "srcLanguage": "ets", - "icon": "$media:icon", - "description": "actionSingleString", - "formsEnabled": false, - "label": "$string:app_name", - "type": "page", - "launchType": "standard" - }, - { - "skills": [ - { - "actions": [ - "action_b1", - "action_b2" - ] - } - ], - "visible": true, - "srcPath": "MainAbility", - "name": ".actionDoubleString", - "srcLanguage": "ets", - "icon": "$media:icon", - "description": "actionDoubleString", - "formsEnabled": false, - "label": "$string:app_name", - "type": "page", - "launchType": "standard" - }, - { - "skills": [ - { - "actions": [ - "action_c1", - "action_c2" - ] - }, - { - "actions": [ - "action_d1", - "action_d2" - ] - } - ], - "visible": true, - "srcPath": "MainAbility", - "name": ".actionDoubleSkill", - "srcLanguage": "ets", - "icon": "$media:icon", - "description": "actionDoubleSkill", - "formsEnabled": false, - "label": "$string:app_name", - "type": "page", - "launchType": "standard" - }, - { - "skills": [ - { - "entities": [], - "actions": [ - "entity_reserved" - ] - } - ], - "visible": true, - "srcPath": "MainAbility", - "name": ".entityEmpty", - "srcLanguage": "ets", - "icon": "$media:icon", - "description": "entityEmpty", - "formsEnabled": false, - "label": "$string:app_name", - "type": "page", - "launchType": "standard" - }, - { - "skills": [ - { - "entities": [ - "entity_a" - ], - "actions": [ - "entity_reserved" - ] - } - ], - "visible": true, - "srcPath": "MainAbility", - "name": ".entitySingleString", - "srcLanguage": "ets", - "icon": "$media:icon", - "description": "entitySingleString", - "formsEnabled": false, - "label": "$string:app_name", - "type": "page", - "launchType": "standard" - }, - { - "skills": [ - { - "entities": [ - "entity_b1", - "entity_b2" - ], - "actions": [ - "entity_reserved" - ] - } - ], - "visible": true, - "srcPath": "MainAbility", - "name": ".entityDoubleString", - "srcLanguage": "ets", - "icon": "$media:icon", - "description": "entityDoubleString", - "formsEnabled": false, - "label": "$string:app_name", - "type": "page", - "launchType": "standard" - }, - { - "skills": [ - { - "entities": [ - "entity_c1", - "entity_c2" - ], - "actions": [ - "entity_reserved" - ] - }, - { - "entities": [ - "entity_d1", - "entity_d2" - ], - "actions": [ - "entity_reserved" - ] - } - ], - "visible": true, - "srcPath": "MainAbility", - "name": ".entityDoubleSkill", - "srcLanguage": "ets", - "icon": "$media:icon", - "description": "entityDoubleSkill", - "formsEnabled": false, - "label": "$string:app_name", - "type": "page", - "launchType": "standard" - }, - { - "skills": [ - { - "uris": [], - "actions": [ - "uri_reserved" - ] - } - ], - "visible": true, - "srcPath": "MainAbility", - "name": ".uriEmpty", - "srcLanguage": "ets", - "icon": "$media:icon", - "description": "uriEmpty", - "formsEnabled": false, - "label": "$string:app_name", - "type": "page", - "launchType": "standard" - }, - { - "skills": [ - { - "uris": [ - { - "scheme": "content" - } - ], - "actions": [ - "uri_reserved" - ] - } - ], - "visible": true, - "srcPath": "MainAbility", - "name": ".uriScheme", - "srcLanguage": "ets", - "icon": "$media:icon", - "description": "uriScheme", - "formsEnabled": false, - "label": "$string:app_name", - "type": "page", - "launchType": "standard" - }, - { - "skills": [ - { - "uris": [ - { - "scheme": "content", - "host": "www.test.com" - } - ], - "actions": [ - "uri_reserved" - ] - } - ], - "visible": true, - "srcPath": "MainAbility", - "name": ".uriSchemeHost", - "srcLanguage": "ets", - "icon": "$media:icon", - "description": "uriSchemeHost", - "formsEnabled": false, - "label": "$string:app_name", - "type": "page", - "launchType": "standard" - }, - { - "skills": [ - { - "uris": [ - { - "scheme": "content", - "port": "8080", - "host": "www.test.com" - } - ], - "actions": [ - "uri_reserved" - ] - } - ], - "visible": true, - "srcPath": "MainAbility", - "name": ".uriSchemeHostPort", - "srcLanguage": "ets", - "icon": "$media:icon", - "description": "uriSchemeHostPort", - "formsEnabled": false, - "label": "$string:app_name", - "type": "page", - "launchType": "standard" - }, - { - "skills": [ - { - "uris": [ - { - "path": "query/student/name", - "scheme": "content", - "port": "8080", - "host": "www.test.com" - } - ], - "actions": [ - "uri_reserved" - ] - } - ], - "visible": true, - "srcPath": "MainAbility", - "name": ".uriSchemeHostPortPath", - "srcLanguage": "ets", - "icon": "$media:icon", - "description": "uriSchemeHostPortPath", - "formsEnabled": false, - "label": "$string:app_name", - "type": "page", - "launchType": "standard" - }, - { - "skills": [ - { - "uris": [ - { - "pathStartWith": "query/student", - "scheme": "content", - "port": "8080", - "host": "www.test.com" - } - ], - "actions": [ - "uri_reserved" - ] - } - ], - "visible": true, - "srcPath": "MainAbility", - "name": ".uriSchemeHostPortPathStartWith", - "srcLanguage": "ets", - "icon": "$media:icon", - "description": "uriSchemeHostPortPathStartWith", - "formsEnabled": false, - "label": "$string:app_name", - "type": "page", - "launchType": "standard" - }, - { - "skills": [ - { - "uris": [ - { - "scheme": "content", - "port": "8080", - "host": "www.test.com", - "pathRegx": "query/.*/name" - } - ], - "actions": [ - "uri_reserved" - ] - } - ], - "visible": true, - "srcPath": "MainAbility", - "name": ".uriSchemeHostPortPathRegx", - "srcLanguage": "ets", - "icon": "$media:icon", - "description": "uriSchemeHostPortPathRegx", - "formsEnabled": false, - "label": "$string:app_name", - "type": "page", - "launchType": "standard" - }, - { - "skills": [ - { - "uris": [ - { - "scheme": "", - "port": "8080", - "host": "www.test.com" - } - ], - "actions": [ - "uri_reserved" - ] - } - ], - "visible": true, - "srcPath": "MainAbility", - "name": ".uriSchemeEmpty", - "srcLanguage": "ets", - "icon": "$media:icon", - "description": "uriSchemeEmpty", - "formsEnabled": false, - "label": "$string:app_name", - "type": "page", - "launchType": "standard" - }, - { - "skills": [ - { - "uris": [ - { - "scheme": "content", - "port": "8080", - "host": "" - } - ], - "actions": [ - "uri_reserved" - ] - } - ], - "visible": true, - "srcPath": "MainAbility", - "name": ".uriHostEmpty", - "srcLanguage": "ets", - "icon": "$media:icon", - "description": "uriHostEmpty", - "formsEnabled": false, - "label": "$string:app_name", - "type": "page", - "launchType": "standard" - }, - { - "skills": [ - { - "uris": [ - { - "path": "query/student/name", - "scheme": "content", - "host": "www.test.com" - } - ], - "actions": [ - "uri_reserved" - ] - } - ], - "visible": true, - "srcPath": "MainAbility", - "name": ".uriPortEmptyWithPath", - "srcLanguage": "ets", - "icon": "$media:icon", - "description": "uriPortEmptyWithPath", - "formsEnabled": false, - "label": "$string:app_name", - "type": "page", - "launchType": "standard" - }, - { - "skills": [ - { - "uris": [ - { - "pathStartWith": "query/student", - "scheme": "content", - "host": "www.test.com" - } - ], - "actions": [ - "uri_reserved" - ] - } - ], - "visible": true, - "srcPath": "MainAbility", - "name": ".uriPortEmptyWithPathStartWith", - "srcLanguage": "ets", - "icon": "$media:icon", - "description": "uriPortEmptyWithPathStartWith", - "formsEnabled": false, - "label": "$string:app_name", - "type": "page", - "launchType": "standard" - }, - { - "skills": [ - { - "uris": [ - { - "scheme": "content", - "host": "www.test.com", - "pathRegx": "query/.*/name" - } - ], - "actions": [ - "uri_reserved" - ] - } - ], - "visible": true, - "srcPath": "MainAbility", - "name": ".uriPortEmptyWithPathRegx", - "srcLanguage": "ets", - "icon": "$media:icon", - "description": "uriPortEmptyWithPathRegx", - "formsEnabled": false, - "label": "$string:app_name", - "type": "page", - "launchType": "standard" - }, - { - "skills": [ - { - "uris": [ - { - "path": "query/student/name", - "pathStartWith": "query/teacher", - "scheme": "file", - "port": "8080", - "host": "www.test.com", - "pathRegx": "update/.*/name" - } - ], - "actions": [ - "uri_reserved" - ] - } - ], - "visible": true, - "srcPath": "MainAbility", - "name": ".uriMultiPath", - "srcLanguage": "ets", - "icon": "$media:icon", - "description": "uriMultiPath", - "formsEnabled": false, - "label": "$string:app_name", - "type": "page", - "launchType": "standard" - }, - { - "skills": [ - { - "uris": [ - { - "type": "*/*" - } - ], - "actions": [ - "type_reserved" - ] - } - ], - "visible": true, - "srcPath": "MainAbility", - "name": ".TypeDoubleWildCard", - "srcLanguage": "ets", - "icon": "$media:icon", - "description": "TypeDoubleWildCard", - "formsEnabled": false, - "label": "$string:app_name", - "type": "page", - "launchType": "standard" - }, - { - "skills": [ - { - "uris": [ - { - "type": "prefixType/*" - } - ], - "actions": [ - "type_reserved" - ] - } - ], - "visible": true, - "srcPath": "MainAbility", - "name": ".TypeSingleWildCard", - "srcLanguage": "ets", - "icon": "$media:icon", - "description": "TypeSingleWildCard", - "formsEnabled": false, - "label": "$string:app_name", - "type": "page", - "launchType": "standard" - }, - { - "skills": [ - { - "uris": [ - { - "type": "prefixType/suffixType" - } - ], - "actions": [ - "type_reserved" - ] - } - ], - "visible": true, - "srcPath": "MainAbility", - "name": ".TypeString", - "srcLanguage": "ets", - "icon": "$media:icon", - "description": "TypeString", - "formsEnabled": false, - "label": "$string:app_name", - "type": "page", - "launchType": "standard" - }, - { - "skills": [ - { - "uris": [ - { - "type": "prefixTypeExt/suffixTypeExt" - } - ], - "actions": [ - "type_reserved" - ] - } - ], - "visible": true, - "srcPath": "MainAbility", - "name": ".TypeStringExt", - "srcLanguage": "ets", - "icon": "$media:icon", - "description": "TypeStringExt", - "formsEnabled": false, - "label": "$string:app_name", - "type": "page", - "launchType": "standard" - }, - { - "skills": [ - { - "uris": [ - { - "type": "" - } - ], - "actions": [ - "type_reserved" - ] - } - ], - "visible": true, - "srcPath": "MainAbility", - "name": ".TypeEmpty", - "srcLanguage": "ets", - "icon": "$media:icon", - "description": "TypeEmpty", - "formsEnabled": false, - "label": "$string:app_name", - "type": "page", - "launchType": "standard" - }, - { - "skills": [ - { - "uris": [ - {} - ], - "actions": [ - "type_reserved" - ] - } - ], - "visible": true, - "srcPath": "MainAbility", - "name": ".TypeEmptyExt", - "srcLanguage": "ets", - "icon": "$media:icon", - "description": "TypeEmptyExt", - "formsEnabled": false, - "label": "$string:app_name", - "type": "page", - "launchType": "standard" - }, - { - "skills": [ - { - "entities": [ - "all_entity_a" - ], - "actions": [ - "all_action_a" - ] - } - ], - "visible": true, - "srcPath": "MainAbility", - "name": ".allAE", - "srcLanguage": "ets", - "icon": "$media:icon", - "description": "allAE", - "formsEnabled": false, - "label": "$string:app_name", - "type": "page", - "launchType": "standard" - }, - { - "skills": [ - { - "entities": [ - "all_entity_b1", - "all_entity_b2" - ], - "actions": [ - "all_action_b" - ] - } - ], - "visible": true, - "srcPath": "MainAbility", - "name": ".allAEs", - "srcLanguage": "ets", - "icon": "$media:icon", - "description": "allAEs", - "formsEnabled": false, - "label": "$string:app_name", - "type": "page", - "launchType": "standard" - }, - { - "skills": [ - { - "uris": [ - { - "path": "query/student/name", - "pathStartWith": "query/teacher", - "scheme": "http", - "port": "8080", - "host": "www.test.com", - "pathRegx": "update/.*/name", - "type": "text/plain" - } - ], - "actions": [ - "all_reserved" - ] - } - ], - "visible": true, - "srcPath": "MainAbility", - "name": ".allUT", - "srcLanguage": "ets", - "icon": "$media:icon", - "description": "allUT", - "formsEnabled": false, - "label": "$string:app_name", - "type": "page", - "launchType": "standard" - }, - { - "skills": [ - { - "uris": [ - { - "path": "query/student/name", - "scheme": "https", - "port": "8080", - "host": "www.test.com", - "type": "text/*" - } - ], - "entities": [ - "all_entity_c1", - "all_entity_c2" - ], - "actions": [ - "all_action_c" - ] - } - ], - "visible": true, - "srcPath": "MainAbility", - "name": ".allAEUT", - "srcLanguage": "ets", - "icon": "$media:icon", - "description": "allAEUT", - "formsEnabled": false, - "label": "$string:app_name", - "type": "page", - "launchType": "standard" - } - ], - "distro": { - "moduleType": "entry", - "installationFree": false, - "deliveryWithInstall": true, - "moduleName": "entry" + "package": "com.example.third7", + "name": ".MyApplication", + "shortcuts": [ + { + "intents": [ + { + "targetBundle": "com.hello.world", + "targetClass": "com.hello.world.MainAbility" + }, + { + "targetBundle": "com.example.third7", + "targetClass": "com.example.third7.MainAbility" + } + ], + "icon": "$media:icon", + "label": "$string:app_name", + "shortcutId": "id001" + }, + { + "intents": [ + { + "targetBundle": "com.hello.world2", + "targetClass": "com.hello.world2.MainAbility" + }, + { + "targetBundle": "com.example.third72", + "targetClass": "com.example.third72.MainAbility" + } + ], + "icon": "$media:icon", + "label": "$string:app_name", + "shortcutId": "id002" + } + ], + "js": [ + { + "mode": { + "syntax": "ets", + "type": "pageAbility" }, - "package": "com.example.third7", - "name": ".MyApplication", - "shortcuts": [ - { - "intents": [ - { - "targetBundle": "com.hello.world", - "targetClass": "com.hello.world.MainAbility" - }, - { - "targetBundle": "com.example.third7", - "targetClass": "com.example.third7.MainAbility" - } - ], - "icon": "$media:icon", - "label": "$string:app_name", - "shortcutId": "id001" - }, - { - "intents": [ - { - "targetBundle": "com.hello.world2", - "targetClass": "com.hello.world2.MainAbility" - }, - { - "targetBundle": "com.example.third72", - "targetClass": "com.example.third72.MainAbility" - } - ], - "icon": "$media:icon", - "label": "$string:app_name", - "shortcutId": "id002" - } - ], - "js": [ - { - "mode": { - "syntax": "ets", - "type": "pageAbility" - }, - "pages": [ - "pages/index/index" - ], - "name": ".MainAbility", - "window": { - "designWidth": 720, - "autoDesignWidth": false - } - }, - { - "mode": { - "syntax": "ets", - "type": "pageAbility" - }, - "pages": [ - "pages/index" - ], - "name": ".actionEmpty" - }, - { - "mode": { - "syntax": "ets", - "type": "pageAbility" - }, - "pages": [ - "pages/index" - ], - "name": ".actionStringLenZero" - }, - { - "mode": { - "syntax": "ets", - "type": "pageAbility" - }, - "pages": [ - "pages/index" - ], - "name": ".actionSingleString" - }, - { - "mode": { - "syntax": "ets", - "type": "pageAbility" - }, - "pages": [ - "pages/index" - ], - "name": ".actionDoubleString" - }, - { - "mode": { - "syntax": "ets", - "type": "pageAbility" - }, - "pages": [ - "pages/index" - ], - "name": ".actionDoubleSkill" - }, - { - "mode": { - "syntax": "ets", - "type": "pageAbility" - }, - "pages": [ - "pages/index" - ], - "name": ".entityEmpty" - }, - { - "mode": { - "syntax": "ets", - "type": "pageAbility" - }, - "pages": [ - "pages/index" - ], - "name": ".entitySingleString" - }, - { - "mode": { - "syntax": "ets", - "type": "pageAbility" - }, - "pages": [ - "pages/index" - ], - "name": ".entityDoubleString" - }, - { - "mode": { - "syntax": "ets", - "type": "pageAbility" - }, - "pages": [ - "pages/index" - ], - "name": ".entityDoubleSkill" - }, - { - "mode": { - "syntax": "ets", - "type": "pageAbility" - }, - "pages": [ - "pages/index" - ], - "name": ".uriEmpty" - }, - { - "mode": { - "syntax": "ets", - "type": "pageAbility" - }, - "pages": [ - "pages/index" - ], - "name": ".uriScheme" - }, - { - "mode": { - "syntax": "ets", - "type": "pageAbility" - }, - "pages": [ - "pages/index" - ], - "name": ".uriSchemeHost" - }, - { - "mode": { - "syntax": "ets", - "type": "pageAbility" - }, - "pages": [ - "pages/index" - ], - "name": ".uriSchemeHostPort" - }, - { - "mode": { - "syntax": "ets", - "type": "pageAbility" - }, - "pages": [ - "pages/index" - ], - "name": ".uriSchemeHostPortPath" - }, - { - "mode": { - "syntax": "ets", - "type": "pageAbility" - }, - "pages": [ - "pages/index" - ], - "name": ".uriSchemeHostPortPathStartWith" - }, - { - "mode": { - "syntax": "ets", - "type": "pageAbility" - }, - "pages": [ - "pages/index" - ], - "name": ".uriSchemeHostPortPathRegx" - }, - { - "mode": { - "syntax": "ets", - "type": "pageAbility" - }, - "pages": [ - "pages/index" - ], - "name": ".uriSchemeEmpty" - }, - { - "mode": { - "syntax": "ets", - "type": "pageAbility" - }, - "pages": [ - "pages/index" - ], - "name": ".uriHostEmpty" - }, - { - "mode": { - "syntax": "ets", - "type": "pageAbility" - }, - "pages": [ - "pages/index" - ], - "name": ".uriPortEmptyWithPath" - }, - { - "mode": { - "syntax": "ets", - "type": "pageAbility" - }, - "pages": [ - "pages/index" - ], - "name": ".uriPortEmptyWithPathStartWith" - }, - { - "mode": { - "syntax": "ets", - "type": "pageAbility" - }, - "pages": [ - "pages/index" - ], - "name": ".uriPortEmptyWithPathRegx" - }, - { - "mode": { - "syntax": "ets", - "type": "pageAbility" - }, - "pages": [ - "pages/index" - ], - "name": ".uriMultiPath" - }, - { - "mode": { - "syntax": "ets", - "type": "pageAbility" - }, - "pages": [ - "pages/index" - ], - "name": ".TypeDoubleWildCard" - }, - { - "mode": { - "syntax": "ets", - "type": "pageAbility" - }, - "pages": [ - "pages/index" - ], - "name": ".TypeSingleWildCard" - }, - { - "mode": { - "syntax": "ets", - "type": "pageAbility" - }, - "pages": [ - "pages/index" - ], - "name": ".TypeString" - }, - { - "mode": { - "syntax": "ets", - "type": "pageAbility" - }, - "pages": [ - "pages/index" - ], - "name": ".TypeStringExt" - }, - { - "mode": { - "syntax": "ets", - "type": "pageAbility" - }, - "pages": [ - "pages/index" - ], - "name": ".TypeEmpty" - }, - { - "mode": { - "syntax": "ets", - "type": "pageAbility" - }, - "pages": [ - "pages/index" - ], - "name": ".TypeEmptyExt" - }, - { - "mode": { - "syntax": "ets", - "type": "pageAbility" - }, - "pages": [ - "pages/index" - ], - "name": ".allAE" - }, - { - "mode": { - "syntax": "ets", - "type": "pageAbility" - }, - "pages": [ - "pages/index" - ], - "name": ".allAEs" - }, - { - "mode": { - "syntax": "ets", - "type": "pageAbility" - }, - "pages": [ - "pages/index" - ], - "name": ".allUT" - }, - { - "mode": { - "syntax": "ets", - "type": "pageAbility" - }, - "pages": [ - "pages/index" - ], - "name": ".allAEUT" - } - ], - "reqPermissions": [ - { - "name": "ohos.permission.GET_BUNDLE_INFO", - "reason": "use ohos.permission.GET_BUNDLE_INFO" - }, - { - "name": "ohos.permission.GET_BUNDLE_INFO_PRIVILEGED", - "reason": "use ohos.permission.GET_BUNDLE_INFO_PRIVILEGED" - } - ] - } + "pages": [ + "pages/index/index" + ], + "name": ".MainAbility", + "window": { + "designWidth": 720, + "autoDesignWidth": false + } + }, + { + "mode": { + "syntax": "ets", + "type": "pageAbility" + }, + "pages": [ + "pages/index" + ], + "name": ".actionEmpty" + }, + { + "mode": { + "syntax": "ets", + "type": "pageAbility" + }, + "pages": [ + "pages/index" + ], + "name": ".actionStringLenZero" + }, + { + "mode": { + "syntax": "ets", + "type": "pageAbility" + }, + "pages": [ + "pages/index" + ], + "name": ".actionSingleString" + }, + { + "mode": { + "syntax": "ets", + "type": "pageAbility" + }, + "pages": [ + "pages/index" + ], + "name": ".actionDoubleString" + }, + { + "mode": { + "syntax": "ets", + "type": "pageAbility" + }, + "pages": [ + "pages/index" + ], + "name": ".actionDoubleSkill" + }, + { + "mode": { + "syntax": "ets", + "type": "pageAbility" + }, + "pages": [ + "pages/index" + ], + "name": ".entityEmpty" + }, + { + "mode": { + "syntax": "ets", + "type": "pageAbility" + }, + "pages": [ + "pages/index" + ], + "name": ".entitySingleString" + }, + { + "mode": { + "syntax": "ets", + "type": "pageAbility" + }, + "pages": [ + "pages/index" + ], + "name": ".entityDoubleString" + }, + { + "mode": { + "syntax": "ets", + "type": "pageAbility" + }, + "pages": [ + "pages/index" + ], + "name": ".entityDoubleSkill" + }, + { + "mode": { + "syntax": "ets", + "type": "pageAbility" + }, + "pages": [ + "pages/index" + ], + "name": ".uriEmpty" + }, + { + "mode": { + "syntax": "ets", + "type": "pageAbility" + }, + "pages": [ + "pages/index" + ], + "name": ".uriScheme" + }, + { + "mode": { + "syntax": "ets", + "type": "pageAbility" + }, + "pages": [ + "pages/index" + ], + "name": ".uriSchemeHost" + }, + { + "mode": { + "syntax": "ets", + "type": "pageAbility" + }, + "pages": [ + "pages/index" + ], + "name": ".uriSchemeHostPort" + }, + { + "mode": { + "syntax": "ets", + "type": "pageAbility" + }, + "pages": [ + "pages/index" + ], + "name": ".uriSchemeHostPortPath" + }, + { + "mode": { + "syntax": "ets", + "type": "pageAbility" + }, + "pages": [ + "pages/index" + ], + "name": ".uriSchemeHostPortPathStartWith" + }, + { + "mode": { + "syntax": "ets", + "type": "pageAbility" + }, + "pages": [ + "pages/index" + ], + "name": ".uriSchemeHostPortPathRegx" + }, + { + "mode": { + "syntax": "ets", + "type": "pageAbility" + }, + "pages": [ + "pages/index" + ], + "name": ".uriSchemeEmpty" + }, + { + "mode": { + "syntax": "ets", + "type": "pageAbility" + }, + "pages": [ + "pages/index" + ], + "name": ".uriHostEmpty" + }, + { + "mode": { + "syntax": "ets", + "type": "pageAbility" + }, + "pages": [ + "pages/index" + ], + "name": ".uriPortEmptyWithPath" + }, + { + "mode": { + "syntax": "ets", + "type": "pageAbility" + }, + "pages": [ + "pages/index" + ], + "name": ".uriPortEmptyWithPathStartWith" + }, + { + "mode": { + "syntax": "ets", + "type": "pageAbility" + }, + "pages": [ + "pages/index" + ], + "name": ".uriPortEmptyWithPathRegx" + }, + { + "mode": { + "syntax": "ets", + "type": "pageAbility" + }, + "pages": [ + "pages/index" + ], + "name": ".uriMultiPath" + }, + { + "mode": { + "syntax": "ets", + "type": "pageAbility" + }, + "pages": [ + "pages/index" + ], + "name": ".TypeDoubleWildCard" + }, + { + "mode": { + "syntax": "ets", + "type": "pageAbility" + }, + "pages": [ + "pages/index" + ], + "name": ".TypeSingleWildCard" + }, + { + "mode": { + "syntax": "ets", + "type": "pageAbility" + }, + "pages": [ + "pages/index" + ], + "name": ".TypeString" + }, + { + "mode": { + "syntax": "ets", + "type": "pageAbility" + }, + "pages": [ + "pages/index" + ], + "name": ".TypeStringExt" + }, + { + "mode": { + "syntax": "ets", + "type": "pageAbility" + }, + "pages": [ + "pages/index" + ], + "name": ".TypeEmpty" + }, + { + "mode": { + "syntax": "ets", + "type": "pageAbility" + }, + "pages": [ + "pages/index" + ], + "name": ".TypeEmptyExt" + }, + { + "mode": { + "syntax": "ets", + "type": "pageAbility" + }, + "pages": [ + "pages/index" + ], + "name": ".allAE" + }, + { + "mode": { + "syntax": "ets", + "type": "pageAbility" + }, + "pages": [ + "pages/index" + ], + "name": ".allAEs" + }, + { + "mode": { + "syntax": "ets", + "type": "pageAbility" + }, + "pages": [ + "pages/index" + ], + "name": ".allUT" + }, + { + "mode": { + "syntax": "ets", + "type": "pageAbility" + }, + "pages": [ + "pages/index" + ], + "name": ".allAEUT" + } + ], + "reqPermissions": [ + { + "name": "ohos.permission.GET_BUNDLE_INFO", + "reason": "use ohos.permission.GET_BUNDLE_INFO" + }, + { + "name": "ohos.permission.GET_BUNDLE_INFO_PRIVILEGED", + "reason": "use ohos.permission.GET_BUNDLE_INFO_PRIVILEGED" + } + ] + } } \ No newline at end of file diff --git a/bundlemanager/bundle_standard/bundlemanager/sceneProject/bmsgetinfossixthscene/src/main/config.json b/bundlemanager/bundle_standard/bundlemanager/sceneProject/bmsgetinfossixthscene/src/main/config.json index a3c985b22210e3f808f04977f644ba8d9ec9a037..9a5da0f47262d0972b20870fd0819ff8d0779bd5 100644 --- a/bundlemanager/bundle_standard/bundlemanager/sceneProject/bmsgetinfossixthscene/src/main/config.json +++ b/bundlemanager/bundle_standard/bundlemanager/sceneProject/bmsgetinfossixthscene/src/main/config.json @@ -1,242 +1,241 @@ { - "app": { - "bundleName": "com.example.third6", - "vendor": "example", - "version": { - "code": 1, - "name": "1.0" - }, - "apiVersion": { - "compatible": 4, - "target": 5, - "releaseType": "Beta1" - } + "app": { + "bundleName": "com.example.third6", + "vendor": "example", + "version": { + "code": 1, + "name": "1.0" }, - "deviceConfig": {}, - "module": { - "package": "com.example.third6", - "name": ".MyApplication", - "deviceType": [ - "default", - "tablet", - "2in1" - ], - "distro": { - "deliveryWithInstall": true, - "moduleName": "entry", - "moduleType": "entry" - }, - "abilities": [ - { - "skills": [ - { - "entities": [ - "entity.system.home" - ], - "actions": [ - "action.system.home" - ] - } - ], - "backgroundModes": [ - "dataTransfer" - ], - "name": ".MainAbility", - "visible": true, - "icon": "$media:icon", - "description": "$string:mainability_description", - "label": "$string:app_name", - "type": "service", - "launchType": "standard" - }, - { - "skills": [ - { - "entities": [ - "entity.system.home" - ], - "actions": [ - "action.system.home" - ] - } - ], - "backgroundModes": [ - "audioPlayback" - ], - "name": ".MainAbilityA", - "visible": true, - "icon": "$media:icon", - "description": "$string:mainability_description", - "label": "$string:app_name", - "type": "service", - "launchType": "standard" - }, - { - "skills": [ - { - "entities": [ - "entity.system.home" - ], - "actions": [ - "action.system.home" - ] - } - ], - "backgroundModes": [ - "audioRecording" - ], - "name": ".MainAbilityB", - "visible": true, - "icon": "$media:icon", - "description": "$string:mainability_description", - "label": "$string:app_name", - "type": "service", - "launchType": "standard" - }, - { - "skills": [ - { - "entities": [ - "entity.system.home" - ], - "actions": [ - "action.system.home" - ] - } - ], - "backgroundModes": [ - "location" - ], - "name": ".MainAbilityC", - "visible": true, - "icon": "$media:icon", - "description": "$string:mainability_description", - "label": "$string:app_name", - "type": "service", - "launchType": "standard" - }, - { - "skills": [ - { - "entities": [ - "entity.system.home" - ], - "actions": [ - "action.system.home" - ] - } - ], - "backgroundModes": [ - "bluetoothInteraction" - ], - "name": ".MainAbilityD", - "visible": true, - "icon": "$media:icon", - "description": "$string:mainability_description", - "label": "$string:app_name", - "type": "service", - "launchType": "standard" - }, - { - "skills": [ - { - "entities": [ - "entity.system.home" - ], - "actions": [ - "action.system.home" - ] - } - ], - "backgroundModes": [ - "multiDeviceConnection" - ], - "name": ".MainAbilityE", - "visible": true, - "icon": "$media:icon", - "description": "$string:mainability_description", - "label": "$string:app_name", - "type": "service", - "launchType": "standard" - }, - { - "skills": [ - { - "entities": [ - "entity.system.home" - ], - "actions": [ - "action.system.home" - ] - } - ], - "backgroundModes": [ - "wifiInteraction" - ], - "name": ".MainAbilityF", - "visible": true, - "icon": "$media:icon", - "description": "$string:mainability_description", - "label": "$string:app_name", - "type": "service", - "launchType": "standard" - }, - { - "skills": [ - { - "entities": [ - "entity.system.home" - ], - "actions": [ - "action.system.home" - ] - } - ], - "backgroundModes": [ - "voip" - ], - "name": ".MainAbilityG", - "visible": true, - "icon": "$media:icon", - "description": "$string:mainability_description", - "label": "$string:app_name", - "type": "service", - "launchType": "standard" - }, - { - "skills": [ - { - "entities": [ - "entity.system.home" - ], - "actions": [ - "action.system.home" - ] - } - ], - "backgroundModes": [ - "taskKeeping" - ], - "name": ".MainAbilityH", - "visible": true, - "icon": "$media:icon", - "description": "$string:mainability_description", - "label": "$string:app_name", - "type": "service", - "launchType": "standard" - } - ], - "js": [ - { - "pages": [ - "pages/index/index" - ], - "name": "default", - "window": { - "designWidth": 720, - "autoDesignWidth": false - } - } - ] + "apiVersion": { + "compatible": 4, + "target": 5, + "releaseType": "Beta1" } -} \ No newline at end of file + }, + "deviceConfig": {}, + "module": { + "package": "com.example.third6", + "name": ".MyApplication", + "deviceType": [ + "default", + "tablet" + ], + "distro": { + "deliveryWithInstall": true, + "moduleName": "entry", + "moduleType": "entry" + }, + "abilities": [ + { + "skills": [ + { + "entities": [ + "entity.system.home" + ], + "actions": [ + "action.system.home" + ] + } + ], + "backgroundModes": [ + "dataTransfer" + ], + "name": ".MainAbility", + "visible": true, + "icon": "$media:icon", + "description": "$string:mainability_description", + "label": "$string:app_name", + "type": "service", + "launchType": "standard" + }, + { + "skills": [ + { + "entities": [ + "entity.system.home" + ], + "actions": [ + "action.system.home" + ] + } + ], + "backgroundModes": [ + "audioPlayback" + ], + "name": ".MainAbilityA", + "visible": true, + "icon": "$media:icon", + "description": "$string:mainability_description", + "label": "$string:app_name", + "type": "service", + "launchType": "standard" + }, + { + "skills": [ + { + "entities": [ + "entity.system.home" + ], + "actions": [ + "action.system.home" + ] + } + ], + "backgroundModes": [ + "audioRecording" + ], + "name": ".MainAbilityB", + "visible": true, + "icon": "$media:icon", + "description": "$string:mainability_description", + "label": "$string:app_name", + "type": "service", + "launchType": "standard" + }, + { + "skills": [ + { + "entities": [ + "entity.system.home" + ], + "actions": [ + "action.system.home" + ] + } + ], + "backgroundModes": [ + "location" + ], + "name": ".MainAbilityC", + "visible": true, + "icon": "$media:icon", + "description": "$string:mainability_description", + "label": "$string:app_name", + "type": "service", + "launchType": "standard" + }, + { + "skills": [ + { + "entities": [ + "entity.system.home" + ], + "actions": [ + "action.system.home" + ] + } + ], + "backgroundModes": [ + "bluetoothInteraction" + ], + "name": ".MainAbilityD", + "visible": true, + "icon": "$media:icon", + "description": "$string:mainability_description", + "label": "$string:app_name", + "type": "service", + "launchType": "standard" + }, + { + "skills": [ + { + "entities": [ + "entity.system.home" + ], + "actions": [ + "action.system.home" + ] + } + ], + "backgroundModes": [ + "multiDeviceConnection" + ], + "name": ".MainAbilityE", + "visible": true, + "icon": "$media:icon", + "description": "$string:mainability_description", + "label": "$string:app_name", + "type": "service", + "launchType": "standard" + }, + { + "skills": [ + { + "entities": [ + "entity.system.home" + ], + "actions": [ + "action.system.home" + ] + } + ], + "backgroundModes": [ + "wifiInteraction" + ], + "name": ".MainAbilityF", + "visible": true, + "icon": "$media:icon", + "description": "$string:mainability_description", + "label": "$string:app_name", + "type": "service", + "launchType": "standard" + }, + { + "skills": [ + { + "entities": [ + "entity.system.home" + ], + "actions": [ + "action.system.home" + ] + } + ], + "backgroundModes": [ + "voip" + ], + "name": ".MainAbilityG", + "visible": true, + "icon": "$media:icon", + "description": "$string:mainability_description", + "label": "$string:app_name", + "type": "service", + "launchType": "standard" + }, + { + "skills": [ + { + "entities": [ + "entity.system.home" + ], + "actions": [ + "action.system.home" + ] + } + ], + "backgroundModes": [ + "taskKeeping" + ], + "name": ".MainAbilityH", + "visible": true, + "icon": "$media:icon", + "description": "$string:mainability_description", + "label": "$string:app_name", + "type": "service", + "launchType": "standard" + } + ], + "js": [ + { + "pages": [ + "pages/index/index" + ], + "name": "default", + "window": { + "designWidth": 720, + "autoDesignWidth": false + } + } + ] + } +} diff --git a/bundlemanager/bundle_standard/bundlemanager/sceneProject/bmsgetinfosthirdscene/src/main/config.json b/bundlemanager/bundle_standard/bundlemanager/sceneProject/bmsgetinfosthirdscene/src/main/config.json index dcca67541481de2bf305bb74460ba401b9fdf87e..2f7f43e5a9dcff052d94a6bb03a2471f77a6c6ac 100644 --- a/bundlemanager/bundle_standard/bundlemanager/sceneProject/bmsgetinfosthirdscene/src/main/config.json +++ b/bundlemanager/bundle_standard/bundlemanager/sceneProject/bmsgetinfosthirdscene/src/main/config.json @@ -1,166 +1,165 @@ { - "app": { - "bundleName": "com.example.third1", - "vendor": "example", - "version": { - "code": 1, - "name": "1.0" - }, - "apiVersion": { - "compatible": 4, - "target": 5, - "releaseType": "Beta1" - } + "app": { + "bundleName": "com.example.third1", + "vendor": "example", + "version": { + "code": 1, + "name": "1.0" }, - "deviceConfig": { - "default": {} + "apiVersion": { + "compatible": 4, + "target": 5, + "releaseType": "Beta1" + } + }, + "deviceConfig": { + "default":{} + }, + "module": { + "package": "com.example.third3", + "name": ".BmsThirdBundle3", + "colorMode": "auto", + "deviceType": [ + "default", + "tablet" + ], + "distro": { + "deliveryWithInstall": true, + "moduleName": "bmsThirdBundle3", + "moduleType": "feature" }, - "module": { - "package": "com.example.third3", - "name": ".BmsThirdBundle3", - "colorMode": "auto", - "deviceType": [ - "default", - "tablet", - "2in1" + "abilities": [ + { + "skills": [ + { + "entities": [ + "entity.system.home" + ], + "actions": [ + "action.system.home" + ] + } ], - "distro": { - "deliveryWithInstall": true, - "moduleName": "bmsThirdBundle3", - "moduleType": "feature" + "name": "com.example.third3.MainAbility", + "icon": "$media:icon", + "description": "$string:mainability_description", + "label": "$string:app_name", + "type": "page", + "visible": true, + "form": { + "formEntity": [ + "homeScreen", + "searchbox" + ], + "defaultHeight": 100, + "defaultWidth": 200, + "minHeight": 50, + "minWidth": 100 }, - "abilities": [ - { - "skills": [ - { - "entities": [ - "entity.system.home" - ], - "actions": [ - "action.system.home" - ] - } - ], - "name": "com.example.third3.MainAbility", - "icon": "$media:icon", - "description": "$string:mainability_description", - "label": "$string:app_name", - "type": "page", - "visible": true, - "form": { - "formEntity": [ - "homeScreen", - "searchbox" - ], - "defaultHeight": 100, - "defaultWidth": 200, - "minHeight": 50, - "minWidth": 100 - }, - "forms": [ - { - "colorMode": "light", - "description": " JS3 Form", - "supportDimensions": [ - "2*2", - "2*4", - "4*4" - ], - "type": "JS", - "jsComponentName": "JS_name3", - "metaData": { - "customizeData": [ - { - "name": "originWidgetName3", - "value": "com.openharmony.weather.testWidget3" - } - ] - }, - "isDefault": true, - "deepLink": "ability://com.example.myapplication.fa/.MainAbility", - "defaultDimension": "1*2", - "name": "Form_JS3", - "scheduledUpateTime": "21:55", - "updateEnabled": true, - "updateDuration": 1 - } - ], - "launchType": "standard", - "metaData": { - "customizeData": [ - { - "name": "Data3", - "value": "float", - "extra": "$string:mainability_description" - } - ] + "forms": [ + { + "colorMode": "light", + "description": " JS3 Form", + "supportDimensions": [ + "2*2", + "2*4", + "4*4" + ], + "type": "JS", + "jsComponentName": "JS_name3", + "metaData": { + "customizeData": [ + { + "name": "originWidgetName3", + "value": "com.openharmony.weather.testWidget3" } + ] }, - { - "skills": [ - { - "entities": [ - "entity.system.home" - ], - "actions": [ - "action.system.home" - ] - } - ], - "backgroundModes": [ - "dataTransfer", - "audioPlayback", - "audioRecording", - "location", - "bluetoothInteraction", - "multiDeviceConnection", - "wifiInteraction", - "voip", - "taskKeeping" - ], - "name": "com.example.third3.MainAbilityA", - "icon": "$media:icon", - "form": { - "formEntity": [ - "homeScreen", - "searchbox" - ], - "defaultHeight": 100, - "defaultWidth": 200, - "minHeight": 50, - "minWidth": 100 - }, - "description": "$string:mainability_description", - "label": "$string:app_name", - "type": "service", - "launchType": "standard", - "visible": true - } + "isDefault": true, + "deepLink": "ability://com.example.myapplication.fa/.MainAbility", + "defaultDimension": "1*2", + "name": "Form_JS3", + "scheduledUpateTime": "21:55", + "updateEnabled": true, + "updateDuration": 1 + } ], - "shortcuts": [ + "launchType": "standard", + "metaData": { + "customizeData": [ { - "icon": "$media:icon", - "shortcutId": "id.third3", - "label": "$string:app_name", - "intents": [ - { - "targetClass": "com.example.third3.MainAbility", - "targetBundle": "com.example.third3" - } - ] + "name": "Data3", + "value": "float", + "extra": "$string:mainability_description" } + ] + } + }, + { + "skills": [ + { + "entities": [ + "entity.system.home" + ], + "actions": [ + "action.system.home" + ] + } ], - "js": [ - { - "pages": [ - "pages/index/index" - ], - "name": "default", - "window": { - "designWidth": 720, - "autoDesignWidth": false - } - } + "backgroundModes": [ + "dataTransfer", + "audioPlayback", + "audioRecording", + "location", + "bluetoothInteraction", + "multiDeviceConnection", + "wifiInteraction", + "voip", + "taskKeeping" + ], + "name": "com.example.third3.MainAbilityA", + "icon": "$media:icon", + "form": { + "formEntity": [ + "homeScreen", + "searchbox" + ], + "defaultHeight": 100, + "defaultWidth": 200, + "minHeight": 50, + "minWidth": 100 + }, + "description": "$string:mainability_description", + "label": "$string:app_name", + "type": "service", + "launchType": "standard", + "visible": true + } + ], + "shortcuts": [ + { + "icon": "$media:icon", + "shortcutId": "id.third3", + "label": "$string:app_name", + "intents": [ + { + "targetClass": "com.example.third3.MainAbility", + "targetBundle": "com.example.third3" + } ] - } + } + ], + "js": [ + { + "pages": [ + "pages/index/index" + ], + "name": "default", + "window": { + "designWidth": 720, + "autoDesignWidth": false + } + } + ] + } } \ No newline at end of file diff --git a/bundlemanager/bundle_standard/bundlemanager/sceneProject/bmsmainabilityfirstscene/src/main/config.json b/bundlemanager/bundle_standard/bundlemanager/sceneProject/bmsmainabilityfirstscene/src/main/config.json index 8e9bb14b5b40f5043cc795b5520f5644e21cd4c3..c4beb0f3aae722c92b39a985603d6764436e4209 100644 --- a/bundlemanager/bundle_standard/bundlemanager/sceneProject/bmsmainabilityfirstscene/src/main/config.json +++ b/bundlemanager/bundle_standard/bundlemanager/sceneProject/bmsmainabilityfirstscene/src/main/config.json @@ -1,64 +1,63 @@ -{ - "app": { - "bundleName": "com.example.bmsmainabilityfirstscene", - "vendor": "example", - "version": { - "code": 1, - "name": "1.0" - }, - "apiVersion": { - "compatible": 4, - "target": 5, - "releaseType": "Beta1" - } - }, - "deviceConfig": {}, - "module": { - "package": "com.example.bmsmainabilityfirstscene", - "mainAbility": "com.example.bmsmainabilityfirstscene.MainAbility", - "name": ".MyApplication", - "deviceType": [ - "default", - "tablet", - "2in1" - ], - "distro": { - "deliveryWithInstall": true, - "moduleName": "entry", - "moduleType": "entry" - }, - "abilities": [ - { - "skills": [ - { - "entities": [ - "entity.system.home" - ], - "actions": [ - "action.system.home" - ] - } - ], - "name": "com.example.bmsmainabilityfirstscene.MainAbility", - "visible": true, - "icon": "$media:icon", - "description": "$string:mainability_description", - "label": "$string:app_name", - "type": "page", - "launchType": "standard" - } - ], - "js": [ - { - "pages": [ - "pages/index/index" - ], - "name": "default", - "window": { - "designWidth": 720, - "autoDesignWidth": false - } - } - ] - } +{ + "app": { + "bundleName": "com.example.bmsmainabilityfirstscene", + "vendor": "example", + "version": { + "code": 1, + "name": "1.0" + }, + "apiVersion": { + "compatible": 4, + "target": 5, + "releaseType": "Beta1" + } + }, + "deviceConfig": {}, + "module": { + "package": "com.example.bmsmainabilityfirstscene", + "mainAbility": "com.example.bmsmainabilityfirstscene.MainAbility", + "name": ".MyApplication", + "deviceType": [ + "default", + "tablet" + ], + "distro": { + "deliveryWithInstall": true, + "moduleName": "entry", + "moduleType": "entry" + }, + "abilities": [ + { + "skills": [ + { + "entities": [ + "entity.system.home" + ], + "actions": [ + "action.system.home" + ] + } + ], + "name": "com.example.bmsmainabilityfirstscene.MainAbility", + "visible": true, + "icon": "$media:icon", + "description": "$string:mainability_description", + "label": "$string:app_name", + "type": "page", + "launchType": "standard" + } + ], + "js": [ + { + "pages": [ + "pages/index/index" + ], + "name": "default", + "window": { + "designWidth": 720, + "autoDesignWidth": false + } + } + ] + } } \ No newline at end of file diff --git a/bundlemanager/bundle_standard/bundlemanager/sceneProject/bmsmainabilitysecondscene/src/main/config.json b/bundlemanager/bundle_standard/bundlemanager/sceneProject/bmsmainabilitysecondscene/src/main/config.json index 168f92998c3f897baa35559819a6df32973965a2..a6c62e7da5a2de5053c142e643d9aed21841dd42 100644 --- a/bundlemanager/bundle_standard/bundlemanager/sceneProject/bmsmainabilitysecondscene/src/main/config.json +++ b/bundlemanager/bundle_standard/bundlemanager/sceneProject/bmsmainabilitysecondscene/src/main/config.json @@ -1,55 +1,54 @@ -{ - "app": { - "bundleName": "com.example.bmsmainabilityfirstscene", - "vendor": "example", - "version": { - "code": 1, - "name": "1.0" - }, - "apiVersion": { - "compatible": 4, - "target": 5, - "releaseType": "Beta1" - } - }, - "deviceConfig": {}, - "module": { - "package": "com.example.bmsmainabilitysecondscene", - "mainAbility": "com.example.bmsmainabilitysecondscene.MainAbility", - "name": ".MyApplication", - "deviceType": [ - "default", - "tablet", - "2in1" - ], - "distro": { - "deliveryWithInstall": true, - "moduleName": "bmsmainabilitysecondscene", - "moduleType": "feature", - "installationFree": true - }, - "abilities": [ - { - "visible": true, - "name": "com.example.bmsmainabilitysecondscene.MainAbility", - "icon": "$media:icon", - "description": "$string:mainability_description", - "label": "$string:app_name", - "type": "page", - "launchType": "standard" - } - ], - "js": [ - { - "pages": [ - "pages/index/index" - ], - "name": "default", - "window": { - "designWidth": 720, - "autoDesignWidth": false - } - } - ] - } +{ + "app": { + "bundleName": "com.example.bmsmainabilityfirstscene", + "vendor": "example", + "version": { + "code": 1, + "name": "1.0" + }, + "apiVersion": { + "compatible": 4, + "target": 5, + "releaseType": "Beta1" + } + }, + "deviceConfig": {}, + "module": { + "package": "com.example.bmsmainabilitysecondscene", + "mainAbility": "com.example.bmsmainabilitysecondscene.MainAbility", + "name": ".MyApplication", + "deviceType": [ + "default", + "tablet" + ], + "distro": { + "deliveryWithInstall": true, + "moduleName": "bmsmainabilitysecondscene", + "moduleType": "feature", + "installationFree": true + }, + "abilities": [ + { + "visible": true, + "name": "com.example.bmsmainabilitysecondscene.MainAbility", + "icon": "$media:icon", + "description": "$string:mainability_description", + "label": "$string:app_name", + "type": "page", + "launchType": "standard" + } + ], + "js": [ + { + "pages": [ + "pages/index/index" + ], + "name": "default", + "window": { + "designWidth": 720, + "autoDesignWidth": false + } + } + ] + } } \ No newline at end of file diff --git a/bundlemanager/bundle_standard/bundlemanager/sceneProject/bmsmodulenameone/src/main/config.json b/bundlemanager/bundle_standard/bundlemanager/sceneProject/bmsmodulenameone/src/main/config.json index 315618629565e38f54ac5a4cc7ac1dee786f82d4..c584e50084390089c6640f8df4f4a1f75f74a7c9 100644 --- a/bundlemanager/bundle_standard/bundlemanager/sceneProject/bmsmodulenameone/src/main/config.json +++ b/bundlemanager/bundle_standard/bundlemanager/sceneProject/bmsmodulenameone/src/main/config.json @@ -1,82 +1,81 @@ -{ - "app": { - "bundleName": "com.example.bmsmodulename", - "vendor": "example", - "version": { - "code": 1, - "name": "1.0" - }, - "apiVersion": { - "compatible": 5, - "target": 5, - "releaseType": "Beta1" - } - }, - "deviceConfig": {}, - "module": { - "package": "com.example.bmsmodulenamedentry", - "name": "MyApplication1", - "deviceType": [ - "default", - "tablet", - "2in1" - ], - "distro": { - "deliveryWithInstall": true, - "moduleName": "entry", - "moduleType": "entry" - }, - "abilities": [ - { - "skills": [ - { - "entities": [ - "entity.system.home" - ], - "actions": [ - "action.system.home" - ] - } - ], - "name": "com.example.bmsmodulename.MainAbility", - "icon": "$media:icon", - "description": "$string:mainability_description", - "label": "$string:app_name", - "type": "page", - "isVisible": "true", - "launchType": "standard", - "language": "C++", - "metaData": { - "customizeData": [ - { - "name": "originWidgetName", - "value": "com.weather.testWidget" - } - ] - } - } - ], - "js": [ - { - "pages": [ - "pages/index/index" - ], - "name": "default", - "window": { - "designWidth": 720, - "autoDesignWidth": false - } - } - ], - "reqPermissions": [ - { - "name": "ohos.permission.DISTRIBUTED_DATASYNC", - "reason": "use ohos.permission.DISTRIBUTED_DATASYNC" - }, - { - "name": "ohos.permission.KEEP_BACKGROUND_RUNNING", - "reason": "use ohos.permission.KEEP_BACKGROUND_RUNNING" - } - ] - } +{ + "app": { + "bundleName": "com.example.bmsmodulename", + "vendor": "example", + "version": { + "code": 1, + "name": "1.0" + }, + "apiVersion": { + "compatible": 5, + "target": 5, + "releaseType": "Beta1" + } + }, + "deviceConfig": {}, + "module": { + "package": "com.example.bmsmodulenamedentry", + "name": "MyApplication1", + "deviceType": [ + "default", + "tablet" + ], + "distro": { + "deliveryWithInstall": true, + "moduleName": "entry", + "moduleType": "entry" + }, + "abilities": [ + { + "skills": [ + { + "entities": [ + "entity.system.home" + ], + "actions": [ + "action.system.home" + ] + } + ], + "name": "com.example.bmsmodulename.MainAbility", + "icon": "$media:icon", + "description": "$string:mainability_description", + "label": "$string:app_name", + "type": "page", + "isVisible": "true", + "launchType": "standard", + "language": "C++", + "metaData": { + "customizeData": [ + { + "name": "originWidgetName", + "value": "com.weather.testWidget" + } + ] + } + } + ], + "js": [ + { + "pages": [ + "pages/index/index" + ], + "name": "default", + "window": { + "designWidth": 720, + "autoDesignWidth": false + } + } + ], + "reqPermissions":[ + { + "name":"ohos.permission.DISTRIBUTED_DATASYNC", + "reason":"use ohos.permission.DISTRIBUTED_DATASYNC" + }, + { + "name": "ohos.permission.KEEP_BACKGROUND_RUNNING", + "reason": "use ohos.permission.KEEP_BACKGROUND_RUNNING" + } + ] + } } \ No newline at end of file diff --git a/bundlemanager/bundle_standard/bundlemanager/sceneProject/bmsmodulenametwo/src/main/config.json b/bundlemanager/bundle_standard/bundlemanager/sceneProject/bmsmodulenametwo/src/main/config.json index b15f1f037b8e4b0fedbd0ea958c820bc19f226c3..e1df55808acc9740368fbbf20e2e1529fa9f8317 100644 --- a/bundlemanager/bundle_standard/bundlemanager/sceneProject/bmsmodulenametwo/src/main/config.json +++ b/bundlemanager/bundle_standard/bundlemanager/sceneProject/bmsmodulenametwo/src/main/config.json @@ -1,82 +1,81 @@ -{ - "app": { - "bundleName": "com.example.bmsmodulename", - "vendor": "example", - "version": { - "code": 1, - "name": "1.0" - }, - "apiVersion": { - "compatible": 5, - "target": 5, - "releaseType": "Beta1" - } - }, - "deviceConfig": {}, - "module": { - "package": "com.example.bmsmodulenamedfeature", - "name": "MyApplication2", - "deviceType": [ - "default", - "tablet", - "2in1" - ], - "distro": { - "deliveryWithInstall": true, - "moduleName": "feature", - "moduleType": "feature" - }, - "abilities": [ - { - "skills": [ - { - "entities": [ - "entity.system.home" - ], - "actions": [ - "action.system.home" - ] - } - ], - "name": "com.example.bmsmodulename.MainAbility", - "icon": "$media:icon", - "description": "$string:mainability_description", - "label": "$string:app_name", - "type": "page", - "isVisible": "true", - "launchType": "standard", - "language": "C++", - "metaData": { - "customizeData": [ - { - "name": "originWidgetName", - "value": "com.weather.testWidget" - } - ] - } - } - ], - "js": [ - { - "pages": [ - "pages/index/index" - ], - "name": "default", - "window": { - "designWidth": 720, - "autoDesignWidth": false - } - } - ], - "reqPermissions": [ - { - "name": "ohos.permission.DISTRIBUTED_DATASYNC", - "reason": "use ohos.permission.DISTRIBUTED_DATASYNC" - }, - { - "name": "ohos.permission.KEEP_BACKGROUND_RUNNING", - "reason": "use ohos.permission.KEEP_BACKGROUND_RUNNING" - } - ] - } +{ + "app": { + "bundleName": "com.example.bmsmodulename", + "vendor": "example", + "version": { + "code": 1, + "name": "1.0" + }, + "apiVersion": { + "compatible": 5, + "target": 5, + "releaseType": "Beta1" + } + }, + "deviceConfig": {}, + "module": { + "package": "com.example.bmsmodulenamedfeature", + "name": "MyApplication2", + "deviceType": [ + "default", + "tablet" + ], + "distro": { + "deliveryWithInstall": true, + "moduleName": "feature", + "moduleType": "feature" + }, + "abilities": [ + { + "skills": [ + { + "entities": [ + "entity.system.home" + ], + "actions": [ + "action.system.home" + ] + } + ], + "name": "com.example.bmsmodulename.MainAbility", + "icon": "$media:icon", + "description": "$string:mainability_description", + "label": "$string:app_name", + "type": "page", + "isVisible": "true", + "launchType": "standard", + "language": "C++", + "metaData": { + "customizeData": [ + { + "name": "originWidgetName", + "value": "com.weather.testWidget" + } + ] + } + } + ], + "js": [ + { + "pages": [ + "pages/index/index" + ], + "name": "default", + "window": { + "designWidth": 720, + "autoDesignWidth": false + } + } + ], + "reqPermissions":[ + { + "name":"ohos.permission.DISTRIBUTED_DATASYNC", + "reason":"use ohos.permission.DISTRIBUTED_DATASYNC" + }, + { + "name": "ohos.permission.KEEP_BACKGROUND_RUNNING", + "reason": "use ohos.permission.KEEP_BACKGROUND_RUNNING" + } + ] + } } \ No newline at end of file diff --git a/bundlemanager/bundle_standard/bundlemanager/sceneProject/bmsoverlaydemo/entry/src/main/module.json b/bundlemanager/bundle_standard/bundlemanager/sceneProject/bmsoverlaydemo/entry/src/main/module.json index 040933df5daa7dda34323f8117416c48270e6f8c..183a69e7e8225d1ce3d38decbdc812349de6bd22 100644 --- a/bundlemanager/bundle_standard/bundlemanager/sceneProject/bmsoverlaydemo/entry/src/main/module.json +++ b/bundlemanager/bundle_standard/bundlemanager/sceneProject/bmsoverlaydemo/entry/src/main/module.json @@ -9,12 +9,11 @@ "mainElement": "MainAbility", "deviceTypes": [ "default", - "tablet", - "2in1" + "tablet" ], "deliveryWithInstall": true, "installationFree": false, "uiSyntax": "ets", "pages": "$profile:main_pages" } -} \ No newline at end of file +} diff --git a/bundlemanager/bundle_standard/bundlemanager/sceneProject/bmsscenefive/src/main/config.json b/bundlemanager/bundle_standard/bundlemanager/sceneProject/bmsscenefive/src/main/config.json index f819e71a4d568e1b7fb57ac41d74b6175fe0e7b7..0e64d5d704da83ece3d6a5e27423c7080c583032 100644 --- a/bundlemanager/bundle_standard/bundlemanager/sceneProject/bmsscenefive/src/main/config.json +++ b/bundlemanager/bundle_standard/bundlemanager/sceneProject/bmsscenefive/src/main/config.json @@ -1,78 +1,77 @@ { - "app": { - "bundleName": "com.example.myapplication5", - "vendor": "example", - "version": { - "code": 1, - "name": "1.0" - }, - "apiVersion": { - "compatible": 5, - "target": 5, - "releaseType": "Beta1" - } + "app": { + "bundleName": "com.example.myapplication5", + "vendor": "example", + "version": { + "code": 1, + "name": "1.0" }, - "deviceConfig": {}, - "module": { - "package": "com.example.myapplication", - "name": ".MyApplication", - "deviceType": [ - "default", - "tablet", - "2in1" - ], - "distro": { - "deliveryWithInstall": true, - "moduleName": "entry", - "moduleType": "entry" - }, - "abilities": [ - { - "skills": [ - { - "entities": [ - "entity.system.home", - "entitiesentities" - ], - "actions": [ - "action.system.home" - ] - } - ], - "name": ".MainAbility", - "icon": "$media:icon", - "description": "$string:mainability_description", - "label": "$string:app_name", - "type": "data", - "isVisible": "true", - "launchType": "standard", - "language": "C++", - "uri": "dataability://com.example.myapplication5" - } + "apiVersion": { + "compatible": 5, + "target": 5, + "releaseType": "Beta1" + } + }, + "deviceConfig": {}, + "module": { + "package": "com.example.myapplication", + "name": ".MyApplication", + "deviceType": [ + "default", + "tablet" + ], + "distro": { + "deliveryWithInstall": true, + "moduleName": "entry", + "moduleType": "entry" + }, + "abilities": [ + { + "skills": [ + { + "entities": [ + "entity.system.home", + "entitiesentities" + ], + "actions": [ + "action.system.home" + ] + } ], - "js": [ - { - "pages": [ - "pages/index/index" - ], - "name": "default", - "window": { - "designWidth": 720, - "autoDesignWidth": false - } - } + "name": ".MainAbility", + "icon": "$media:icon", + "description": "$string:mainability_description", + "label": "$string:app_name", + "type": "data", + "isVisible": "true", + "launchType": "standard", + "language": "C++", + "uri":"dataability://com.example.myapplication5" + } + ], + "js": [ + { + "pages": [ + "pages/index/index" ], - "defPermissions": [ - { - "availableScope": [ - "signature" - ], - "grantMode": "system_grant", - "name": "com.permission.BMS_PERMISSION_MUSIC", - "description": "BMS_PERMISSION_MUSIC permission in detail", - "label": "BMS_PERMISSION_MUSIC permission" - } + "name": "default", + "window": { + "designWidth": 720, + "autoDesignWidth": false + } + } + ], + "defPermissions": [ + { + "availableScope": [ + "signature" ], - "description": "$string:entry_description" - } + "grantMode": "system_grant", + "name": "com.permission.BMS_PERMISSION_MUSIC", + "description": "BMS_PERMISSION_MUSIC permission in detail", + "label": "BMS_PERMISSION_MUSIC permission" + } + ], + "description":"$string:entry_description" + } } \ No newline at end of file diff --git a/bundlemanager/bundle_standard/bundlemanager/sceneProject/bmsscenefour/src/main/config.json b/bundlemanager/bundle_standard/bundlemanager/sceneProject/bmsscenefour/src/main/config.json index d509d66ac17e0767a3bd0a8d1bb19bbff479f541..3780275fdb631d2202deda1e58db426205ba1a77 100644 --- a/bundlemanager/bundle_standard/bundlemanager/sceneProject/bmsscenefour/src/main/config.json +++ b/bundlemanager/bundle_standard/bundlemanager/sceneProject/bmsscenefour/src/main/config.json @@ -1,78 +1,77 @@ -{ - "app": { - "bundleName": "com.example.myapplication4", - "vendor": "example", - "version": { - "code": 1, - "name": "1.0" - }, - "apiVersion": { - "compatible": 5, - "target": 5, - "releaseType": "Beta1" - } - }, - "deviceConfig": {}, - "module": { - "package": "com.example.myapplication", - "name": ".MyApplication", - "deviceType": [ - "default", - "tablet", - "2in1" - ], - "distro": { - "deliveryWithInstall": true, - "moduleName": "entry", - "moduleType": "entry" - }, - "abilities": [ - { - "skills": [ - { - "entities": [ - "entity.system.home", - "entitiesentities" - ], - "actions": [ - "action.system.home" - ] - } - ], - "name": ".MainAbility", - "icon": "$media:icon", - "description": "$string:mainability_description", - "label": "$string:app_name", - "type": "page", - "isVisible": "true", - "language": "C++", - "launchType": "standard", - "orientation": "portrait" - } - ], - "js": [ - { - "pages": [ - "pages/index/index" - ], - "name": "default", - "window": { - "designWidth": 720, - "autoDesignWidth": false - } - } - ], - "defPermissions": [ - { - "availableScope": [ - "signature" - ], - "grantMode": "system_grant", - "name": "com.permission.BMS_PERMISSION_CAMERA", - "description": "BMS_PERMISSION_CAMERA permission in detail", - "label": "BMS_PERMISSION_CAMERA permission" - } - ], - "description": "$string:entry_description" - } +{ + "app": { + "bundleName": "com.example.myapplication4", + "vendor": "example", + "version": { + "code": 1, + "name": "1.0" + }, + "apiVersion": { + "compatible": 5, + "target": 5, + "releaseType": "Beta1" + } + }, + "deviceConfig": {}, + "module": { + "package": "com.example.myapplication", + "name": ".MyApplication", + "deviceType": [ + "default", + "tablet" + ], + "distro": { + "deliveryWithInstall": true, + "moduleName": "entry", + "moduleType": "entry" + }, + "abilities": [ + { + "skills": [ + { + "entities": [ + "entity.system.home", + "entitiesentities" + ], + "actions": [ + "action.system.home" + ] + } + ], + "name": ".MainAbility", + "icon": "$media:icon", + "description": "$string:mainability_description", + "label": "$string:app_name", + "type": "page", + "isVisible": "true", + "language": "C++", + "launchType": "standard", + "orientation": "portrait" + } + ], + "js": [ + { + "pages": [ + "pages/index/index" + ], + "name": "default", + "window": { + "designWidth": 720, + "autoDesignWidth": false + } + } + ], + "defPermissions": [ + { + "availableScope": [ + "signature" + ], + "grantMode": "system_grant", + "name": "com.permission.BMS_PERMISSION_CAMERA", + "description": "BMS_PERMISSION_CAMERA permission in detail", + "label": "BMS_PERMISSION_CAMERA permission" + } + ], + "description":"$string:entry_description" + } } \ No newline at end of file diff --git a/bundlemanager/bundle_standard/bundlemanager/sceneProject/bmssceneone/src/main/config.json b/bundlemanager/bundle_standard/bundlemanager/sceneProject/bmssceneone/src/main/config.json index 774056fd6562e9389c7f03cc1de09b4f3df48b1e..d5ffc125af35be510a15361e84dc0807c52c3b0b 100644 --- a/bundlemanager/bundle_standard/bundlemanager/sceneProject/bmssceneone/src/main/config.json +++ b/bundlemanager/bundle_standard/bundlemanager/sceneProject/bmssceneone/src/main/config.json @@ -1,116 +1,109 @@ -{ - "app": { - "bundleName": "com.example.myapplication1", - "vendor": "example", - "version": { - "code": 1, - "name": "1.0" - }, - "apiVersion": { - "compatible": 5, - "target": 5, - "releaseType": "Beta1" - } - }, - "deviceConfig": {}, - "module": { - "package": "com.example.myapplication1", - "name": ".MyApplication1", - "deviceType": [ - "default", - "tablet", - "2in1" - ], - "distro": { - "deliveryWithInstall": true, - "moduleName": "entry", - "moduleType": "entry" - }, - "abilities": [ - { - "skills": [ - { - "entities": [ - "entity.system.home" - ], - "actions": [ - "action.system.home" - ] - } - ], - "name": ".MainAbility", - "icon": "$media:icon", - "description": "$string:mainability_description", - "label": "$string:app_name", - "type": "page", - "isVisible": "true", - "launchType": "standard", - "orientation": "unspecified", - "language": "C++", - "permissions": [ - "com.permission.BMS_PERMISSION_CAMERA" - ], - "metaData": { - "customizeData": [ - { - "name": "originWidgetName", - "value": "com.weather.testWidget" - } - ] - } - } - ], - "js": [ - { - "pages": [ - "pages/index/index" - ], - "name": "default", - "window": { - "designWidth": 720, - "autoDesignWidth": false - } - } - ], - "defPermissions": [ - { - "availableScope": [ - "signature" - ], - "grantMode": "system_grant", - "name": "com.permission.BMS_PERMISSION_CAMERA", - "description": "BMS_PERMISSION_CAMERA permission in detail", - "label": "BMS_PERMISSION_CAMERA permission" - }, - { - "name": "com.permission.PERMISSION_A", - "grantMode": "system_grant", - "availableScope": [ - "signature" - ] - } - ], - "reqPermissions": [ - { - "name": "com.permission.PERMISSION_A", - "reason": "Need PERMISSION_A", - "usedScene": { - "ability": [ - "com.example.myapplication1.MainAbility" - ], - "when": "always" - } - } - ], - "metaData": { - "customizeData": [ - { - "name": "metaDataName", - "value": "metaDataValue", - "extra": "$string:app_name" - } - ] - }, - "description": "$string:entry_description" - } +{ + "app": { + "bundleName": "com.example.myapplication1", + "vendor": "example", + "version": { + "code": 1, + "name": "1.0" + }, + "apiVersion": { + "compatible": 5, + "target": 5, + "releaseType": "Beta1" + } + }, + "deviceConfig": {}, + "module": { + "package": "com.example.myapplication1", + "name": ".MyApplication1", + "deviceType": [ + "default", + "tablet" + ], + "distro": { + "deliveryWithInstall": true, + "moduleName": "entry", + "moduleType": "entry" + }, + "abilities": [ + { + "skills": [ + { + "entities": [ + "entity.system.home" + ], + "actions": [ + "action.system.home" + ] + } + ], + "name": ".MainAbility", + "icon": "$media:icon", + "description": "$string:mainability_description", + "label": "$string:app_name", + "type": "page", + "isVisible": "true", + "launchType": "standard", + "orientation": "unspecified", + "language": "C++", + "permissions":["com.permission.BMS_PERMISSION_CAMERA"], + "metaData": { + "customizeData": [ + { + "name": "originWidgetName", + "value": "com.weather.testWidget" + } + ] + } + } + ], + "js": [ + { + "pages": [ + "pages/index/index" + ], + "name": "default", + "window": { + "designWidth": 720, + "autoDesignWidth": false + } + } + ], + "defPermissions": [ + { + "availableScope": [ + "signature" + ], + "grantMode": "system_grant", + "name": "com.permission.BMS_PERMISSION_CAMERA", + "description": "BMS_PERMISSION_CAMERA permission in detail", + "label": "BMS_PERMISSION_CAMERA permission" + }, + { + "name": "com.permission.PERMISSION_A", + "grantMode": "system_grant", + "availableScope": ["signature"] + } + ], + "reqPermissions": [ + { + "name": "com.permission.PERMISSION_A", + "reason": "Need PERMISSION_A", + "usedScene": { + "ability": [ + "com.example.myapplication1.MainAbility" + ], + "when": "always" + } + } + ], + "metaData":{ + "customizeData":[{ + "name":"metaDataName", + "value":"metaDataValue", + "extra":"$string:app_name" + }] + }, + "description":"$string:entry_description" + } } \ No newline at end of file diff --git a/bundlemanager/bundle_standard/bundlemanager/sceneProject/bmsscenesix/src/main/config.json b/bundlemanager/bundle_standard/bundlemanager/sceneProject/bmsscenesix/src/main/config.json index 97587eb9353de775dec1614c44baab7fc677bc01..93eceead7e45c8343ebde49d2c37f1e33443ab16 100644 --- a/bundlemanager/bundle_standard/bundlemanager/sceneProject/bmsscenesix/src/main/config.json +++ b/bundlemanager/bundle_standard/bundlemanager/sceneProject/bmsscenesix/src/main/config.json @@ -1,78 +1,77 @@ { - "app": { - "bundleName": "com.example.myapplication6", - "vendor": "example", - "version": { - "code": 1, - "name": "1.0" - }, - "apiVersion": { - "compatible": 5, - "target": 5, - "releaseType": "Beta1" - } + "app": { + "bundleName": "com.example.myapplication6", + "vendor": "example", + "version": { + "code": 1, + "name": "1.0" }, - "deviceConfig": {}, - "module": { - "package": "com.example.myapplication", - "name": ".MyApplication", - "deviceType": [ - "default", - "tablet", - "2in1" - ], - "distro": { - "deliveryWithInstall": true, - "moduleName": "entry", - "moduleType": "entry" - }, - "abilities": [ - { - "skills": [ - { - "entities": [ - "entity.system.home", - "entitiesentities" - ], - "actions": [ - "action.system.home" - ] - } - ], - "name": ".MainAbility", - "icon": "$media:icon", - "description": "$string:mainability_description", - "label": "$string:app_name", - "type": "page", - "isVisible": "true", - "launchType": "standard", - "orientation": "followRecent", - "language": "C++" - } + "apiVersion": { + "compatible": 5, + "target": 5, + "releaseType": "Beta1" + } + }, + "deviceConfig": {}, + "module": { + "package": "com.example.myapplication", + "name": ".MyApplication", + "deviceType": [ + "default", + "tablet" + ], + "distro": { + "deliveryWithInstall": true, + "moduleName": "entry", + "moduleType": "entry" + }, + "abilities": [ + { + "skills": [ + { + "entities": [ + "entity.system.home", + "entitiesentities" + ], + "actions": [ + "action.system.home" + ] + } ], - "js": [ - { - "pages": [ - "pages/index/index" - ], - "name": "default", - "window": { - "designWidth": 720, - "autoDesignWidth": false - } - } + "name": ".MainAbility", + "icon": "$media:icon", + "description": "$string:mainability_description", + "label": "$string:app_name", + "type": "page", + "isVisible": "true", + "launchType": "standard", + "orientation": "followRecent", + "language": "C++" + } + ], + "js": [ + { + "pages": [ + "pages/index/index" ], - "defPermissions": [ - { - "availableScope": [ - "signature" - ], - "grantMode": "system_grant", - "name": "com.permission.BMS_PERMISSION_WECHAT", - "description": "BMS_PERMISSION_WECHAT permission in detail", - "label": "BMS_PERMISSION_WECHAT permission" - } + "name": "default", + "window": { + "designWidth": 720, + "autoDesignWidth": false + } + } + ], + "defPermissions": [ + { + "availableScope": [ + "signature" ], - "description": "$string:entry_description" - } + "grantMode": "system_grant", + "name": "com.permission.BMS_PERMISSION_WECHAT", + "description": "BMS_PERMISSION_WECHAT permission in detail", + "label": "BMS_PERMISSION_WECHAT permission" + } + ], + "description":"$string:entry_description" + } } \ No newline at end of file diff --git a/bundlemanager/bundle_standard/bundlemanager/sceneProject/bmsscenethree/src/main/config.json b/bundlemanager/bundle_standard/bundlemanager/sceneProject/bmsscenethree/src/main/config.json index d505e5cc0050f3f298f81c100068ee06741ccf77..f337f3377de2d69764bce431e5f758a1c9f39f7c 100644 --- a/bundlemanager/bundle_standard/bundlemanager/sceneProject/bmsscenethree/src/main/config.json +++ b/bundlemanager/bundle_standard/bundlemanager/sceneProject/bmsscenethree/src/main/config.json @@ -1,83 +1,82 @@ -{ - "app": { - "apiVersion": { - "compatible": 5, - "releaseType": "Beta1", - "target": 5 - }, - "vendor": "example", - "bundleName": "com.example.myapplication2", - "version": { - "code": 1, - "name": "1.0" - } - }, - "deviceConfig": { - "default": { - "debug": false - } - }, - "module": { - "abilities": [ - { - "iconId": 16777218, - "skills": [ - { - "entities": [ - "entity.system.home" - ], - "actions": [ - "action.system.home" - ] - } - ], - "descriptionId": 16777217, - "labelId": 16777216, - "icon": "$media:icon", - "name": ".MainAbility", - "description": "$string:mainability_description", - "label": "$string:app_name", - "type": "service", - "isVisible": "true", - "launchType": "singleton", - "language": "C++" - } - ], - "deviceType": [ - "default", - "tablet", - "2in1" - ], - "distro": { - "moduleType": "feature", - "deliveryWithInstall": true, - "moduleName": "feature" - }, - "package": "com.example.myapplication2", - "name": ".MyApplication2", - "js": [ - { - "pages": [ - "pages/index/index" - ], - "name": "default", - "window": { - "designWidth": 720, - "autoDesignWidth": false - } - } - ], - "defPermissions": [ - { - "availableScope": [ - "signature" - ], - "grantMode": "system_grant", - "name": "com.permission.BMS_PERMISSION_MUSIC", - "description": "BMS_PERMISSION_MUSIC permission in detail", - "label": "BMS_PERMISSION_MUSIC permission" - } - ], - "description": "$string:entry_description" - } +{ + "app": { + "apiVersion": { + "compatible": 5, + "releaseType": "Beta1", + "target": 5 + }, + "vendor": "example", + "bundleName": "com.example.myapplication2", + "version": { + "code": 1, + "name": "1.0" + } + }, + "deviceConfig": { + "default": { + "debug": false + } + }, + "module": { + "abilities": [ + { + "iconId": 16777218, + "skills": [ + { + "entities": [ + "entity.system.home" + ], + "actions": [ + "action.system.home" + ] + } + ], + "descriptionId": 16777217, + "labelId": 16777216, + "icon": "$media:icon", + "name": ".MainAbility", + "description": "$string:mainability_description", + "label": "$string:app_name", + "type": "service", + "isVisible": "true", + "launchType": "singleton", + "language": "C++" + } + ], + "deviceType": [ + "default", + "tablet" + ], + "distro": { + "moduleType": "feature", + "deliveryWithInstall": true, + "moduleName": "feature" + }, + "package": "com.example.myapplication2", + "name": ".MyApplication2", + "js": [ + { + "pages": [ + "pages/index/index" + ], + "name": "default", + "window": { + "designWidth": 720, + "autoDesignWidth": false + } + } + ], + "defPermissions": [ + { + "availableScope": [ + "signature" + ], + "grantMode": "system_grant", + "name": "com.permission.BMS_PERMISSION_MUSIC", + "description": "BMS_PERMISSION_MUSIC permission in detail", + "label": "BMS_PERMISSION_MUSIC permission" + } + ], + "description":"$string:entry_description" + } } \ No newline at end of file diff --git a/bundlemanager/bundle_standard/bundlemanager/sceneProject/bmsscenetwo/src/main/config.json b/bundlemanager/bundle_standard/bundlemanager/sceneProject/bmsscenetwo/src/main/config.json index 5f7dae85b7b13ccf1e26e451ad037f0e282de6f7..cbc4ea6dd1abfbd649ffb27cc72466c6161a2dfa 100644 --- a/bundlemanager/bundle_standard/bundlemanager/sceneProject/bmsscenetwo/src/main/config.json +++ b/bundlemanager/bundle_standard/bundlemanager/sceneProject/bmsscenetwo/src/main/config.json @@ -1,77 +1,76 @@ { - "app": { - "bundleName": "com.example.myapplication2", - "vendor": "example", - "version": { - "code": 1, - "name": "1.0" - }, - "apiVersion": { - "compatible": 5, - "target": 5, - "releaseType": "Beta1" - } + "app": { + "bundleName": "com.example.myapplication2", + "vendor": "example", + "version": { + "code": 1, + "name": "1.0" }, - "deviceConfig": {}, - "module": { - "package": "com.example.myapplication1", - "name": ".MyApplication1", - "deviceType": [ - "default", - "tablet", - "2in1" - ], - "distro": { - "deliveryWithInstall": true, - "moduleName": "entry", - "moduleType": "entry" - }, - "abilities": [ - { - "skills": [ - { - "entities": [ - "entity.system.home" - ], - "actions": [ - "action.system.home" - ] - } - ], - "name": ".MainAbility", - "icon": "$media:icon", - "description": "$string:mainability_description", - "label": "$string:app_name", - "type": "page", - "isVisible": "true", - "launchType": "singleton", - "language": "C++", - "orientation": "landscape" - } + "apiVersion": { + "compatible": 5, + "target": 5, + "releaseType": "Beta1" + } + }, + "deviceConfig": {}, + "module": { + "package": "com.example.myapplication1", + "name": ".MyApplication1", + "deviceType": [ + "default", + "tablet" + ], + "distro": { + "deliveryWithInstall": true, + "moduleName": "entry", + "moduleType": "entry" + }, + "abilities": [ + { + "skills": [ + { + "entities": [ + "entity.system.home" + ], + "actions": [ + "action.system.home" + ] + } ], - "js": [ - { - "pages": [ - "pages/index/index" - ], - "name": "default", - "window": { - "designWidth": 720, - "autoDesignWidth": false - } - } + "name": ".MainAbility", + "icon": "$media:icon", + "description": "$string:mainability_description", + "label": "$string:app_name", + "type": "page", + "isVisible": "true", + "launchType": "singleton", + "language": "C++", + "orientation": "landscape" + } + ], + "js": [ + { + "pages": [ + "pages/index/index" ], - "defPermissions": [ - { - "availableScope": [ - "signature" - ], - "grantMode": "system_grant", - "name": "com.permission.BMS_PERMISSION_CAMERA", - "description": "BMS_PERMISSION_CAMERA permission in detail", - "label": "BMS_PERMISSION_CAMERA permission" - } + "name": "default", + "window": { + "designWidth": 720, + "autoDesignWidth": false + } + } + ], + "defPermissions": [ + { + "availableScope": [ + "signature" ], - "description": "$string:entry_description" - } + "grantMode": "system_grant", + "name": "com.permission.BMS_PERMISSION_CAMERA", + "description": "BMS_PERMISSION_CAMERA permission in detail", + "label": "BMS_PERMISSION_CAMERA permission" + } + ], + "description":"$string:entry_description" + } } \ No newline at end of file diff --git a/bundlemanager/bundle_standard/bundlemanager/sceneProject/bmssecondright/src/main/config.json b/bundlemanager/bundle_standard/bundlemanager/sceneProject/bmssecondright/src/main/config.json index 159807dd92d48113e52478c028b4aed345a69bb2..bd1f84cbe1c031f0558f5b1d0048d7144853f410 100644 --- a/bundlemanager/bundle_standard/bundlemanager/sceneProject/bmssecondright/src/main/config.json +++ b/bundlemanager/bundle_standard/bundlemanager/sceneProject/bmssecondright/src/main/config.json @@ -1,76 +1,75 @@ -{ - "app": { - "iconId": 33554436, - "apiVersion": { - "compatible": 4, - "releaseType": "Release", - "target": 5 - }, - "labelId": 33554432, - "vendor": "example", - "icon": "$media:icon", - "bundleName": "com.example.l3jsdemo", - "label": "$string:app_name", - "version": { - "code": 2000000, - "name": "2.0.0" - } - }, - "deviceConfig": { - "default": { - "debug": false - } - }, - "module": { - "abilities": [ - { - "iconId": 33554435, - "descriptionId": 33554434, - "visible": true, - "labelId": 33554433, - "icon": "$media:icon", - "name": "com.example.l2jsdemo.MainAbility", - "description": "$string:mainability_description", - "label": "$string:app_name", - "type": "page", - "homeAbility": false, - "launchType": "standard", - "metaData": { - "customizeData": [ - { - "name": "Data2", - "value": "float", - "extra": "$string:mainability_description" - } - ] - } - } - ], - "deviceType": [ - "default", - "tablet", - "2in1" - ], - "mainAbility": "com.example.l2jsdemo.MainAbility", - "distro": { - "moduleType": "feature", - "installationFree": true, - "deliveryWithInstall": true, - "moduleName": "l2jsdemo" - }, - "package": "com.example.l2jsdemo", - "name": ".MyApplication", - "js": [ - { - "pages": [ - "pages/index/index" - ], - "name": "default", - "window": { - "designWidth": 720, - "autoDesignWidth": true - } - } - ] - } +{ + "app": { + "iconId": 33554436, + "apiVersion": { + "compatible": 4, + "releaseType": "Release", + "target": 5 + }, + "labelId": 33554432, + "vendor": "example", + "icon": "$media:icon", + "bundleName": "com.example.l3jsdemo", + "label": "$string:app_name", + "version": { + "code": 2000000, + "name": "2.0.0" + } + }, + "deviceConfig": { + "default": { + "debug": false + } + }, + "module": { + "abilities": [ + { + "iconId": 33554435, + "descriptionId": 33554434, + "visible": true, + "labelId": 33554433, + "icon": "$media:icon", + "name": "com.example.l2jsdemo.MainAbility", + "description": "$string:mainability_description", + "label": "$string:app_name", + "type": "page", + "homeAbility": false, + "launchType": "standard", + "metaData": { + "customizeData": [ + { + "name": "Data2", + "value": "float", + "extra": "$string:mainability_description" + } + ] + } + } + ], + "deviceType": [ + "default", + "tablet" + ], + "mainAbility": "com.example.l2jsdemo.MainAbility", + "distro": { + "moduleType": "feature", + "installationFree": true, + "deliveryWithInstall": true, + "moduleName": "l2jsdemo" + }, + "package": "com.example.l2jsdemo", + "name": ".MyApplication", + "js": [ + { + "pages": [ + "pages/index/index" + ], + "name": "default", + "window": { + "designWidth": 720, + "autoDesignWidth": true + } + } + ] + } } \ No newline at end of file diff --git a/bundlemanager/bundle_standard/bundlemanager/sceneProject/bmsstagedemoone/entry/src/main/module.json b/bundlemanager/bundle_standard/bundlemanager/sceneProject/bmsstagedemoone/entry/src/main/module.json index e7cf8c7f44cf3ed37bd736780e4c263e377a656a..fbb40238113c4b202421df930f27012c3541626d 100644 --- a/bundlemanager/bundle_standard/bundlemanager/sceneProject/bmsstagedemoone/entry/src/main/module.json +++ b/bundlemanager/bundle_standard/bundlemanager/sceneProject/bmsstagedemoone/entry/src/main/module.json @@ -7,8 +7,7 @@ "mainElement": "MainAbility", "deviceTypes": [ "default", - "tablet", - "2in1" + "tablet" ], "deliveryWithInstall": true, "installationFree": false, @@ -28,7 +27,7 @@ "actions": [ "action.system.home" ], - "entities": [ + "entities":[ "entity.system.home" ] } @@ -38,34 +37,28 @@ "name": "MainAbility", "srcEntrance": "./ets/MainAbility/MainAbility.ts", "startWindowIcon": "$media:icon" - }, + }, { "name": "MainAbility1", "srcEntrance": "./ets/MainAbility/MainAbility.ts", "startWindowIcon": "$media:icon", - "orientation": "unspecified", - "supportWindowMode": [ - "fullscreen" - ] - }, - { + "orientation": "unspecified", + "supportWindowMode": ["fullscreen"] + }, + { "name": "MainAbility2", "srcEntrance": "./ets/MainAbility/MainAbility.ts", "startWindowIcon": "$media:icon", - "orientation": "landscape", - "supportWindowMode": [ - "split" - ] - }, - { + "orientation": "landscape", + "supportWindowMode": ["split"] + }, + { "name": "MainAbility3", "srcEntrance": "./ets/MainAbility/MainAbility.ts", "startWindowIcon": "$media:icon", - "orientation": "portrait", - "supportWindowMode": [ - "floating" - ] - } + "orientation": "portrait", + "supportWindowMode": ["floating"] + } ], "extensionAbilities": [ { @@ -76,14 +69,10 @@ "type": "form", "skills": [ { - "actions": [ - "actionZ" - ] + "actions": ["actionZ"] }, { - "actions": [ - "actionZ12" - ], + "actions": ["actionZ12"], "uris": [ { "scheme": "https", @@ -93,9 +82,7 @@ ] }, { - "actions": [ - "action_1" - ], + "actions": ["action_1"], "uris": [ { "scheme": "https", @@ -105,14 +92,8 @@ ] }, { - "actions": [ - "actionZ14" - ], - "entities": [ - "entitiesZ14", - "entitiesCommon", - "entitiesZZ" - ] + "actions": ["actionZ14"], + "entities": ["entitiesZ14","entitiesCommon","entitiesZZ"] } ], "metadata": [ @@ -130,14 +111,10 @@ "type": "form", "skills": [ { - "actions": [ - "actionY" - ] + "actions": ["actionY"] }, { - "actions": [ - "actionY12" - ], + "actions": ["actionY12"], "uris": [ { "scheme": "https", @@ -147,9 +124,7 @@ ] }, { - "actions": [ - "action_2" - ], + "actions": ["action_2"], "uris": [ { "scheme": "https", @@ -159,12 +134,8 @@ ] }, { - "actions": [ - "actionY14" - ], - "entities": [ - "entitiesY14" - ] + "actions": ["actionY14"], + "entities": ["entitiesY14"] } ], "metadata": [ @@ -174,9 +145,7 @@ "resource": "$profile:form_config" } ], - "permissions": [ - "ohos.permission.GET_BUNDLE_INFO" - ] + "permissions": ["ohos.permission.GET_BUNDLE_INFO"] }, { "name": "ServiceAbility", @@ -245,4 +214,4 @@ } ] } -} \ No newline at end of file +} diff --git a/bundlemanager/bundle_standard/bundlemanager/sceneProject/bmsstagedemotwo/entry/src/main/module.json b/bundlemanager/bundle_standard/bundlemanager/sceneProject/bmsstagedemotwo/entry/src/main/module.json index bbdff2b4b75cb83222a06c2c72406c16cfd402c0..0e79ba40c968ed6d3393904014cfe7434bf251cf 100644 --- a/bundlemanager/bundle_standard/bundlemanager/sceneProject/bmsstagedemotwo/entry/src/main/module.json +++ b/bundlemanager/bundle_standard/bundlemanager/sceneProject/bmsstagedemotwo/entry/src/main/module.json @@ -7,8 +7,7 @@ "mainElement": "MainAbility1", "deviceTypes": [ "default", - "tablet", - "2in1" + "tablet" ], "deliveryWithInstall": true, "installationFree": false, @@ -28,7 +27,7 @@ "actions": [ "action.system.home" ], - "entities": [ + "entities":[ "entity.system.home" ] } @@ -38,34 +37,28 @@ "name": "MainAbility", "srcEntrance": "./ets/MainAbility/MainAbility.ts", "startWindowIcon": "$media:icon" - }, + }, { "name": "MainAbility1", "srcEntrance": "./ets/MainAbility/MainAbility.ts", "startWindowIcon": "$media:icon", - "orientation": "unspecified", - "supportWindowMode": [ - "fullscreen" - ] - }, - { + "orientation": "unspecified", + "supportWindowMode": ["fullscreen"] + }, + { "name": "MainAbility2", "srcEntrance": "./ets/MainAbility/MainAbility.ts", "startWindowIcon": "$media:icon", - "orientation": "landscape", - "supportWindowMode": [ - "split" - ] - }, - { + "orientation": "landscape", + "supportWindowMode": ["split"] + }, + { "name": "MainAbility3", "srcEntrance": "./ets/MainAbility/MainAbility.ts", "startWindowIcon": "$media:icon", - "orientation": "portrait", - "supportWindowMode": [ - "floating" - ] - } + "orientation": "portrait", + "supportWindowMode": ["floating"] + } ], "extensionAbilities": [ { @@ -76,12 +69,8 @@ "type": "form", "skills": [ { - "actions": [ - "actionQ" - ], - "entities": [ - "entitiesQ" - ] + "actions": ["actionQ"], + "entities": ["entitiesQ"] } ], "metadata": [ @@ -99,13 +88,8 @@ "type": "service", "skills": [ { - "actions": [ - "actionW" - ], - "entities": [ - "entitiesW", - "entitiesCommon" - ] + "actions": ["actionW"], + "entities": ["entitiesW","entitiesCommon"] } ], "metadata": [ @@ -114,9 +98,7 @@ "resource": "$profile:form_config" } ], - "permissions": [ - "ohos.permission.GET_BUNDLE_INFO" - ] + "permissions": ["ohos.permission.GET_BUNDLE_INFO"] }, { "name": "ExtensionAbilityA", @@ -126,9 +108,7 @@ "type": "wallpaper", "skills": [ { - "actions": [ - "action_3" - ], + "actions": ["action_3"], "uris": [ { "scheme": "https", @@ -153,9 +133,7 @@ "type": "workScheduler", "skills": [ { - "actions": [ - "action_4" - ], + "actions": ["action_4"], "uris": [ { "scheme": "https", @@ -173,10 +151,8 @@ "resource": "$profile:form_config" } ], - "permissions": [ - "ohos.permission.GET_BUNDLE_INFO" - ] + "permissions": ["ohos.permission.GET_BUNDLE_INFO"] } ] } -} \ No newline at end of file +} diff --git a/bundlemanager/zlib/actszipfileandunzipfiletest/src/main/config.json b/bundlemanager/zlib/actszipfileandunzipfiletest/src/main/config.json index 15669c8759289036b4f77eb0ab99829776ca2800..a5a11c38d0bc086d91ed3ebdccf45a3b83b227bc 100644 --- a/bundlemanager/zlib/actszipfileandunzipfiletest/src/main/config.json +++ b/bundlemanager/zlib/actszipfileandunzipfiletest/src/main/config.json @@ -1,99 +1,99 @@ -{ - "app": { - "bundleName": "com.example.amsZipfileUnzipfileST", - "vendor": "example", - "version": { - "code": 1, - "name": "1.0" - }, - "apiVersion": { - "compatible": 4, - "target": 5, - "releaseType": "Beta1" - } - }, - "deviceConfig": {}, - "module": { - "package": "com.example.amsZipfileUnzipfileST", - "name": ".entry", - "mainAbility": ".MainAbility", - "srcPath": "", - "deviceType": [ - "tablet", - "default", - "default", - "2in1" - ], - "distro": { - "deliveryWithInstall": true, - "moduleName": "entry", - "moduleType": "entry" - }, - "abilities": [ - { - "skills": [ - { - "entities": [ - "entity.system.home", - "flag.home.intent.from.system" - ], - "actions": [ - "action.system.home" - ] - } - ], - "orientation": "unspecified", - "formsEnabled": false, - "name": ".MainAbility", - "srcLanguage": "js", - "srcPath": "MainAbility", - "icon": "$media:icon", - "description": "$string:MainAbility_desc", - "label": "$string:MainAbility_label", - "type": "page", - "visible": true, - "launchType": "standard" - }, - { - "orientation": "unspecified", - "formsEnabled": false, - "name": ".TestAbility", - "srcLanguage": "js", - "srcPath": "TestAbility", - "icon": "$media:icon", - "description": "$string:TestAbility_desc", - "label": "$string:TestAbility_label", - "type": "page", - "visible": true, - "launchType": "standard" - } - ], - "reqPermissions": [], - "js": [ - { - "pages": [ - "pages/index/index" - ], - "name": "default", - "window": { - "designWidth": 720, - "autoDesignWidth": false - } - }, - { - "pages": [ - "pages/index/index" - ], - "name": ".TestAbility", - "window": { - "designWidth": 720, - "autoDesignWidth": false - } - } - ], - "testRunner": { - "name": "OpenHarmonyTestRunner", - "srcPath": "TestRunner" - } - } -} \ No newline at end of file +{ + "app": { + "bundleName": "com.example.amsZipfileUnzipfileST", + "vendor": "example", + "version": { + "code": 1, + "name": "1.0" + }, + "apiVersion": { + "compatible": 4, + "target": 5, + "releaseType": "Beta1" + } + }, + "deviceConfig": {}, + "module": { + "package": "com.example.amsZipfileUnzipfileST", + "name": ".entry", + "mainAbility": ".MainAbility", + "srcPath":"", + "deviceType": [ + "tablet", + "default", + "default" + ], + "distro": { + "deliveryWithInstall": true, + "moduleName": "entry", + "moduleType": "entry" + }, + "abilities": [ + { + "skills": [ + { + "entities": [ + "entity.system.home", + "flag.home.intent.from.system" + ], + "actions": [ + "action.system.home" + ] + } + ], + "orientation": "unspecified", + "formsEnabled": false, + "name": ".MainAbility", + "srcLanguage": "js", + "srcPath": "MainAbility", + "icon": "$media:icon", + "description": "$string:MainAbility_desc", + "label": "$string:MainAbility_label", + "type": "page", + "visible": true, + "launchType": "standard" + }, + { + "orientation": "unspecified", + "formsEnabled": false, + "name": ".TestAbility", + "srcLanguage": "js", + "srcPath": "TestAbility", + "icon": "$media:icon", + "description": "$string:TestAbility_desc", + "label": "$string:TestAbility_label", + "type": "page", + "visible": true, + "launchType": "standard" + } +], + "reqPermissions": [ + ], + "js": [ + { + "pages": [ + "pages/index/index" + ], + "name": "default", + "window": { + "designWidth": 720, + "autoDesignWidth": false + } + }, + { + "pages": [ + "pages/index/index" + ], + "name": ".TestAbility", + "window": { + "designWidth": 720, + "autoDesignWidth": false + } + } + ], + "testRunner": { + "name": "OpenHarmonyTestRunner", + "srcPath": "TestRunner" + } + } +} diff --git a/commonlibrary/ets_utils/atomics_lib_standard/entry/src/main/module.json b/commonlibrary/ets_utils/atomics_lib_standard/entry/src/main/module.json index 66cb9c1c2a84abe698c97975907f10c78b286401..5e0e95211a9bc21345ee5f4e563841b898d6f5ac 100644 --- a/commonlibrary/ets_utils/atomics_lib_standard/entry/src/main/module.json +++ b/commonlibrary/ets_utils/atomics_lib_standard/entry/src/main/module.json @@ -1,41 +1,40 @@ { - "module": { - "name": "entry", - "type": "entry", - "srcEntrance": "./ets/Application/AbilityStage.ts", - "description": "$string:entry_desc", - "mainElement": "MainAbility", - "deviceTypes": [ - "default", - "tablet", - "2in1" - ], - "deliveryWithInstall": true, - "installationFree": false, - "pages": "$profile:main_pages", - "uiSyntax": "ets", - "abilities": [ - { - "name": "com.example.atomicsxts.MainAbility", - "srcEntrance": "./ets/MainAbility/MainAbility.ts", - "description": "$string:MainAbility_desc", - "icon": "$media:icon", - "label": "$string:MainAbility_label", - "startWindowIcon": "$media:icon", - "startWindowBackground": "$color:white", - "visible": true, - "orientation": "portrait", - "skills": [ - { - "entities": [ - "entity.system.home" - ], - "actions": [ - "action.system.home" - ] - } - ] - } + "module": { + "name": "entry", + "type": "entry", + "srcEntrance": "./ets/Application/AbilityStage.ts", + "description": "$string:entry_desc", + "mainElement": "MainAbility", + "deviceTypes": [ + "default", + "tablet" + ], + "deliveryWithInstall": true, + "installationFree": false, + "pages": "$profile:main_pages", + "uiSyntax": "ets", + "abilities": [ + { + "name": "com.example.atomicsxts.MainAbility", + "srcEntrance": "./ets/MainAbility/MainAbility.ts", + "description": "$string:MainAbility_desc", + "icon": "$media:icon", + "label": "$string:MainAbility_label", + "startWindowIcon": "$media:icon", + "startWindowBackground": "$color:white", + "visible": true, + "orientation": "portrait", + "skills": [ + { + "entities": [ + "entity.system.home" + ], + "actions": [ + "action.system.home" + ] + } ] - } + } + ] + } } \ No newline at end of file diff --git a/commonlibrary/ets_utils/buffer_lib_standard/src/main/config.json b/commonlibrary/ets_utils/buffer_lib_standard/src/main/config.json index e2509153ad3199ba02d80de00cba5ab52e3e0dad..99001c17b7b0df92a468d6588376bbb8f46e15f0 100644 --- a/commonlibrary/ets_utils/buffer_lib_standard/src/main/config.json +++ b/commonlibrary/ets_utils/buffer_lib_standard/src/main/config.json @@ -18,10 +18,9 @@ "srcPath": "", "mainAbility": ".MainAbility", "deviceType": [ - "tablet", - "default", - "phone", - "2in1" + "tablet", + "default", + "phone" ], "distro": { "deliveryWithInstall": true, @@ -93,5 +92,6 @@ "name": "OpenHarmonyTestRunner", "srcPath": "TestRunner" } + } } \ No newline at end of file diff --git a/commonlibrary/ets_utils/containerLine_lib_standard/src/main/config.json b/commonlibrary/ets_utils/containerLine_lib_standard/src/main/config.json index ebab73a0b744ef2dc9eb2c961d22b4b347fdba06..5249eb7d18564fbbbf98e7e92d68db9fa2fcc980 100644 --- a/commonlibrary/ets_utils/containerLine_lib_standard/src/main/config.json +++ b/commonlibrary/ets_utils/containerLine_lib_standard/src/main/config.json @@ -1,120 +1,119 @@ -{ - "app": { - "bundleName": "com.example.containerLine", - "vendor": "example", - "version": { - "code": 1000000, - "name": "1.0.0" - }, - "apiVersion": { - "compatible": 4, - "target": 5 - } - }, - "deviceConfig": {}, - "module": { - "package": "com.example.containerLine", - "name": ".entry", - "srcPath": "", - "mainAbility": ".MainAbility", - "deviceType": [ - "tablet", - "default", - "phone", - "2in1" - ], - "distro": { - "deliveryWithInstall": true, - "moduleName": "entry", - "moduleType": "entry", - "installationFree": false - }, - "abilities": [ - { - "orientation": "unspecified", - "formsEnabled": false, - "name": ".TestAbility", - "srcLanguage": "js", - "srcPath": "TestAbility", - "icon": "$media:icon", - "description": "$string:TestAbility_desc", - "label": "$string:TestAbility_label", - "type": "page", - "visible": true, - "launchType": "standard" - }, - { - "skills": [ - { - "entities": [ - "entity.system.home" - ], - "actions": [ - "action.system.home" - ] - } - ], - "orientation": "unspecified", - "formsEnabled": false, - "name": ".MainAbility", - "srcLanguage": "js", - "srcPath": "MainAbility", - "icon": "$media:icon", - "description": "$string:MainAbility_desc", - "label": "$string:MainAbility_label", - "type": "page", - "visible": true, - "launchType": "standard" - }, - { - "orientation": "unspecified", - "formsEnabled": false, - "name": ".TestAbility", - "srcLanguage": "js", - "srcPath": "TestAbility", - "icon": "$media:icon", - "description": "$string:TestAbility_desc", - "label": "$string:TestAbility_label", - "type": "page", - "visible": true, - "launchType": "standard" - } - ], - "js": [ - { - "pages": [ - "pages/index/index" - ], - "name": "default", - "window": { - "designWidth": 720, - "autoDesignWidth": true - } - }, - { - "pages": [ - "pages/index/index" - ], - "name": ".TestAbility", - "window": { - "designWidth": 720, - "autoDesignWidth": false - } - }, - { - "pages": [ - "pages/index/index" - ], - "name": ".TestAbility", - "window": { - "designWidth": 720, - "autoDesignWidth": false - } - } - ], - "testRunner": { - "name": "OpenHarmonyTestRunner", - "srcPath": "TestRunner" - } - } +{ + "app": { + "bundleName": "com.example.containerLine", + "vendor": "example", + "version": { + "code": 1000000, + "name": "1.0.0" + }, + "apiVersion": { + "compatible": 4, + "target": 5 + } + }, + "deviceConfig": {}, + "module": { + "package": "com.example.containerLine", + "name": ".entry", + "srcPath": "", + "mainAbility": ".MainAbility", + "deviceType": [ + "tablet", + "default", + "phone" + ], + "distro": { + "deliveryWithInstall": true, + "moduleName": "entry", + "moduleType": "entry", + "installationFree": false + }, + "abilities": [ + { + "orientation": "unspecified", + "formsEnabled": false, + "name": ".TestAbility", + "srcLanguage": "js", + "srcPath": "TestAbility", + "icon": "$media:icon", + "description": "$string:TestAbility_desc", + "label": "$string:TestAbility_label", + "type": "page", + "visible": true, + "launchType": "standard" + }, + { + "skills": [ + { + "entities": [ + "entity.system.home" + ], + "actions": [ + "action.system.home" + ] + } + ], + "orientation": "unspecified", + "formsEnabled": false, + "name": ".MainAbility", + "srcLanguage": "js", + "srcPath": "MainAbility", + "icon": "$media:icon", + "description": "$string:MainAbility_desc", + "label": "$string:MainAbility_label", + "type": "page", + "visible": true, + "launchType": "standard" + }, + { + "orientation": "unspecified", + "formsEnabled": false, + "name": ".TestAbility", + "srcLanguage": "js", + "srcPath": "TestAbility", + "icon": "$media:icon", + "description": "$string:TestAbility_desc", + "label": "$string:TestAbility_label", + "type": "page", + "visible": true, + "launchType": "standard" + } + ], + "js": [ + { + "pages": [ + "pages/index/index" + ], + "name": "default", + "window": { + "designWidth": 720, + "autoDesignWidth": true + } + }, + { + "pages": [ + "pages/index/index" + ], + "name": ".TestAbility", + "window": { + "designWidth": 720, + "autoDesignWidth": false + } + }, + { + "pages": [ + "pages/index/index" + ], + "name": ".TestAbility", + "window": { + "designWidth": 720, + "autoDesignWidth": false + } + } + ], + "testRunner": { + "name": "OpenHarmonyTestRunner", + "srcPath": "TestRunner" + } + } } \ No newline at end of file diff --git a/commonlibrary/ets_utils/containerRelation_lib_standard/src/main/config.json b/commonlibrary/ets_utils/containerRelation_lib_standard/src/main/config.json index 6703c90d1d75a4c967acafec4f68f67e4b933a72..29be45af189433ee5682c21d81b0d7d5cfa3c0aa 100644 --- a/commonlibrary/ets_utils/containerRelation_lib_standard/src/main/config.json +++ b/commonlibrary/ets_utils/containerRelation_lib_standard/src/main/config.json @@ -1,97 +1,96 @@ -{ - "app": { - "bundleName": "com.example.containerRelation", - "vendor": "example", - "version": { - "code": 1000000, - "name": "1.0.0" - }, - "apiVersion": { - "compatible": 4, - "target": 5 - } - }, - "deviceConfig": {}, - "module": { - "package": "com.example.containerRelation", - "name": ".entry", - "srcPath": "", - "mainAbility": ".MainAbility", - "deviceType": [ - "tablet", - "default", - "phone", - "2in1" - ], - "distro": { - "deliveryWithInstall": true, - "moduleName": "entry", - "moduleType": "entry", - "installationFree": false - }, - "abilities": [ - { - "skills": [ - { - "entities": [ - "entity.system.home" - ], - "actions": [ - "action.system.home" - ] - } - ], - "orientation": "unspecified", - "formsEnabled": false, - "name": ".MainAbility", - "srcLanguage": "js", - "srcPath": "MainAbility", - "icon": "$media:icon", - "description": "$string:MainAbility_desc", - "label": "$string:MainAbility_label", - "type": "page", - "visible": true, - "launchType": "standard" - }, - { - "orientation": "unspecified", - "formsEnabled": false, - "name": ".TestAbility", - "srcLanguage": "js", - "srcPath": "TestAbility", - "icon": "$media:icon", - "description": "$string:TestAbility_desc", - "label": "$string:TestAbility_label", - "type": "page", - "visible": true, - "launchType": "standard" - } - ], - "js": [ - { - "pages": [ - "pages/index/index" - ], - "name": "default", - "window": { - "designWidth": 720, - "autoDesignWidth": true - } - }, - { - "pages": [ - "pages/index/index" - ], - "name": ".TestAbility", - "window": { - "designWidth": 720, - "autoDesignWidth": false - } - } - ], - "testRunner": { - "name": "OpenHarmonyTestRunner", - "srcPath": "TestRunner" - } - } +{ + "app": { + "bundleName": "com.example.containerRelation", + "vendor": "example", + "version": { + "code": 1000000, + "name": "1.0.0" + }, + "apiVersion": { + "compatible": 4, + "target": 5 + } + }, + "deviceConfig": {}, + "module": { + "package": "com.example.containerRelation", + "name": ".entry", + "srcPath": "", + "mainAbility": ".MainAbility", + "deviceType": [ + "tablet", + "default", + "phone" + ], + "distro": { + "deliveryWithInstall": true, + "moduleName": "entry", + "moduleType": "entry", + "installationFree": false + }, + "abilities": [ + { + "skills": [ + { + "entities": [ + "entity.system.home" + ], + "actions": [ + "action.system.home" + ] + } + ], + "orientation": "unspecified", + "formsEnabled": false, + "name": ".MainAbility", + "srcLanguage": "js", + "srcPath": "MainAbility", + "icon": "$media:icon", + "description": "$string:MainAbility_desc", + "label": "$string:MainAbility_label", + "type": "page", + "visible": true, + "launchType": "standard" + }, + { + "orientation": "unspecified", + "formsEnabled": false, + "name": ".TestAbility", + "srcLanguage": "js", + "srcPath": "TestAbility", + "icon": "$media:icon", + "description": "$string:TestAbility_desc", + "label": "$string:TestAbility_label", + "type": "page", + "visible": true, + "launchType": "standard" + } + ], + "js": [ + { + "pages": [ + "pages/index/index" + ], + "name": "default", + "window": { + "designWidth": 720, + "autoDesignWidth": true + } + }, + { + "pages": [ + "pages/index/index" + ], + "name": ".TestAbility", + "window": { + "designWidth": 720, + "autoDesignWidth": false + } + } + ], + "testRunner": { + "name": "OpenHarmonyTestRunner", + "srcPath": "TestRunner" + } + } } \ No newline at end of file diff --git a/commonlibrary/ets_utils/convertxml_lib_standard/src/main/config.json b/commonlibrary/ets_utils/convertxml_lib_standard/src/main/config.json index 20b7002ff4f16f088a545cd99ba6a5ae91b51c12..4d1bf2a1b575614c43d48fccdfa6b736eef20909 100644 --- a/commonlibrary/ets_utils/convertxml_lib_standard/src/main/config.json +++ b/commonlibrary/ets_utils/convertxml_lib_standard/src/main/config.json @@ -18,10 +18,9 @@ "srcPath": "", "mainAbility": ".MainAbility", "deviceType": [ - "tablet", - "default", - "phone", - "2in1" + "tablet", + "default", + "phone" ], "distro": { "deliveryWithInstall": true, diff --git a/commonlibrary/ets_utils/intl_lib_standard/src/main/config.json b/commonlibrary/ets_utils/intl_lib_standard/src/main/config.json index 5eb54b6dc32a8fe80c51fb7a17ee770877bc9ff8..12f567384de88782d7f06b22cd35fd2ab7273aed 100644 --- a/commonlibrary/ets_utils/intl_lib_standard/src/main/config.json +++ b/commonlibrary/ets_utils/intl_lib_standard/src/main/config.json @@ -3,12 +3,12 @@ "bundleName": "com.example.intl", "vendor": "example", "version": { - "code": 1000000, - "name": "1.0.0" + "code": 1000000, + "name": "1.0.0" }, "apiVersion": { - "compatible": 4, - "target": 5 + "compatible": 4, + "target": 5 } }, "deviceConfig": {}, @@ -18,9 +18,8 @@ "srcPath": "", "mainAbility": ".MainAbility", "deviceType": [ - "tablet", - "phone", - "2in1" + "tablet", + "phone" ], "distro": { "deliveryWithInstall": true, @@ -32,12 +31,12 @@ { "skills": [ { - "entities": [ - "entity.system.home" - ], - "actions": [ - "action.system.home" - ] + "entities": [ + "entity.system.home" + ], + "actions": [ + "action.system.home" + ] } ], "orientation": "unspecified", @@ -65,32 +64,32 @@ "visible": true, "launchType": "standard" } - ], - "js": [ - { - "pages": [ - "pages/index/index" - ], - "name": "default", - "window": { - "designWidth": 720, - "autoDesignWidth": true - } - }, - { - "pages": [ - "pages/index/index" - ], - "name": ".TestAbility", - "window": { - "designWidth": 720, - "autoDesignWidth": false - } - } - ], + ], + "js": [ + { + "pages": [ + "pages/index/index" + ], + "name": "default", + "window": { + "designWidth": 720, + "autoDesignWidth": true + } + }, + { + "pages": [ + "pages/index/index" + ], + "name": ".TestAbility", + "window": { + "designWidth": 720, + "autoDesignWidth": false + } + } + ], "testRunner": { - "name": "OpenHarmonyTestRunner", - "srcPath": "TestRunner" + "name": "OpenHarmonyTestRunner", + "srcPath": "TestRunner" } } -} \ No newline at end of file +} \ No newline at end of file diff --git a/commonlibrary/ets_utils/process_lib_standard/src/main/config.json b/commonlibrary/ets_utils/process_lib_standard/src/main/config.json index d709304199400bd93603d23f7fb0b0a7a9d880e7..bfce86ed393d3b16e3fecf10b0de7429847cd470 100644 --- a/commonlibrary/ets_utils/process_lib_standard/src/main/config.json +++ b/commonlibrary/ets_utils/process_lib_standard/src/main/config.json @@ -1,97 +1,97 @@ -{ - "app": { - "bundleName": "com.example.childprocess", - "vendor": "example", - "version": { - "code": 1000000, - "name": "1.0.0" - }, - "apiVersion": { - "compatible": 4, - "target": 5 - } - }, - "deviceConfig": {}, - "module": { - "package": "com.example.childprocess", - "name": ".entry", - "srcPath": "", - "mainAbility": ".MainAbility", - "deviceType": [ - "tablet", - "default", - "phone", - "2in1" - ], - "distro": { - "deliveryWithInstall": true, - "moduleName": "entry", - "moduleType": "entry", - "installationFree": false - }, - "abilities": [ - { - "skills": [ - { - "entities": [ - "entity.system.home" - ], - "actions": [ - "action.system.home" - ] - } - ], - "orientation": "unspecified", - "formsEnabled": false, - "name": ".MainAbility", - "srcLanguage": "js", - "srcPath": "MainAbility", - "icon": "$media:icon", - "description": "$string:MainAbility_desc", - "label": "$string:MainAbility_label", - "type": "page", - "visible": true, - "launchType": "standard" - }, - { - "orientation": "unspecified", - "formsEnabled": false, - "name": ".TestAbility", - "srcLanguage": "js", - "srcPath": "TestAbility", - "icon": "$media:icon", - "description": "$string:TestAbility_desc", - "label": "$string:TestAbility_label", - "type": "page", - "visible": true, - "launchType": "standard" - } - ], - "js": [ - { - "pages": [ - "pages/index/index" - ], - "name": "default", - "window": { - "designWidth": 720, - "autoDesignWidth": true - } - }, - { - "pages": [ - "pages/index/index" - ], - "name": ".TestAbility", - "window": { - "designWidth": 720, - "autoDesignWidth": false - } - } - ], - "testRunner": { - "name": "OpenHarmonyTestRunner", - "srcPath": "TestRunner" - } - } +{ + "app": { + "bundleName": "com.example.childprocess", + "vendor": "example", + "version": { + "code": 1000000, + "name": "1.0.0" + }, + "apiVersion": { + "compatible": 4, + "target": 5 + } + }, + "deviceConfig": {}, + "module": { + "package": "com.example.childprocess", + "name": ".entry", + "srcPath": "", + "mainAbility": ".MainAbility", + "deviceType": [ + "tablet", + "default", + "phone" + ], + "distro": { + "deliveryWithInstall": true, + "moduleName": "entry", + "moduleType": "entry", + "installationFree": false + }, + "abilities": [ + { + "skills": [ + { + "entities": [ + "entity.system.home" + ], + "actions": [ + "action.system.home" + ] + } + ], + "orientation": "unspecified", + "formsEnabled": false, + "name": ".MainAbility", + "srcLanguage": "js", + "srcPath": "MainAbility", + "icon": "$media:icon", + "description": "$string:MainAbility_desc", + "label": "$string:MainAbility_label", + "type": "page", + "visible": true, + "launchType": "standard" + }, + { + "orientation": "unspecified", + "formsEnabled": false, + "name": ".TestAbility", + "srcLanguage": "js", + "srcPath": "TestAbility", + "icon": "$media:icon", + "description": "$string:TestAbility_desc", + "label": "$string:TestAbility_label", + "type": "page", + "visible": true, + "launchType": "standard" + } + ], + "js": [ + { + "pages": [ + "pages/index/index" + ], + "name": "default", + "window": { + "designWidth": 720, + "autoDesignWidth": true + } + }, + { + "pages": [ + "pages/index/index" + ], + "name": ".TestAbility", + "window": { + "designWidth": 720, + "autoDesignWidth": false + } + } + ], + "testRunner": { + "name": "OpenHarmonyTestRunner", + "srcPath": "TestRunner" + } + + } } \ No newline at end of file diff --git a/commonlibrary/ets_utils/taskpool_lib_standard/entry/src/main/module.json b/commonlibrary/ets_utils/taskpool_lib_standard/entry/src/main/module.json index 693b20caee0d48920d8e86b7799b2319dcac8a6a..bba3f6b364e7137610bd55a5bbc2cbbc262ddd8c 100644 --- a/commonlibrary/ets_utils/taskpool_lib_standard/entry/src/main/module.json +++ b/commonlibrary/ets_utils/taskpool_lib_standard/entry/src/main/module.json @@ -1,41 +1,40 @@ { - "module": { - "name": "entry", - "type": "entry", - "srcEntrance": "./ets/Application/AbilityStage.ts", - "description": "$string:entry_desc", - "mainElement": "MainAbility", - "deviceTypes": [ - "default", - "tablet", - "2in1" - ], - "deliveryWithInstall": true, - "installationFree": false, - "pages": "$profile:main_pages", - "uiSyntax": "ets", - "abilities": [ - { - "name": "com.example.taskpool.MainAbility", - "srcEntrance": "./ets/MainAbility/MainAbility.ts", - "description": "$string:MainAbility_desc", - "icon": "$media:icon", - "label": "$string:MainAbility_label", - "startWindowIcon": "$media:icon", - "startWindowBackground": "$color:white", - "visible": true, - "orientation": "portrait", - "skills": [ - { - "entities": [ - "entity.system.home" - ], - "actions": [ - "action.system.home" - ] - } - ] - } + "module": { + "name": "entry", + "type": "entry", + "srcEntrance": "./ets/Application/AbilityStage.ts", + "description": "$string:entry_desc", + "mainElement": "MainAbility", + "deviceTypes": [ + "default", + "tablet" + ], + "deliveryWithInstall": true, + "installationFree": false, + "pages": "$profile:main_pages", + "uiSyntax": "ets", + "abilities": [ + { + "name": "com.example.taskpool.MainAbility", + "srcEntrance": "./ets/MainAbility/MainAbility.ts", + "description": "$string:MainAbility_desc", + "icon": "$media:icon", + "label": "$string:MainAbility_label", + "startWindowIcon": "$media:icon", + "startWindowBackground": "$color:white", + "visible": true, + "orientation": "portrait", + "skills": [ + { + "entities": [ + "entity.system.home" + ], + "actions": [ + "action.system.home" + ] + } ] - } + } + ] + } } \ No newline at end of file diff --git a/commonlibrary/ets_utils/threadWorker_lib_standard/entry/src/main/module.json b/commonlibrary/ets_utils/threadWorker_lib_standard/entry/src/main/module.json index 6dc2599c62feab301015cd754761985b37fe32f8..0fb89508f99c872e3167e7483f7f4fdde5320fea 100644 --- a/commonlibrary/ets_utils/threadWorker_lib_standard/entry/src/main/module.json +++ b/commonlibrary/ets_utils/threadWorker_lib_standard/entry/src/main/module.json @@ -1,41 +1,40 @@ { - "module": { - "name": "entry", - "type": "entry", - "srcEntrance": "./ets/Application/AbilityStage.ts", - "description": "$string:entry_desc", - "mainElement": "MainAbility", - "deviceTypes": [ - "default", - "tablet", - "2in1" - ], - "deliveryWithInstall": true, - "installationFree": false, - "pages": "$profile:main_pages", - "uiSyntax": "ets", - "abilities": [ - { - "name": "com.example.threadWorkertest.MainAbility", - "srcEntrance": "./ets/MainAbility/MainAbility.ts", - "description": "$string:MainAbility_desc", - "icon": "$media:icon", - "label": "$string:MainAbility_label", - "startWindowIcon": "$media:icon", - "startWindowBackground": "$color:white", - "visible": true, - "orientation": "portrait", - "skills": [ - { - "entities": [ - "entity.system.home" - ], - "actions": [ - "action.system.home" - ] - } - ] - } + "module": { + "name": "entry", + "type": "entry", + "srcEntrance": "./ets/Application/AbilityStage.ts", + "description": "$string:entry_desc", + "mainElement": "MainAbility", + "deviceTypes": [ + "default", + "tablet" + ], + "deliveryWithInstall": true, + "installationFree": false, + "pages": "$profile:main_pages", + "uiSyntax": "ets", + "abilities": [ + { + "name": "com.example.threadWorkertest.MainAbility", + "srcEntrance": "./ets/MainAbility/MainAbility.ts", + "description": "$string:MainAbility_desc", + "icon": "$media:icon", + "label": "$string:MainAbility_label", + "startWindowIcon": "$media:icon", + "startWindowBackground": "$color:white", + "visible": true, + "orientation": "portrait", + "skills": [ + { + "entities": [ + "entity.system.home" + ], + "actions": [ + "action.system.home" + ] + } ] - } + } + ] + } } \ No newline at end of file diff --git a/commonlibrary/ets_utils/uri_lib_standard/src/main/config.json b/commonlibrary/ets_utils/uri_lib_standard/src/main/config.json index 229f0106ef28cce11c135332f1fd8db6420630bd..499b810f95747c7d40083582648c26c282f623c3 100644 --- a/commonlibrary/ets_utils/uri_lib_standard/src/main/config.json +++ b/commonlibrary/ets_utils/uri_lib_standard/src/main/config.json @@ -1,97 +1,96 @@ -{ - "app": { - "bundleName": "com.example.uri", - "vendor": "example", - "version": { - "code": 1000000, - "name": "1.0.0" - }, - "apiVersion": { - "compatible": 4, - "target": 5 - } - }, - "deviceConfig": {}, - "module": { - "package": "com.example.uri", - "name": ".entry", - "mainAbility": ".MainAbility", - "deviceType": [ - "tablet", - "default", - "phone", - "2in1" - ], - "distro": { - "deliveryWithInstall": true, - "moduleName": "entry", - "moduleType": "entry", - "installationFree": false - }, - "abilities": [ - { - "skills": [ - { - "entities": [ - "entity.system.home" - ], - "actions": [ - "action.system.home" - ] - } - ], - "orientation": "unspecified", - "formsEnabled": false, - "name": ".MainAbility", - "srcLanguage": "js", - "srcPath": "MainAbility", - "icon": "$media:icon", - "description": "$string:MainAbility_desc", - "label": "$string:MainAbility_label", - "type": "page", - "visible": true, - "launchType": "standard" - }, - { - "orientation": "unspecified", - "formsEnabled": false, - "name": ".TestAbility", - "srcLanguage": "js", - "srcPath": "TestAbility", - "icon": "$media:icon", - "description": "$string:TestAbility_desc", - "label": "$string:TestAbility_label", - "type": "page", - "visible": true, - "launchType": "standard" - } - ], - "js": [ - { - "pages": [ - "pages/index/index" - ], - "name": "default", - "window": { - "designWidth": 720, - "autoDesignWidth": true - } - }, - { - "pages": [ - "pages/index/index" - ], - "name": ".TestAbility", - "window": { - "designWidth": 720, - "autoDesignWidth": false - } - } - ], - "testRunner": { - "name": "OpenHarmonyTestRunner", - "srcPath": "TestRunner" - }, - "srcPath": "" - } +{ + "app": { + "bundleName": "com.example.uri", + "vendor": "example", + "version": { + "code": 1000000, + "name": "1.0.0" + }, + "apiVersion": { + "compatible": 4, + "target": 5 + } + }, + "deviceConfig": {}, + "module": { + "package": "com.example.uri", + "name": ".entry", + "mainAbility": ".MainAbility", + "deviceType": [ + "tablet", + "default", + "phone" + ], + "distro": { + "deliveryWithInstall": true, + "moduleName": "entry", + "moduleType": "entry", + "installationFree": false + }, + "abilities": [ + { + "skills": [ + { + "entities": [ + "entity.system.home" + ], + "actions": [ + "action.system.home" + ] + } + ], + "orientation": "unspecified", + "formsEnabled": false, + "name": ".MainAbility", + "srcLanguage": "js", + "srcPath": "MainAbility", + "icon": "$media:icon", + "description": "$string:MainAbility_desc", + "label": "$string:MainAbility_label", + "type": "page", + "visible": true, + "launchType": "standard" + }, + { + "orientation": "unspecified", + "formsEnabled": false, + "name": ".TestAbility", + "srcLanguage": "js", + "srcPath": "TestAbility", + "icon": "$media:icon", + "description": "$string:TestAbility_desc", + "label": "$string:TestAbility_label", + "type": "page", + "visible": true, + "launchType": "standard" + } + ], + "js": [ + { + "pages": [ + "pages/index/index" + ], + "name": "default", + "window": { + "designWidth": 720, + "autoDesignWidth": true + } + }, + { + "pages": [ + "pages/index/index" + ], + "name": ".TestAbility", + "window": { + "designWidth": 720, + "autoDesignWidth": false + } + } + ], + "testRunner": { + "name": "OpenHarmonyTestRunner", + "srcPath": "TestRunner" + }, + "srcPath": "" +} } \ No newline at end of file diff --git a/commonlibrary/ets_utils/url_lib_standard/src/main/config.json b/commonlibrary/ets_utils/url_lib_standard/src/main/config.json index 43130d56c6c8f0ec65b16a21834ddb0ec2f7f893..84818e9cd7d2ca1f5e3c2d5d5dc7a2a330c9724c 100644 --- a/commonlibrary/ets_utils/url_lib_standard/src/main/config.json +++ b/commonlibrary/ets_utils/url_lib_standard/src/main/config.json @@ -1,97 +1,96 @@ -{ - "app": { - "bundleName": "com.example.url", - "vendor": "example", - "version": { - "code": 1000000, - "name": "1.0.0" - }, - "apiVersion": { - "compatible": 4, - "target": 5 - } - }, - "deviceConfig": {}, - "module": { - "package": "com.example.url", - "name": ".entry", - "srcPath": "", - "mainAbility": ".MainAbility", - "deviceType": [ - "tablet", - "default", - "phone", - "2in1" - ], - "distro": { - "deliveryWithInstall": true, - "moduleName": "entry", - "moduleType": "entry", - "installationFree": false - }, - "abilities": [ - { - "skills": [ - { - "entities": [ - "entity.system.home" - ], - "actions": [ - "action.system.home" - ] - } - ], - "orientation": "unspecified", - "formsEnabled": false, - "name": ".MainAbility", - "srcLanguage": "js", - "srcPath": "MainAbility", - "icon": "$media:icon", - "description": "$string:MainAbility_desc", - "label": "$string:MainAbility_label", - "type": "page", - "visible": true, - "launchType": "standard" - }, - { - "orientation": "unspecified", - "formsEnabled": false, - "name": ".TestAbility", - "srcLanguage": "js", - "srcPath": "TestAbility", - "icon": "$media:icon", - "description": "$string:TestAbility_desc", - "label": "$string:TestAbility_label", - "type": "page", - "visible": true, - "launchType": "standard" - } - ], - "js": [ - { - "pages": [ - "pages/index/index" - ], - "name": "default", - "window": { - "designWidth": 720, - "autoDesignWidth": true - } - }, - { - "pages": [ - "pages/index/index" - ], - "name": ".TestAbility", - "window": { - "designWidth": 720, - "autoDesignWidth": false - } - } - ], - "testRunner": { - "name": "OpenHarmonyTestRunner", - "srcPath": "TestRunner" - } - } +{ + "app": { + "bundleName": "com.example.url", + "vendor": "example", + "version": { + "code": 1000000, + "name": "1.0.0" + }, + "apiVersion": { + "compatible": 4, + "target": 5 + } + }, + "deviceConfig": {}, + "module": { + "package": "com.example.url", + "name": ".entry", + "srcPath": "", + "mainAbility": ".MainAbility", + "deviceType": [ + "tablet", + "default", + "phone" + ], + "distro": { + "deliveryWithInstall": true, + "moduleName": "entry", + "moduleType": "entry", + "installationFree": false + }, + "abilities": [ + { + "skills": [ + { + "entities": [ + "entity.system.home" + ], + "actions": [ + "action.system.home" + ] + } + ], + "orientation": "unspecified", + "formsEnabled": false, + "name": ".MainAbility", + "srcLanguage": "js", + "srcPath": "MainAbility", + "icon": "$media:icon", + "description": "$string:MainAbility_desc", + "label": "$string:MainAbility_label", + "type": "page", + "visible": true, + "launchType": "standard" + }, + { + "orientation": "unspecified", + "formsEnabled": false, + "name": ".TestAbility", + "srcLanguage": "js", + "srcPath": "TestAbility", + "icon": "$media:icon", + "description": "$string:TestAbility_desc", + "label": "$string:TestAbility_label", + "type": "page", + "visible": true, + "launchType": "standard" + } + ], + "js": [ + { + "pages": [ + "pages/index/index" + ], + "name": "default", + "window": { + "designWidth": 720, + "autoDesignWidth": true + } + }, + { + "pages": [ + "pages/index/index" + ], + "name": ".TestAbility", + "window": { + "designWidth": 720, + "autoDesignWidth": false + } + } + ], + "testRunner": { + "name": "OpenHarmonyTestRunner", + "srcPath": "TestRunner" + } + } } \ No newline at end of file diff --git a/commonlibrary/ets_utils/util2_lib_standard/src/main/config.json b/commonlibrary/ets_utils/util2_lib_standard/src/main/config.json index fac3f252a77dbcab83aa1769625a9fade8488789..d377ef513c0d0f27c7efbd68ade44047ec9dd27d 100644 --- a/commonlibrary/ets_utils/util2_lib_standard/src/main/config.json +++ b/commonlibrary/ets_utils/util2_lib_standard/src/main/config.json @@ -3,12 +3,12 @@ "bundleName": "com.example.util2", "vendor": "example", "version": { - "code": 1000000, - "name": "1.0.0" + "code": 1000000, + "name": "1.0.0" }, "apiVersion": { - "compatible": 4, - "target": 5 + "compatible": 4, + "target": 5 } }, "deviceConfig": {}, @@ -18,10 +18,9 @@ "srcPath": "", "mainAbility": ".MainAbility", "deviceType": [ - "tablet", - "default", - "phone", - "2in1" + "tablet", + "default", + "phone" ], "distro": { "deliveryWithInstall": true, @@ -33,12 +32,12 @@ { "skills": [ { - "entities": [ - "entity.system.home" - ], - "actions": [ - "action.system.home" - ] + "entities": [ + "entity.system.home" + ], + "actions": [ + "action.system.home" + ] } ], "orientation": "unspecified", @@ -66,32 +65,32 @@ "visible": true, "launchType": "standard" } - ], - "js": [ - { - "pages": [ - "pages/index/index" - ], - "name": "default", - "window": { - "designWidth": 720, - "autoDesignWidth": true - } - }, - { - "pages": [ - "pages/index/index" - ], - "name": ".TestAbility", - "window": { - "designWidth": 720, - "autoDesignWidth": false - } - } - ], + ], + "js": [ + { + "pages": [ + "pages/index/index" + ], + "name": "default", + "window": { + "designWidth": 720, + "autoDesignWidth": true + } + }, + { + "pages": [ + "pages/index/index" + ], + "name": ".TestAbility", + "window": { + "designWidth": 720, + "autoDesignWidth": false + } + } + ], "testRunner": { - "name": "OpenHarmonyTestRunner", - "srcPath": "TestRunner" + "name": "OpenHarmonyTestRunner", + "srcPath": "TestRunner" } } -} \ No newline at end of file +} \ No newline at end of file diff --git a/commonlibrary/ets_utils/util_lib_standard/src/main/config.json b/commonlibrary/ets_utils/util_lib_standard/src/main/config.json index 0aec373c03566aba59950d2c1c47fae8da692b2d..d80ce10655061892e2531b4c965bb72fc8f1bd15 100644 --- a/commonlibrary/ets_utils/util_lib_standard/src/main/config.json +++ b/commonlibrary/ets_utils/util_lib_standard/src/main/config.json @@ -3,12 +3,12 @@ "bundleName": "com.example.util", "vendor": "example", "version": { - "code": 1000000, - "name": "1.0.0" + "code": 1000000, + "name": "1.0.0" }, "apiVersion": { - "compatible": 4, - "target": 5 + "compatible": 4, + "target": 5 } }, "deviceConfig": {}, @@ -18,10 +18,9 @@ "srcPath": "", "mainAbility": ".MainAbility", "deviceType": [ - "tablet", - "default", - "phone", - "2in1" + "tablet", + "default", + "phone" ], "distro": { "deliveryWithInstall": true, @@ -33,12 +32,12 @@ { "skills": [ { - "entities": [ - "entity.system.home" - ], - "actions": [ - "action.system.home" - ] + "entities": [ + "entity.system.home" + ], + "actions": [ + "action.system.home" + ] } ], "orientation": "unspecified", @@ -66,32 +65,32 @@ "visible": true, "launchType": "standard" } - ], - "js": [ - { - "pages": [ - "pages/index/index" - ], - "name": "default", - "window": { - "designWidth": 720, - "autoDesignWidth": true - } - }, - { - "pages": [ - "pages/index/index" - ], - "name": ".TestAbility", - "window": { - "designWidth": 720, - "autoDesignWidth": false - } - } - ], + ], + "js": [ + { + "pages": [ + "pages/index/index" + ], + "name": "default", + "window": { + "designWidth": 720, + "autoDesignWidth": true + } + }, + { + "pages": [ + "pages/index/index" + ], + "name": ".TestAbility", + "window": { + "designWidth": 720, + "autoDesignWidth": false + } + } + ], "testRunner": { - "name": "OpenHarmonyTestRunner", - "srcPath": "TestRunner" + "name": "OpenHarmonyTestRunner", + "srcPath": "TestRunner" } } -} \ No newline at end of file +} \ No newline at end of file diff --git a/commonlibrary/ets_utils/worker_lib_standard/entry/src/main/module.json b/commonlibrary/ets_utils/worker_lib_standard/entry/src/main/module.json index 99a0fa90da60d9c4c6e12bedba0336a4fcec927d..666911d2b80a3ec58073ca634e6887162b776abf 100644 --- a/commonlibrary/ets_utils/worker_lib_standard/entry/src/main/module.json +++ b/commonlibrary/ets_utils/worker_lib_standard/entry/src/main/module.json @@ -1,41 +1,40 @@ { - "module": { - "name": "entry", - "type": "entry", - "srcEntrance": "./ets/Application/AbilityStage.ts", - "description": "$string:entry_desc", - "mainElement": "MainAbility", - "deviceTypes": [ - "default", - "tablet", - "2in1" - ], - "deliveryWithInstall": true, - "installationFree": false, - "pages": "$profile:main_pages", - "uiSyntax": "ets", - "abilities": [ - { - "name": "com.example.workertest.MainAbility", - "srcEntrance": "./ets/MainAbility/MainAbility.ts", - "description": "$string:MainAbility_desc", - "icon": "$media:icon", - "label": "$string:MainAbility_label", - "startWindowIcon": "$media:icon", - "startWindowBackground": "$color:white", - "visible": true, - "orientation": "portrait", - "skills": [ - { - "entities": [ - "entity.system.home" - ], - "actions": [ - "action.system.home" - ] - } - ] - } + "module": { + "name": "entry", + "type": "entry", + "srcEntrance": "./ets/Application/AbilityStage.ts", + "description": "$string:entry_desc", + "mainElement": "MainAbility", + "deviceTypes": [ + "default", + "tablet" + ], + "deliveryWithInstall": true, + "installationFree": false, + "pages": "$profile:main_pages", + "uiSyntax": "ets", + "abilities": [ + { + "name": "com.example.workertest.MainAbility", + "srcEntrance": "./ets/MainAbility/MainAbility.ts", + "description": "$string:MainAbility_desc", + "icon": "$media:icon", + "label": "$string:MainAbility_label", + "startWindowIcon": "$media:icon", + "startWindowBackground": "$color:white", + "visible": true, + "orientation": "portrait", + "skills": [ + { + "entities": [ + "entity.system.home" + ], + "actions": [ + "action.system.home" + ] + } ] - } + } + ] + } } \ No newline at end of file diff --git a/commonlibrary/ets_utils/xml_lib_standard/src/main/config.json b/commonlibrary/ets_utils/xml_lib_standard/src/main/config.json index 1e75b36bc565ad9bde027b2d534b9336d833878a..f3b08a389b239ff56e1eb10dea9232b652d1d0b3 100644 --- a/commonlibrary/ets_utils/xml_lib_standard/src/main/config.json +++ b/commonlibrary/ets_utils/xml_lib_standard/src/main/config.json @@ -1,97 +1,96 @@ -{ - "app": { - "bundleName": "com.example.xml", - "vendor": "example", - "version": { - "code": 1000000, - "name": "1.0.0" - }, - "apiVersion": { - "compatible": 4, - "target": 5 - } - }, - "deviceConfig": {}, - "module": { - "package": "com.example.xml", - "name": ".entry", - "mainAbility": ".MainAbility", - "srcPath": "", - "deviceType": [ - "tablet", - "default", - "phone", - "2in1" - ], - "distro": { - "deliveryWithInstall": true, - "moduleName": "entry", - "moduleType": "entry", - "installationFree": false - }, - "abilities": [ - { - "skills": [ - { - "entities": [ - "entity.system.home" - ], - "actions": [ - "action.system.home" - ] - } - ], - "orientation": "unspecified", - "formsEnabled": false, - "name": ".MainAbility", - "srcLanguage": "js", - "srcPath": "MainAbility", - "icon": "$media:icon", - "description": "$string:MainAbility_desc", - "label": "$string:MainAbility_label", - "type": "page", - "visible": true, - "launchType": "standard" - }, - { - "orientation": "unspecified", - "formsEnabled": false, - "name": ".TestAbility", - "srcLanguage": "js", - "srcPath": "TestAbility", - "icon": "$media:icon", - "description": "$string:TestAbility_desc", - "label": "$string:TestAbility_label", - "type": "page", - "visible": true, - "launchType": "standard" - } - ], - "js": [ - { - "pages": [ - "pages/index/index" - ], - "name": "default", - "window": { - "designWidth": 720, - "autoDesignWidth": true - } - }, - { - "pages": [ - "pages/index/index" - ], - "name": ".TestAbility", - "window": { - "designWidth": 720, - "autoDesignWidth": false - } - } - ], - "testRunner": { - "name": "OpenHarmonyTestRunner", - "srcPath": "TestRunner" - } - } +{ + "app": { + "bundleName": "com.example.xml", + "vendor": "example", + "version": { + "code": 1000000, + "name": "1.0.0" + }, + "apiVersion": { + "compatible": 4, + "target": 5 + } + }, + "deviceConfig": {}, + "module": { + "package": "com.example.xml", + "name": ".entry", + "mainAbility": ".MainAbility", + "srcPath": "", + "deviceType": [ + "tablet", + "default", + "phone" + ], + "distro": { + "deliveryWithInstall": true, + "moduleName": "entry", + "moduleType": "entry", + "installationFree": false + }, + "abilities": [ + { + "skills": [ + { + "entities": [ + "entity.system.home" + ], + "actions": [ + "action.system.home" + ] + } + ], + "orientation": "unspecified", + "formsEnabled": false, + "name": ".MainAbility", + "srcLanguage": "js", + "srcPath": "MainAbility", + "icon": "$media:icon", + "description": "$string:MainAbility_desc", + "label": "$string:MainAbility_label", + "type": "page", + "visible": true, + "launchType": "standard" + }, + { + "orientation": "unspecified", + "formsEnabled": false, + "name": ".TestAbility", + "srcLanguage": "js", + "srcPath": "TestAbility", + "icon": "$media:icon", + "description": "$string:TestAbility_desc", + "label": "$string:TestAbility_label", + "type": "page", + "visible": true, + "launchType": "standard" + } + ], + "js": [ + { + "pages": [ + "pages/index/index" + ], + "name": "default", + "window": { + "designWidth": 720, + "autoDesignWidth": true + } + }, + { + "pages": [ + "pages/index/index" + ], + "name": ".TestAbility", + "window": { + "designWidth": 720, + "autoDesignWidth": false + } + } + ], + "testRunner": { + "name": "OpenHarmonyTestRunner", + "srcPath": "TestRunner" + } + } } \ No newline at end of file diff --git a/communication/bluetooth_gatt/src/main/config.json b/communication/bluetooth_gatt/src/main/config.json index f1e6e9c72068b59855594fb3da39f11fa2db75ae..2309c75120be51feb4782be9abd0577afc97c151 100644 --- a/communication/bluetooth_gatt/src/main/config.json +++ b/communication/bluetooth_gatt/src/main/config.json @@ -1,146 +1,145 @@ -{ - "app": { - "bundleName": "ohos.acts.communication.bluetooth.bluetoothhost", - "vendor": "acts", - "version": { - "code": 1000000, - "name": "1.0.0" - }, - "apiVersion": { - "compatible": 4, - "target": 5 - } - }, - "deviceConfig": {}, - "module": { - "package": "ohos.acts.communication.bluetooth.bluetoothhost", - "name": ".entry", - "deviceType": [ - "tablet", - "default", - "phone", - "2in1" - ], - "distro": { - "deliveryWithInstall": true, - "moduleName": "entry", - "moduleType": "entry" - }, - "abilities": [ - { - "skills": [ - { - "entities": [ - "entity.system.home" - ], - "actions": [ - "action.system.home" - ] - } - ], - "orientation": "unspecified", - "formsEnabled": false, - "name": ".MainAbility", - "srcLanguage": "js", - "srcPath": "MainAbility", - "icon": "$media:icon", - "description": "$string:MainAbility_desc", - "label": "$string:MainAbility_label", - "type": "page", - "visible": true, - "launchType": "standard" - }, - { - "orientation": "unspecified", - "formsEnabled": false, - "name": ".TestAbility", - "srcLanguage": "js", - "srcPath": "TestAbility", - "icon": "$media:icon", - "description": "$string:TestAbility_desc", - "label": "$string:TestAbility_label", - "type": "page", - "visible": true, - "launchType": "standard" - } - ], - "js": [ - { - "pages": [ - "pages/index/index" - ], - "name": "default", - "window": { - "designWidth": 720, - "autoDesignWidth": false - } - }, - { - "pages": [ - "pages/index/index" - ], - "name": ".TestAbility", - "window": { - "designWidth": 720, - "autoDesignWidth": false - } - } - ], - "reqPermissions": [ - { - "name": "ohos.permission.USE_BLUETOOTH", - "reason": "", - "usedScene": { - "ability": [ - "ohos.acts.communication.bluetooth.bluetoothhost.MainAbility" - ], - "when": "inuse" - } - }, - { - "name": "ohos.permission.MANAGE_BLUETOOTH", - "reason": "", - "usedScene": { - "ability": [ - "ohos.acts.communication.bluetooth.bluetoothhost.MainAbility" - ], - "when": "inuse" - } - }, - { - "name": "ohos.permission.DISCOVER_BLUETOOTH", - "reason": "", - "usedScene": { - "ability": [ - "ohos.acts.communication.bluetooth.bluetoothhost.MainAbility" - ], - "when": "inuse" - } - }, - { - "name": "ohos.permission.GRANT_SENSITIVE_PERMISSIONS", - "reason": "use ohos.permission.GRANT_SENSITIVE_PERMISSIONS" - }, - { - "name": "ohos.permission.LOCATION", - "reason": "", - "usedScene": { - "ability": [ - "ohos.acts.communication.bluetooth.bluetoothhost.MainAbility" - ], - "when": "inuse" - } - }, - { - "name": "ohos.permission.REVOKE_SENSITIVE_PERMISSIONS", - "reason": "" - } - ], - "testRunner": { - "name": "OpenHarmonyTestRunner", - "srcPath": "TestRunner" - }, - "mainAbility": ".MainAbility", - "srcPath": "" - } +{ + "app": { + "bundleName": "ohos.acts.communication.bluetooth.bluetoothhost", + "vendor": "acts", + "version": { + "code": 1000000, + "name": "1.0.0" + }, + "apiVersion": { + "compatible": 4, + "target": 5 + } + }, + "deviceConfig": {}, + "module": { + "package": "ohos.acts.communication.bluetooth.bluetoothhost", + "name": ".entry", + "deviceType": [ + "tablet", + "default", + "phone" + ], + "distro": { + "deliveryWithInstall": true, + "moduleName": "entry", + "moduleType": "entry" + }, + "abilities": [ + { + "skills": [ + { + "entities": [ + "entity.system.home" + ], + "actions": [ + "action.system.home" + ] + } + ], + "orientation": "unspecified", + "formsEnabled": false, + "name": ".MainAbility", + "srcLanguage": "js", + "srcPath": "MainAbility", + "icon": "$media:icon", + "description": "$string:MainAbility_desc", + "label": "$string:MainAbility_label", + "type": "page", + "visible": true, + "launchType": "standard" + }, + { + "orientation": "unspecified", + "formsEnabled": false, + "name": ".TestAbility", + "srcLanguage": "js", + "srcPath": "TestAbility", + "icon": "$media:icon", + "description": "$string:TestAbility_desc", + "label": "$string:TestAbility_label", + "type": "page", + "visible": true, + "launchType": "standard" + } + ], + "js": [ + { + "pages": [ + "pages/index/index" + ], + "name": "default", + "window": { + "designWidth": 720, + "autoDesignWidth": false + } + }, + { + "pages": [ + "pages/index/index" + ], + "name": ".TestAbility", + "window": { + "designWidth": 720, + "autoDesignWidth": false + } + } + ], + "reqPermissions": [ + { + "name": "ohos.permission.USE_BLUETOOTH", + "reason": "", + "usedScene": { + "ability": [ + "ohos.acts.communication.bluetooth.bluetoothhost.MainAbility" + ], + "when": "inuse" + } + }, + { + "name": "ohos.permission.MANAGE_BLUETOOTH", + "reason": "", + "usedScene": { + "ability": [ + "ohos.acts.communication.bluetooth.bluetoothhost.MainAbility" + ], + "when": "inuse" + } + }, + { + "name": "ohos.permission.DISCOVER_BLUETOOTH", + "reason": "", + "usedScene": { + "ability": [ + "ohos.acts.communication.bluetooth.bluetoothhost.MainAbility" + ], + "when": "inuse" + } + }, + { + "name": "ohos.permission.GRANT_SENSITIVE_PERMISSIONS", + "reason": "use ohos.permission.GRANT_SENSITIVE_PERMISSIONS" + }, + { + "name": "ohos.permission.LOCATION", + "reason": "", + "usedScene": { + "ability": [ + "ohos.acts.communication.bluetooth.bluetoothhost.MainAbility" + ], + "when": "inuse" + } + }, + { + "name": "ohos.permission.REVOKE_SENSITIVE_PERMISSIONS", + "reason": "" + } + ], + "testRunner": { + "name": "OpenHarmonyTestRunner", + "srcPath": "TestRunner" + }, + "mainAbility": ".MainAbility", + "srcPath": "" + } } \ No newline at end of file diff --git a/communication/bluetooth_profile/src/main/config.json b/communication/bluetooth_profile/src/main/config.json index 953b2a7b27a11f9f9ebd2cd9ea7cb992cf661772..be7e6e67b672c79944d9cde31ee3614848f82b80 100644 --- a/communication/bluetooth_profile/src/main/config.json +++ b/communication/bluetooth_profile/src/main/config.json @@ -1,142 +1,141 @@ -{ - "app": { - "bundleName": "ohos.acts.communication.bluetooth.bluetoothhost", - "vendor": "acts", - "version": { - "code": 1000000, - "name": "1.0.0" - }, - "apiVersion": { - "compatible": 4, - "target": 5 - } - }, - "deviceConfig": {}, - "module": { - "package": "ohos.acts.communication.bluetooth.bluetoothhost", - "name": ".entry", - "deviceType": [ - "tablet", - "default", - "phone", - "2in1" - ], - "distro": { - "deliveryWithInstall": true, - "moduleName": "entry", - "moduleType": "entry" - }, - "abilities": [ - { - "skills": [ - { - "entities": [ - "entity.system.home" - ], - "actions": [ - "action.system.home" - ] - } - ], - "orientation": "unspecified", - "formsEnabled": false, - "name": ".MainAbility", - "srcLanguage": "js", - "srcPath": "MainAbility", - "icon": "$media:icon", - "description": "$string:MainAbility_desc", - "label": "$string:MainAbility_label", - "type": "page", - "visible": true, - "launchType": "standard" - }, - { - "orientation": "unspecified", - "formsEnabled": false, - "name": ".TestAbility", - "srcLanguage": "js", - "srcPath": "TestAbility", - "icon": "$media:icon", - "description": "$string:TestAbility_desc", - "label": "$string:TestAbility_label", - "type": "page", - "visible": true, - "launchType": "standard" - } - ], - "js": [ - { - "pages": [ - "pages/index/index" - ], - "name": "default", - "window": { - "designWidth": 720, - "autoDesignWidth": false - } - }, - { - "pages": [ - "pages/index/index" - ], - "name": ".TestAbility", - "window": { - "designWidth": 720, - "autoDesignWidth": false - } - } - ], - "reqPermissions": [ - { - "name": "ohos.permission.USE_BLUETOOTH", - "reason": "", - "usedScene": { - "ability": [ - "ohos.acts.communication.bluetooth.bluetoothhost.MainAbility" - ], - "when": "inuse" - } - }, - { - "name": "ohos.permission.MANAGE_BLUETOOTH", - "reason": "", - "usedScene": { - "ability": [ - "ohos.acts.communication.bluetooth.bluetoothhost.MainAbility" - ], - "when": "inuse" - } - }, - { - "name": "ohos.permission.GRANT_SENSITIVE_PERMISSIONS", - "reason": "use ohos.permission.GRANT_SENSITIVE_PERMISSIONS" - }, - { - "name": "ohos.permission.DISCOVER_BLUETOOTH", - "reason": "", - "usedScene": { - "ability": [ - "ohos.acts.communication.bluetooth.bluetoothhost.MainAbility" - ], - "when": "inuse" - } - }, - { - "name": "ohos.permission.LOCATION", - "reason": "", - "usedScene": { - "ability": [ - "ohos.acts.communication.bluetooth.bluetoothhost.MainAbility" - ], - "when": "inuse" - } - } - ], - "testRunner": { - "name": "OpenHarmonyTestRunner", - "srcPath": "TestRunner" - }, - "mainAbility": ".MainAbility", - "srcPath": "" - } +{ + "app": { + "bundleName": "ohos.acts.communication.bluetooth.bluetoothhost", + "vendor": "acts", + "version": { + "code": 1000000, + "name": "1.0.0" + }, + "apiVersion": { + "compatible": 4, + "target": 5 + } + }, + "deviceConfig": {}, + "module": { + "package": "ohos.acts.communication.bluetooth.bluetoothhost", + "name": ".entry", + "deviceType": [ + "tablet", + "default", + "phone" + ], + "distro": { + "deliveryWithInstall": true, + "moduleName": "entry", + "moduleType": "entry" + }, + "abilities": [ + { + "skills": [ + { + "entities": [ + "entity.system.home" + ], + "actions": [ + "action.system.home" + ] + } + ], + "orientation": "unspecified", + "formsEnabled": false, + "name": ".MainAbility", + "srcLanguage": "js", + "srcPath": "MainAbility", + "icon": "$media:icon", + "description": "$string:MainAbility_desc", + "label": "$string:MainAbility_label", + "type": "page", + "visible": true, + "launchType": "standard" + }, + { + "orientation": "unspecified", + "formsEnabled": false, + "name": ".TestAbility", + "srcLanguage": "js", + "srcPath": "TestAbility", + "icon": "$media:icon", + "description": "$string:TestAbility_desc", + "label": "$string:TestAbility_label", + "type": "page", + "visible": true, + "launchType": "standard" + } + ], + "js": [ + { + "pages": [ + "pages/index/index" + ], + "name": "default", + "window": { + "designWidth": 720, + "autoDesignWidth": false + } + }, + { + "pages": [ + "pages/index/index" + ], + "name": ".TestAbility", + "window": { + "designWidth": 720, + "autoDesignWidth": false + } + } + ], + "reqPermissions": [ + { + "name": "ohos.permission.USE_BLUETOOTH", + "reason": "", + "usedScene": { + "ability": [ + "ohos.acts.communication.bluetooth.bluetoothhost.MainAbility" + ], + "when": "inuse" + } + }, + { + "name": "ohos.permission.MANAGE_BLUETOOTH", + "reason": "", + "usedScene": { + "ability": [ + "ohos.acts.communication.bluetooth.bluetoothhost.MainAbility" + ], + "when": "inuse" + } + }, + { + "name": "ohos.permission.GRANT_SENSITIVE_PERMISSIONS", + "reason": "use ohos.permission.GRANT_SENSITIVE_PERMISSIONS" + }, + { + "name": "ohos.permission.DISCOVER_BLUETOOTH", + "reason": "", + "usedScene": { + "ability": [ + "ohos.acts.communication.bluetooth.bluetoothhost.MainAbility" + ], + "when": "inuse" + } + }, + { + "name": "ohos.permission.LOCATION", + "reason": "", + "usedScene": { + "ability": [ + "ohos.acts.communication.bluetooth.bluetoothhost.MainAbility" + ], + "when": "inuse" + } + } + ], + "testRunner": { + "name": "OpenHarmonyTestRunner", + "srcPath": "TestRunner" + }, + "mainAbility": ".MainAbility", + "srcPath": "" + } } \ No newline at end of file diff --git a/communication/bluetooth_scanpairing/src/main/config.json b/communication/bluetooth_scanpairing/src/main/config.json index 953b2a7b27a11f9f9ebd2cd9ea7cb992cf661772..be7e6e67b672c79944d9cde31ee3614848f82b80 100644 --- a/communication/bluetooth_scanpairing/src/main/config.json +++ b/communication/bluetooth_scanpairing/src/main/config.json @@ -1,142 +1,141 @@ -{ - "app": { - "bundleName": "ohos.acts.communication.bluetooth.bluetoothhost", - "vendor": "acts", - "version": { - "code": 1000000, - "name": "1.0.0" - }, - "apiVersion": { - "compatible": 4, - "target": 5 - } - }, - "deviceConfig": {}, - "module": { - "package": "ohos.acts.communication.bluetooth.bluetoothhost", - "name": ".entry", - "deviceType": [ - "tablet", - "default", - "phone", - "2in1" - ], - "distro": { - "deliveryWithInstall": true, - "moduleName": "entry", - "moduleType": "entry" - }, - "abilities": [ - { - "skills": [ - { - "entities": [ - "entity.system.home" - ], - "actions": [ - "action.system.home" - ] - } - ], - "orientation": "unspecified", - "formsEnabled": false, - "name": ".MainAbility", - "srcLanguage": "js", - "srcPath": "MainAbility", - "icon": "$media:icon", - "description": "$string:MainAbility_desc", - "label": "$string:MainAbility_label", - "type": "page", - "visible": true, - "launchType": "standard" - }, - { - "orientation": "unspecified", - "formsEnabled": false, - "name": ".TestAbility", - "srcLanguage": "js", - "srcPath": "TestAbility", - "icon": "$media:icon", - "description": "$string:TestAbility_desc", - "label": "$string:TestAbility_label", - "type": "page", - "visible": true, - "launchType": "standard" - } - ], - "js": [ - { - "pages": [ - "pages/index/index" - ], - "name": "default", - "window": { - "designWidth": 720, - "autoDesignWidth": false - } - }, - { - "pages": [ - "pages/index/index" - ], - "name": ".TestAbility", - "window": { - "designWidth": 720, - "autoDesignWidth": false - } - } - ], - "reqPermissions": [ - { - "name": "ohos.permission.USE_BLUETOOTH", - "reason": "", - "usedScene": { - "ability": [ - "ohos.acts.communication.bluetooth.bluetoothhost.MainAbility" - ], - "when": "inuse" - } - }, - { - "name": "ohos.permission.MANAGE_BLUETOOTH", - "reason": "", - "usedScene": { - "ability": [ - "ohos.acts.communication.bluetooth.bluetoothhost.MainAbility" - ], - "when": "inuse" - } - }, - { - "name": "ohos.permission.GRANT_SENSITIVE_PERMISSIONS", - "reason": "use ohos.permission.GRANT_SENSITIVE_PERMISSIONS" - }, - { - "name": "ohos.permission.DISCOVER_BLUETOOTH", - "reason": "", - "usedScene": { - "ability": [ - "ohos.acts.communication.bluetooth.bluetoothhost.MainAbility" - ], - "when": "inuse" - } - }, - { - "name": "ohos.permission.LOCATION", - "reason": "", - "usedScene": { - "ability": [ - "ohos.acts.communication.bluetooth.bluetoothhost.MainAbility" - ], - "when": "inuse" - } - } - ], - "testRunner": { - "name": "OpenHarmonyTestRunner", - "srcPath": "TestRunner" - }, - "mainAbility": ".MainAbility", - "srcPath": "" - } +{ + "app": { + "bundleName": "ohos.acts.communication.bluetooth.bluetoothhost", + "vendor": "acts", + "version": { + "code": 1000000, + "name": "1.0.0" + }, + "apiVersion": { + "compatible": 4, + "target": 5 + } + }, + "deviceConfig": {}, + "module": { + "package": "ohos.acts.communication.bluetooth.bluetoothhost", + "name": ".entry", + "deviceType": [ + "tablet", + "default", + "phone" + ], + "distro": { + "deliveryWithInstall": true, + "moduleName": "entry", + "moduleType": "entry" + }, + "abilities": [ + { + "skills": [ + { + "entities": [ + "entity.system.home" + ], + "actions": [ + "action.system.home" + ] + } + ], + "orientation": "unspecified", + "formsEnabled": false, + "name": ".MainAbility", + "srcLanguage": "js", + "srcPath": "MainAbility", + "icon": "$media:icon", + "description": "$string:MainAbility_desc", + "label": "$string:MainAbility_label", + "type": "page", + "visible": true, + "launchType": "standard" + }, + { + "orientation": "unspecified", + "formsEnabled": false, + "name": ".TestAbility", + "srcLanguage": "js", + "srcPath": "TestAbility", + "icon": "$media:icon", + "description": "$string:TestAbility_desc", + "label": "$string:TestAbility_label", + "type": "page", + "visible": true, + "launchType": "standard" + } + ], + "js": [ + { + "pages": [ + "pages/index/index" + ], + "name": "default", + "window": { + "designWidth": 720, + "autoDesignWidth": false + } + }, + { + "pages": [ + "pages/index/index" + ], + "name": ".TestAbility", + "window": { + "designWidth": 720, + "autoDesignWidth": false + } + } + ], + "reqPermissions": [ + { + "name": "ohos.permission.USE_BLUETOOTH", + "reason": "", + "usedScene": { + "ability": [ + "ohos.acts.communication.bluetooth.bluetoothhost.MainAbility" + ], + "when": "inuse" + } + }, + { + "name": "ohos.permission.MANAGE_BLUETOOTH", + "reason": "", + "usedScene": { + "ability": [ + "ohos.acts.communication.bluetooth.bluetoothhost.MainAbility" + ], + "when": "inuse" + } + }, + { + "name": "ohos.permission.GRANT_SENSITIVE_PERMISSIONS", + "reason": "use ohos.permission.GRANT_SENSITIVE_PERMISSIONS" + }, + { + "name": "ohos.permission.DISCOVER_BLUETOOTH", + "reason": "", + "usedScene": { + "ability": [ + "ohos.acts.communication.bluetooth.bluetoothhost.MainAbility" + ], + "when": "inuse" + } + }, + { + "name": "ohos.permission.LOCATION", + "reason": "", + "usedScene": { + "ability": [ + "ohos.acts.communication.bluetooth.bluetoothhost.MainAbility" + ], + "when": "inuse" + } + } + ], + "testRunner": { + "name": "OpenHarmonyTestRunner", + "srcPath": "TestRunner" + }, + "mainAbility": ".MainAbility", + "srcPath": "" + } } \ No newline at end of file diff --git a/communication/bluetooth_standard/src/main/config.json b/communication/bluetooth_standard/src/main/config.json index 589119ac7ed8abab33cfb582ef1d55f166c86451..2881d7e36b17fb50f9d69629c2008eee39328eab 100644 --- a/communication/bluetooth_standard/src/main/config.json +++ b/communication/bluetooth_standard/src/main/config.json @@ -1,142 +1,141 @@ -{ - "app": { - "bundleName": "ohos.acts.communication.bluetooth.bluetoothhost", - "vendor": "acts", - "version": { - "code": 1000000, - "name": "1.0.0" - }, - "apiVersion": { - "compatible": 4, - "target": 5 - } - }, - "deviceConfig": {}, - "module": { - "package": "ohos.acts.communication.bluetooth.bluetoothhost", - "name": ".entry", - "deviceType": [ - "tablet", - "default", - "phone", - "2in1" - ], - "distro": { - "deliveryWithInstall": true, - "moduleName": "entry", - "moduleType": "entry" - }, - "abilities": [ - { - "skills": [ - { - "entities": [ - "entity.system.home" - ], - "actions": [ - "action.system.home" - ] - } - ], - "orientation": "unspecified", - "formsEnabled": false, - "name": ".MainAbility", - "srcLanguage": "js", - "srcPath": "MainAbility", - "icon": "$media:icon", - "description": "$string:MainAbility_desc", - "label": "$string:MainAbility_label", - "type": "page", - "visible": true, - "launchType": "standard" - }, - { - "orientation": "unspecified", - "formsEnabled": false, - "name": ".TestAbility", - "srcLanguage": "js", - "srcPath": "TestAbility", - "icon": "$media:icon", - "description": "$string:TestAbility_desc", - "label": "$string:TestAbility_label", - "type": "page", - "visible": true, - "launchType": "standard" - } - ], - "js": [ - { - "pages": [ - "pages/index/index" - ], - "name": "default", - "window": { - "designWidth": 720, - "autoDesignWidth": false - } - }, - { - "pages": [ - "pages/index/index" - ], - "name": ".TestAbility", - "window": { - "designWidth": 720, - "autoDesignWidth": false - } - } - ], - "reqPermissions": [ - { - "name": "ohos.permission.USE_BLUETOOTH", - "reason": "", - "usedScene": { - "ability": [ - "ohos.acts.communication.bluetooth.bluetoothhost.MainAbility" - ], - "when": "inuse" - } - }, - { - "name": "ohos.permission.GRANT_SENSITIVE_PERMISSIONS", - "reason": "use ohos.permission.GRANT_SENSITIVE_PERMISSIONS" - }, - { - "name": "ohos.permission.MANAGE_BLUETOOTH", - "reason": "", - "usedScene": { - "ability": [ - "ohos.acts.communication.bluetooth.bluetoothhost.MainAbility" - ], - "when": "inuse" - } - }, - { - "name": "ohos.permission.DISCOVER_BLUETOOTH", - "reason": "", - "usedScene": { - "ability": [ - "ohos.acts.communication.bluetooth.bluetoothhost.MainAbility" - ], - "when": "inuse" - } - }, - { - "name": "ohos.permission.LOCATION", - "reason": "", - "usedScene": { - "ability": [ - "ohos.acts.communication.bluetooth.bluetoothhost.MainAbility" - ], - "when": "inuse" - } - } - ], - "testRunner": { - "name": "OpenHarmonyTestRunner", - "srcPath": "TestRunner" - }, - "mainAbility": ".MainAbility", - "srcPath": "" - } +{ + "app": { + "bundleName": "ohos.acts.communication.bluetooth.bluetoothhost", + "vendor": "acts", + "version": { + "code": 1000000, + "name": "1.0.0" + }, + "apiVersion": { + "compatible": 4, + "target": 5 + } + }, + "deviceConfig": {}, + "module": { + "package": "ohos.acts.communication.bluetooth.bluetoothhost", + "name": ".entry", + "deviceType": [ + "tablet", + "default", + "phone" + ], + "distro": { + "deliveryWithInstall": true, + "moduleName": "entry", + "moduleType": "entry" + }, + "abilities": [ + { + "skills": [ + { + "entities": [ + "entity.system.home" + ], + "actions": [ + "action.system.home" + ] + } + ], + "orientation": "unspecified", + "formsEnabled": false, + "name": ".MainAbility", + "srcLanguage": "js", + "srcPath": "MainAbility", + "icon": "$media:icon", + "description": "$string:MainAbility_desc", + "label": "$string:MainAbility_label", + "type": "page", + "visible": true, + "launchType": "standard" + }, + { + "orientation": "unspecified", + "formsEnabled": false, + "name": ".TestAbility", + "srcLanguage": "js", + "srcPath": "TestAbility", + "icon": "$media:icon", + "description": "$string:TestAbility_desc", + "label": "$string:TestAbility_label", + "type": "page", + "visible": true, + "launchType": "standard" + } + ], + "js": [ + { + "pages": [ + "pages/index/index" + ], + "name": "default", + "window": { + "designWidth": 720, + "autoDesignWidth": false + } + }, + { + "pages": [ + "pages/index/index" + ], + "name": ".TestAbility", + "window": { + "designWidth": 720, + "autoDesignWidth": false + } + } + ], + "reqPermissions": [ + { + "name": "ohos.permission.USE_BLUETOOTH", + "reason": "", + "usedScene": { + "ability": [ + "ohos.acts.communication.bluetooth.bluetoothhost.MainAbility" + ], + "when": "inuse" + } + }, + { + "name": "ohos.permission.GRANT_SENSITIVE_PERMISSIONS", + "reason": "use ohos.permission.GRANT_SENSITIVE_PERMISSIONS" + }, + { + "name": "ohos.permission.MANAGE_BLUETOOTH", + "reason": "", + "usedScene": { + "ability": [ + "ohos.acts.communication.bluetooth.bluetoothhost.MainAbility" + ], + "when": "inuse" + } + }, + { + "name": "ohos.permission.DISCOVER_BLUETOOTH", + "reason": "", + "usedScene": { + "ability": [ + "ohos.acts.communication.bluetooth.bluetoothhost.MainAbility" + ], + "when": "inuse" + } + }, + { + "name": "ohos.permission.LOCATION", + "reason": "", + "usedScene": { + "ability": [ + "ohos.acts.communication.bluetooth.bluetoothhost.MainAbility" + ], + "when": "inuse" + } + } + ], + "testRunner": { + "name": "OpenHarmonyTestRunner", + "srcPath": "TestRunner" + }, + "mainAbility": ".MainAbility", + "srcPath": "" + } } \ No newline at end of file diff --git a/communication/btmanager_errorcode401/src/main/config.json b/communication/btmanager_errorcode401/src/main/config.json index 953b2a7b27a11f9f9ebd2cd9ea7cb992cf661772..be7e6e67b672c79944d9cde31ee3614848f82b80 100644 --- a/communication/btmanager_errorcode401/src/main/config.json +++ b/communication/btmanager_errorcode401/src/main/config.json @@ -1,142 +1,141 @@ -{ - "app": { - "bundleName": "ohos.acts.communication.bluetooth.bluetoothhost", - "vendor": "acts", - "version": { - "code": 1000000, - "name": "1.0.0" - }, - "apiVersion": { - "compatible": 4, - "target": 5 - } - }, - "deviceConfig": {}, - "module": { - "package": "ohos.acts.communication.bluetooth.bluetoothhost", - "name": ".entry", - "deviceType": [ - "tablet", - "default", - "phone", - "2in1" - ], - "distro": { - "deliveryWithInstall": true, - "moduleName": "entry", - "moduleType": "entry" - }, - "abilities": [ - { - "skills": [ - { - "entities": [ - "entity.system.home" - ], - "actions": [ - "action.system.home" - ] - } - ], - "orientation": "unspecified", - "formsEnabled": false, - "name": ".MainAbility", - "srcLanguage": "js", - "srcPath": "MainAbility", - "icon": "$media:icon", - "description": "$string:MainAbility_desc", - "label": "$string:MainAbility_label", - "type": "page", - "visible": true, - "launchType": "standard" - }, - { - "orientation": "unspecified", - "formsEnabled": false, - "name": ".TestAbility", - "srcLanguage": "js", - "srcPath": "TestAbility", - "icon": "$media:icon", - "description": "$string:TestAbility_desc", - "label": "$string:TestAbility_label", - "type": "page", - "visible": true, - "launchType": "standard" - } - ], - "js": [ - { - "pages": [ - "pages/index/index" - ], - "name": "default", - "window": { - "designWidth": 720, - "autoDesignWidth": false - } - }, - { - "pages": [ - "pages/index/index" - ], - "name": ".TestAbility", - "window": { - "designWidth": 720, - "autoDesignWidth": false - } - } - ], - "reqPermissions": [ - { - "name": "ohos.permission.USE_BLUETOOTH", - "reason": "", - "usedScene": { - "ability": [ - "ohos.acts.communication.bluetooth.bluetoothhost.MainAbility" - ], - "when": "inuse" - } - }, - { - "name": "ohos.permission.MANAGE_BLUETOOTH", - "reason": "", - "usedScene": { - "ability": [ - "ohos.acts.communication.bluetooth.bluetoothhost.MainAbility" - ], - "when": "inuse" - } - }, - { - "name": "ohos.permission.GRANT_SENSITIVE_PERMISSIONS", - "reason": "use ohos.permission.GRANT_SENSITIVE_PERMISSIONS" - }, - { - "name": "ohos.permission.DISCOVER_BLUETOOTH", - "reason": "", - "usedScene": { - "ability": [ - "ohos.acts.communication.bluetooth.bluetoothhost.MainAbility" - ], - "when": "inuse" - } - }, - { - "name": "ohos.permission.LOCATION", - "reason": "", - "usedScene": { - "ability": [ - "ohos.acts.communication.bluetooth.bluetoothhost.MainAbility" - ], - "when": "inuse" - } - } - ], - "testRunner": { - "name": "OpenHarmonyTestRunner", - "srcPath": "TestRunner" - }, - "mainAbility": ".MainAbility", - "srcPath": "" - } +{ + "app": { + "bundleName": "ohos.acts.communication.bluetooth.bluetoothhost", + "vendor": "acts", + "version": { + "code": 1000000, + "name": "1.0.0" + }, + "apiVersion": { + "compatible": 4, + "target": 5 + } + }, + "deviceConfig": {}, + "module": { + "package": "ohos.acts.communication.bluetooth.bluetoothhost", + "name": ".entry", + "deviceType": [ + "tablet", + "default", + "phone" + ], + "distro": { + "deliveryWithInstall": true, + "moduleName": "entry", + "moduleType": "entry" + }, + "abilities": [ + { + "skills": [ + { + "entities": [ + "entity.system.home" + ], + "actions": [ + "action.system.home" + ] + } + ], + "orientation": "unspecified", + "formsEnabled": false, + "name": ".MainAbility", + "srcLanguage": "js", + "srcPath": "MainAbility", + "icon": "$media:icon", + "description": "$string:MainAbility_desc", + "label": "$string:MainAbility_label", + "type": "page", + "visible": true, + "launchType": "standard" + }, + { + "orientation": "unspecified", + "formsEnabled": false, + "name": ".TestAbility", + "srcLanguage": "js", + "srcPath": "TestAbility", + "icon": "$media:icon", + "description": "$string:TestAbility_desc", + "label": "$string:TestAbility_label", + "type": "page", + "visible": true, + "launchType": "standard" + } + ], + "js": [ + { + "pages": [ + "pages/index/index" + ], + "name": "default", + "window": { + "designWidth": 720, + "autoDesignWidth": false + } + }, + { + "pages": [ + "pages/index/index" + ], + "name": ".TestAbility", + "window": { + "designWidth": 720, + "autoDesignWidth": false + } + } + ], + "reqPermissions": [ + { + "name": "ohos.permission.USE_BLUETOOTH", + "reason": "", + "usedScene": { + "ability": [ + "ohos.acts.communication.bluetooth.bluetoothhost.MainAbility" + ], + "when": "inuse" + } + }, + { + "name": "ohos.permission.MANAGE_BLUETOOTH", + "reason": "", + "usedScene": { + "ability": [ + "ohos.acts.communication.bluetooth.bluetoothhost.MainAbility" + ], + "when": "inuse" + } + }, + { + "name": "ohos.permission.GRANT_SENSITIVE_PERMISSIONS", + "reason": "use ohos.permission.GRANT_SENSITIVE_PERMISSIONS" + }, + { + "name": "ohos.permission.DISCOVER_BLUETOOTH", + "reason": "", + "usedScene": { + "ability": [ + "ohos.acts.communication.bluetooth.bluetoothhost.MainAbility" + ], + "when": "inuse" + } + }, + { + "name": "ohos.permission.LOCATION", + "reason": "", + "usedScene": { + "ability": [ + "ohos.acts.communication.bluetooth.bluetoothhost.MainAbility" + ], + "when": "inuse" + } + } + ], + "testRunner": { + "name": "OpenHarmonyTestRunner", + "srcPath": "TestRunner" + }, + "mainAbility": ".MainAbility", + "srcPath": "" + } } \ No newline at end of file diff --git a/communication/btmanager_switchoff/src/main/config.json b/communication/btmanager_switchoff/src/main/config.json index 953b2a7b27a11f9f9ebd2cd9ea7cb992cf661772..be7e6e67b672c79944d9cde31ee3614848f82b80 100644 --- a/communication/btmanager_switchoff/src/main/config.json +++ b/communication/btmanager_switchoff/src/main/config.json @@ -1,142 +1,141 @@ -{ - "app": { - "bundleName": "ohos.acts.communication.bluetooth.bluetoothhost", - "vendor": "acts", - "version": { - "code": 1000000, - "name": "1.0.0" - }, - "apiVersion": { - "compatible": 4, - "target": 5 - } - }, - "deviceConfig": {}, - "module": { - "package": "ohos.acts.communication.bluetooth.bluetoothhost", - "name": ".entry", - "deviceType": [ - "tablet", - "default", - "phone", - "2in1" - ], - "distro": { - "deliveryWithInstall": true, - "moduleName": "entry", - "moduleType": "entry" - }, - "abilities": [ - { - "skills": [ - { - "entities": [ - "entity.system.home" - ], - "actions": [ - "action.system.home" - ] - } - ], - "orientation": "unspecified", - "formsEnabled": false, - "name": ".MainAbility", - "srcLanguage": "js", - "srcPath": "MainAbility", - "icon": "$media:icon", - "description": "$string:MainAbility_desc", - "label": "$string:MainAbility_label", - "type": "page", - "visible": true, - "launchType": "standard" - }, - { - "orientation": "unspecified", - "formsEnabled": false, - "name": ".TestAbility", - "srcLanguage": "js", - "srcPath": "TestAbility", - "icon": "$media:icon", - "description": "$string:TestAbility_desc", - "label": "$string:TestAbility_label", - "type": "page", - "visible": true, - "launchType": "standard" - } - ], - "js": [ - { - "pages": [ - "pages/index/index" - ], - "name": "default", - "window": { - "designWidth": 720, - "autoDesignWidth": false - } - }, - { - "pages": [ - "pages/index/index" - ], - "name": ".TestAbility", - "window": { - "designWidth": 720, - "autoDesignWidth": false - } - } - ], - "reqPermissions": [ - { - "name": "ohos.permission.USE_BLUETOOTH", - "reason": "", - "usedScene": { - "ability": [ - "ohos.acts.communication.bluetooth.bluetoothhost.MainAbility" - ], - "when": "inuse" - } - }, - { - "name": "ohos.permission.MANAGE_BLUETOOTH", - "reason": "", - "usedScene": { - "ability": [ - "ohos.acts.communication.bluetooth.bluetoothhost.MainAbility" - ], - "when": "inuse" - } - }, - { - "name": "ohos.permission.GRANT_SENSITIVE_PERMISSIONS", - "reason": "use ohos.permission.GRANT_SENSITIVE_PERMISSIONS" - }, - { - "name": "ohos.permission.DISCOVER_BLUETOOTH", - "reason": "", - "usedScene": { - "ability": [ - "ohos.acts.communication.bluetooth.bluetoothhost.MainAbility" - ], - "when": "inuse" - } - }, - { - "name": "ohos.permission.LOCATION", - "reason": "", - "usedScene": { - "ability": [ - "ohos.acts.communication.bluetooth.bluetoothhost.MainAbility" - ], - "when": "inuse" - } - } - ], - "testRunner": { - "name": "OpenHarmonyTestRunner", - "srcPath": "TestRunner" - }, - "mainAbility": ".MainAbility", - "srcPath": "" - } +{ + "app": { + "bundleName": "ohos.acts.communication.bluetooth.bluetoothhost", + "vendor": "acts", + "version": { + "code": 1000000, + "name": "1.0.0" + }, + "apiVersion": { + "compatible": 4, + "target": 5 + } + }, + "deviceConfig": {}, + "module": { + "package": "ohos.acts.communication.bluetooth.bluetoothhost", + "name": ".entry", + "deviceType": [ + "tablet", + "default", + "phone" + ], + "distro": { + "deliveryWithInstall": true, + "moduleName": "entry", + "moduleType": "entry" + }, + "abilities": [ + { + "skills": [ + { + "entities": [ + "entity.system.home" + ], + "actions": [ + "action.system.home" + ] + } + ], + "orientation": "unspecified", + "formsEnabled": false, + "name": ".MainAbility", + "srcLanguage": "js", + "srcPath": "MainAbility", + "icon": "$media:icon", + "description": "$string:MainAbility_desc", + "label": "$string:MainAbility_label", + "type": "page", + "visible": true, + "launchType": "standard" + }, + { + "orientation": "unspecified", + "formsEnabled": false, + "name": ".TestAbility", + "srcLanguage": "js", + "srcPath": "TestAbility", + "icon": "$media:icon", + "description": "$string:TestAbility_desc", + "label": "$string:TestAbility_label", + "type": "page", + "visible": true, + "launchType": "standard" + } + ], + "js": [ + { + "pages": [ + "pages/index/index" + ], + "name": "default", + "window": { + "designWidth": 720, + "autoDesignWidth": false + } + }, + { + "pages": [ + "pages/index/index" + ], + "name": ".TestAbility", + "window": { + "designWidth": 720, + "autoDesignWidth": false + } + } + ], + "reqPermissions": [ + { + "name": "ohos.permission.USE_BLUETOOTH", + "reason": "", + "usedScene": { + "ability": [ + "ohos.acts.communication.bluetooth.bluetoothhost.MainAbility" + ], + "when": "inuse" + } + }, + { + "name": "ohos.permission.MANAGE_BLUETOOTH", + "reason": "", + "usedScene": { + "ability": [ + "ohos.acts.communication.bluetooth.bluetoothhost.MainAbility" + ], + "when": "inuse" + } + }, + { + "name": "ohos.permission.GRANT_SENSITIVE_PERMISSIONS", + "reason": "use ohos.permission.GRANT_SENSITIVE_PERMISSIONS" + }, + { + "name": "ohos.permission.DISCOVER_BLUETOOTH", + "reason": "", + "usedScene": { + "ability": [ + "ohos.acts.communication.bluetooth.bluetoothhost.MainAbility" + ], + "when": "inuse" + } + }, + { + "name": "ohos.permission.LOCATION", + "reason": "", + "usedScene": { + "ability": [ + "ohos.acts.communication.bluetooth.bluetoothhost.MainAbility" + ], + "when": "inuse" + } + } + ], + "testRunner": { + "name": "OpenHarmonyTestRunner", + "srcPath": "TestRunner" + }, + "mainAbility": ".MainAbility", + "srcPath": "" + } } \ No newline at end of file diff --git a/communication/dsoftbus/rpc/src/main/config.json b/communication/dsoftbus/rpc/src/main/config.json index c007e193c4c8a108788309ba6ea8deb2e02255ca..ce60023e66b31457f58defe1f6a74bf1b71913bb 100644 --- a/communication/dsoftbus/rpc/src/main/config.json +++ b/communication/dsoftbus/rpc/src/main/config.json @@ -1,107 +1,107 @@ { - "app": { - "bundleName": "com.ohos.rpctest", - "vendor": "example", - "version": { - "code": 1000000, - "name": "1.0.0" - }, - "apiVersion": { - "compatible": 4, - "target": 5 - } + "app": { + "bundleName": "com.ohos.rpctest", + "vendor": "example", + "version": { + "code": 1000000, + "name": "1.0.0" }, - "deviceConfig": {}, - "module": { - "reqPermissions": [ - { - "name": "ohos.permission.DISTRIBUTED_DATASYNC" - }, - { - "name": "ohos.permission.GET_DISTRIBUTED_DEVICE_INFO" - }, - { - "name": "ohos.permission.GET_BUNDLE_INFO" - } - ], - "package": "com.ohos.rpctest", - "name": "com.ohos.rpctest.MyApplication", - "mainAbility": ".MainAbility", - "srcPath": "", - "deviceType": [ - "tablet", - "default", - "phone", - "2in1" + "apiVersion": { + "compatible": 4, + "target": 5 + } + }, + "deviceConfig": {}, + "module": { + + "reqPermissions": [ + { + "name": "ohos.permission.DISTRIBUTED_DATASYNC" + }, + { + "name": "ohos.permission.GET_DISTRIBUTED_DEVICE_INFO" + }, + { + "name": "ohos.permission.GET_BUNDLE_INFO" + } + ], + "package": "com.ohos.rpctest", + "name": "com.ohos.rpctest.MyApplication", + "mainAbility": ".MainAbility", + "srcPath": "", + "deviceType": [ + "tablet", + "default", + "phone" + ], + "distro": { + "deliveryWithInstall": true, + "moduleName": "entry", + "moduleType": "entry" + }, + "abilities": [ + { + "skills": [ + { + "entities": [ + "entity.system.home" + ], + "actions": [ + "action.system.home" + ] + } ], - "distro": { - "deliveryWithInstall": true, - "moduleName": "entry", - "moduleType": "entry" + "orientation": "unspecified", + "formsEnabled": false, + "name": ".MainAbility", + "srcLanguage": "js", + "srcPath": "MainAbility", + "icon": "$media:icon", + "description": "$string:MainAbility_desc", + "label": "$string:MainAbility_label", + "type": "page", + "visible": true, + "launchType": "standard" }, - "abilities": [ - { - "skills": [ - { - "entities": [ - "entity.system.home" - ], - "actions": [ - "action.system.home" - ] - } - ], - "orientation": "unspecified", - "formsEnabled": false, - "name": ".MainAbility", - "srcLanguage": "js", - "srcPath": "MainAbility", - "icon": "$media:icon", - "description": "$string:MainAbility_desc", - "label": "$string:MainAbility_label", - "type": "page", - "visible": true, - "launchType": "standard" - }, - { - "orientation": "unspecified", - "formsEnabled": false, - "name": ".TestAbility", - "srcLanguage": "js", - "srcPath": "TestAbility", - "icon": "$media:icon", - "description": "$string:TestAbility_desc", - "label": "$string:TestAbility_label", - "type": "page", - "visible": true, - "launchType": "standard" - } + { + "orientation": "unspecified", + "formsEnabled": false, + "name": ".TestAbility", + "srcLanguage": "js", + "srcPath": "TestAbility", + "icon": "$media:icon", + "description": "$string:TestAbility_desc", + "label": "$string:TestAbility_label", + "type": "page", + "visible": true, + "launchType": "standard" + } + ], + "js": [ + { + "pages": [ + "pages/index/index" ], - "js": [ - { - "pages": [ - "pages/index/index" - ], - "name": "default", - "window": { - "designWidth": 720, - "autoDesignWidth": false - } - }, - { - "pages": [ - "pages/index/index" - ], - "name": ".TestAbility", - "window": { - "designWidth": 720, - "autoDesignWidth": false - } - } + "name": "default", + "window": { + "designWidth": 720, + "autoDesignWidth": false + } + }, + { + "pages": [ + "pages/index/index" ], - "testRunner": { - "name": "OpenHarmonyTestRunner", - "srcPath": "TestRunner" + "name": ".TestAbility", + "window": { + "designWidth": 720, + "autoDesignWidth": false } - } + } + ], + "testRunner": { + "name": "OpenHarmonyTestRunner", + "srcPath": "TestRunner" + } + } } \ No newline at end of file diff --git a/communication/dsoftbus/rpc_request/src/main/config.json b/communication/dsoftbus/rpc_request/src/main/config.json index 7ad1533ed7d4cdbdba25982393ca0c8684074f76..e665be5b395cbf09427242f8d706752004ffe758 100644 --- a/communication/dsoftbus/rpc_request/src/main/config.json +++ b/communication/dsoftbus/rpc_request/src/main/config.json @@ -1,107 +1,107 @@ { - "app": { - "bundleName": "com.ohos.rpcrequesttest", - "vendor": "example", - "version": { - "code": 1000000, - "name": "1.0.0" - }, - "apiVersion": { - "compatible": 4, - "target": 5 - } + "app": { + "bundleName": "com.ohos.rpcrequesttest", + "vendor": "example", + "version": { + "code": 1000000, + "name": "1.0.0" }, - "deviceConfig": {}, - "module": { - "reqPermissions": [ - { - "name": "ohos.permission.DISTRIBUTED_DATASYNC" - }, - { - "name": "ohos.permission.GET_DISTRIBUTED_DEVICE_INFO" - }, - { - "name": "ohos.permission.GET_BUNDLE_INFO" - } - ], - "package": "com.ohos.rpcrequesttest", - "name": "com.ohos.rpcrequesttest.MyApplication", - "mainAbility": ".MainAbility", - "srcPath": "", - "deviceType": [ - "tablet", - "default", - "phone", - "2in1" + "apiVersion": { + "compatible": 4, + "target": 5 + } + }, + "deviceConfig": {}, + "module": { + + "reqPermissions": [ + { + "name": "ohos.permission.DISTRIBUTED_DATASYNC" + }, + { + "name": "ohos.permission.GET_DISTRIBUTED_DEVICE_INFO" + }, + { + "name": "ohos.permission.GET_BUNDLE_INFO" + } + ], + "package": "com.ohos.rpcrequesttest", + "name": "com.ohos.rpcrequesttest.MyApplication", + "mainAbility": ".MainAbility", + "srcPath": "", + "deviceType": [ + "tablet", + "default", + "phone" + ], + "distro": { + "deliveryWithInstall": true, + "moduleName": "entry", + "moduleType": "entry" + }, + "abilities": [ + { + "skills": [ + { + "entities": [ + "entity.system.home" + ], + "actions": [ + "action.system.home" + ] + } ], - "distro": { - "deliveryWithInstall": true, - "moduleName": "entry", - "moduleType": "entry" + "orientation": "unspecified", + "formsEnabled": false, + "name": ".MainAbility", + "srcLanguage": "js", + "srcPath": "MainAbility", + "icon": "$media:icon", + "description": "$string:MainAbility_desc", + "label": "$string:MainAbility_label", + "type": "page", + "visible": true, + "launchType": "standard" }, - "abilities": [ - { - "skills": [ - { - "entities": [ - "entity.system.home" - ], - "actions": [ - "action.system.home" - ] - } - ], - "orientation": "unspecified", - "formsEnabled": false, - "name": ".MainAbility", - "srcLanguage": "js", - "srcPath": "MainAbility", - "icon": "$media:icon", - "description": "$string:MainAbility_desc", - "label": "$string:MainAbility_label", - "type": "page", - "visible": true, - "launchType": "standard" - }, - { - "orientation": "unspecified", - "formsEnabled": false, - "name": ".TestAbility", - "srcLanguage": "js", - "srcPath": "TestAbility", - "icon": "$media:icon", - "description": "$string:TestAbility_desc", - "label": "$string:TestAbility_label", - "type": "page", - "visible": true, - "launchType": "standard" - } + { + "orientation": "unspecified", + "formsEnabled": false, + "name": ".TestAbility", + "srcLanguage": "js", + "srcPath": "TestAbility", + "icon": "$media:icon", + "description": "$string:TestAbility_desc", + "label": "$string:TestAbility_label", + "type": "page", + "visible": true, + "launchType": "standard" + } + ], + "js": [ + { + "pages": [ + "pages/index/index" ], - "js": [ - { - "pages": [ - "pages/index/index" - ], - "name": "default", - "window": { - "designWidth": 720, - "autoDesignWidth": false - } - }, - { - "pages": [ - "pages/index/index" - ], - "name": ".TestAbility", - "window": { - "designWidth": 720, - "autoDesignWidth": false - } - } + "name": "default", + "window": { + "designWidth": 720, + "autoDesignWidth": false + } + }, + { + "pages": [ + "pages/index/index" ], - "testRunner": { - "name": "OpenHarmonyTestRunner", - "srcPath": "TestRunner" + "name": ".TestAbility", + "window": { + "designWidth": 720, + "autoDesignWidth": false } - } + } + ], + "testRunner": { + "name": "OpenHarmonyTestRunner", + "srcPath": "TestRunner" + } + } } \ No newline at end of file diff --git a/communication/nfc_Controller/src/main/config.json b/communication/nfc_Controller/src/main/config.json index 8b995e83a9aa9e0ce2da01d24c48e99f3fe61dc2..c2fe619d9f4bd66d8860d66647a934cd0f09ebaf 100644 --- a/communication/nfc_Controller/src/main/config.json +++ b/communication/nfc_Controller/src/main/config.json @@ -17,10 +17,9 @@ "name": ".entry", "mainAbility": ".MainAbility", "deviceType": [ - "tablet", - "default", - "phone", - "2in1" + "tablet", + "default", + "phone" ], "distro": { "deliveryWithInstall": true, @@ -103,4 +102,4 @@ }, "srcPath": "" } -} \ No newline at end of file +} diff --git a/communication/nfc_ErrorCode/src/main/config.json b/communication/nfc_ErrorCode/src/main/config.json index 8b995e83a9aa9e0ce2da01d24c48e99f3fe61dc2..76fd2b3ec9618420ef60bd03289bda3e5db8ec86 100644 --- a/communication/nfc_ErrorCode/src/main/config.json +++ b/communication/nfc_ErrorCode/src/main/config.json @@ -1,106 +1,105 @@ -{ - "app": { - "bundleName": "ohos.acts.communication.nfc.nfcdevice", - "vendor": "acts", - "version": { - "code": 1000000, - "name": "1.0.0" - }, - "apiVersion": { - "compatible": 4, - "target": 5 - } - }, - "deviceConfig": {}, - "module": { - "package": "ohos.acts.communication.nfc.nfcdevice", - "name": ".entry", - "mainAbility": ".MainAbility", - "deviceType": [ - "tablet", - "default", - "phone", - "2in1" - ], - "distro": { - "deliveryWithInstall": true, - "moduleName": "nfc_standard", - "moduleType": "entry" - }, - "abilities": [ - { - "skills": [ - { - "entities": [ - "entity.system.home" - ], - "actions": [ - "action.system.home" - ] - } - ], - "orientation": "unspecified", - "formsEnabled": false, - "name": ".MainAbility", - "srcLanguage": "js", - "srcPath": "MainAbility", - "icon": "$media:icon", - "description": "$string:MainAbility_desc", - "label": "$string:MainAbility_label", - "type": "page", - "visible": true, - "launchType": "standard" - }, - { - "orientation": "unspecified", - "formsEnabled": false, - "name": ".TestAbility", - "srcLanguage": "js", - "srcPath": "TestAbility", - "icon": "$media:icon", - "description": "$string:TestAbility_desc", - "label": "$string:TestAbility_label", - "type": "page", - "visible": true, - "launchType": "standard" - } - ], - "js": [ - { - "pages": [ - "pages/index/index" - ], - "name": "default", - "window": { - "designWidth": 720, - "autoDesignWidth": false - } - }, - { - "pages": [ - "pages/index/index" - ], - "name": ".TestAbility", - "window": { - "designWidth": 720, - "autoDesignWidth": false - } - } - ], - "reqPermissions": [ - { - "name": "ohos.permission.NFC_CARD_EMULATION", - "reason": "use ohos.permission.SET_nfc_INFO" - }, - { - "name": "ohos.permission.NFC_TAG", - "reason": "use ohos.permission.NFC_TAG" - } - ], - "testRunner": { - "name": "OpenHarmonyTestRunner", - "srcPath": "TestRunner" - }, - "srcPath": "" - } -} \ No newline at end of file +{ + "app": { + "bundleName": "ohos.acts.communication.nfc.nfcdevice", + "vendor": "acts", + "version": { + "code": 1000000, + "name": "1.0.0" + }, + "apiVersion": { + "compatible": 4, + "target": 5 + } + }, + "deviceConfig": {}, + "module": { + "package": "ohos.acts.communication.nfc.nfcdevice", + "name": ".entry", + "mainAbility": ".MainAbility", + "deviceType": [ + "tablet", + "default", + "phone" + ], + "distro": { + "deliveryWithInstall": true, + "moduleName": "nfc_standard", + "moduleType": "entry" + }, + "abilities": [ + { + "skills": [ + { + "entities": [ + "entity.system.home" + ], + "actions": [ + "action.system.home" + ] + } + ], + "orientation": "unspecified", + "formsEnabled": false, + "name": ".MainAbility", + "srcLanguage": "js", + "srcPath": "MainAbility", + "icon": "$media:icon", + "description": "$string:MainAbility_desc", + "label": "$string:MainAbility_label", + "type": "page", + "visible": true, + "launchType": "standard" + }, + { + "orientation": "unspecified", + "formsEnabled": false, + "name": ".TestAbility", + "srcLanguage": "js", + "srcPath": "TestAbility", + "icon": "$media:icon", + "description": "$string:TestAbility_desc", + "label": "$string:TestAbility_label", + "type": "page", + "visible": true, + "launchType": "standard" + } + ], + "js": [ + { + "pages": [ + "pages/index/index" + ], + "name": "default", + "window": { + "designWidth": 720, + "autoDesignWidth": false + } + }, + { + "pages": [ + "pages/index/index" + ], + "name": ".TestAbility", + "window": { + "designWidth": 720, + "autoDesignWidth": false + } + } + ], + "reqPermissions": [ + { + "name": "ohos.permission.NFC_CARD_EMULATION", + "reason": "use ohos.permission.SET_nfc_INFO" + }, + { + "name": "ohos.permission.NFC_TAG", + "reason": "use ohos.permission.NFC_TAG" + } + ], + "testRunner": { + "name": "OpenHarmonyTestRunner", + "srcPath": "TestRunner" + }, + "srcPath": "" + } +} diff --git a/communication/wifi_ErrorCode201/src/main/config.json b/communication/wifi_ErrorCode201/src/main/config.json index abdca4d547e86e1e7f35aa7982dae6822e8d44a4..ecfcad1e1d6ba53493cc2d8a895427d2a6d30248 100644 --- a/communication/wifi_ErrorCode201/src/main/config.json +++ b/communication/wifi_ErrorCode201/src/main/config.json @@ -1,134 +1,133 @@ -{ - "app": { - "bundleName": "ohos.acts.communication.wifi.wifidevice", - "vendor": "acts", - "version": { - "code": 1000000, - "name": "1.0.0" - }, - "apiVersion": { - "compatible": 4, - "target": 5 - } - }, - "deviceConfig": {}, - "module": { - "package": "ohos.acts.communication.wifi.wifidevice", - "name": ".entry", - "mainAbility": ".MainAbility", - "deviceType": [ - "tablet", - "default", - "phone", - "2in1" - ], - "distro": { - "deliveryWithInstall": true, - "moduleName": "wifi_standard", - "moduleType": "entry" - }, - "abilities": [ - { - "skills": [ - { - "entities": [ - "entity.system.home" - ], - "actions": [ - "action.system.home" - ] - } - ], - "orientation": "unspecified", - "formsEnabled": false, - "name": ".MainAbility", - "srcLanguage": "js", - "srcPath": "MainAbility", - "icon": "$media:icon", - "description": "$string:MainAbility_desc", - "label": "$string:MainAbility_label", - "type": "page", - "visible": true, - "launchType": "standard" - }, - { - "orientation": "unspecified", - "formsEnabled": false, - "name": ".TestAbility", - "srcLanguage": "js", - "srcPath": "TestAbility", - "icon": "$media:icon", - "description": "$string:TestAbility_desc", - "label": "$string:TestAbility_label", - "type": "page", - "visible": true, - "launchType": "standard" - } - ], - "js": [ - { - "pages": [ - "pages/index/index" - ], - "name": "default", - "window": { - "designWidth": 720, - "autoDesignWidth": false - } - }, - { - "pages": [ - "pages/index/index" - ], - "name": ".TestAbility", - "window": { - "designWidth": 720, - "autoDesignWidth": false - } - } - ], - "defPermissions": [ - { - "availableScope": [], - "grantMode": "user_grant", - "name": "ohos.permission.ACCESS_LOCATION", - "availableLevel": "system_basic", - "provisionEnable": true, - "distributedSceneEnable": true, - "label": "ACCESS_LOCATION label", - "description": "ACCESS_LOCATION description" - }, - { - "availableScope": [], - "grantMode": "system_grant", - "name": "ohos.permission.MANAGE_SECURE_SETTINGS", - "availableLevel": "system_basic", - "provisionEnable": true, - "distributedSceneEnable": false, - "label": "MANAGE_SECURE_SETTINGS label", - "description": "MANAGE_SECURE_SETTINGS description" - }, - { - "availableScope": [], - "grantMode": "user_grant", - "name": "ohos.permission.LOCATION", - "availableLevel": "system_basic", - "provisionEnable": true, - "distributedSceneEnable": true, - "label": "LOCATION label", - "description": "LOCATION description" - } - ], - "reqPermissions": [ - { - "name": "ohos.permission.GET_NFC_INFO", - "reason": "use ohos.permission.GET_NFC_INFO" - } - ], - "testRunner": { - "name": "OpenHarmonyTestRunner", - "srcPath": "TestRunner" - }, - "srcPath": "" - } +{ + "app": { + "bundleName": "ohos.acts.communication.wifi.wifidevice", + "vendor": "acts", + "version": { + "code": 1000000, + "name": "1.0.0" + }, + "apiVersion": { + "compatible": 4, + "target": 5 + } + }, + "deviceConfig": {}, + "module": { + "package": "ohos.acts.communication.wifi.wifidevice", + "name": ".entry", + "mainAbility": ".MainAbility", + "deviceType": [ + "tablet", + "default", + "phone" + ], + "distro": { + "deliveryWithInstall": true, + "moduleName": "wifi_standard", + "moduleType": "entry" + }, + "abilities": [ + { + "skills": [ + { + "entities": [ + "entity.system.home" + ], + "actions": [ + "action.system.home" + ] + } + ], + "orientation": "unspecified", + "formsEnabled": false, + "name": ".MainAbility", + "srcLanguage": "js", + "srcPath": "MainAbility", + "icon": "$media:icon", + "description": "$string:MainAbility_desc", + "label": "$string:MainAbility_label", + "type": "page", + "visible": true, + "launchType": "standard" + }, + { + "orientation": "unspecified", + "formsEnabled": false, + "name": ".TestAbility", + "srcLanguage": "js", + "srcPath": "TestAbility", + "icon": "$media:icon", + "description": "$string:TestAbility_desc", + "label": "$string:TestAbility_label", + "type": "page", + "visible": true, + "launchType": "standard" + } + ], + "js": [ + { + "pages": [ + "pages/index/index" + ], + "name": "default", + "window": { + "designWidth": 720, + "autoDesignWidth": false + } + }, + { + "pages": [ + "pages/index/index" + ], + "name": ".TestAbility", + "window": { + "designWidth": 720, + "autoDesignWidth": false + } + } + ], + "defPermissions": [ + { + "availableScope": [], + "grantMode": "user_grant", + "name": "ohos.permission.ACCESS_LOCATION", + "availableLevel": "system_basic", + "provisionEnable": true, + "distributedSceneEnable": true, + "label": "ACCESS_LOCATION label", + "description": "ACCESS_LOCATION description" + }, + { + "availableScope": [], + "grantMode": "system_grant", + "name": "ohos.permission.MANAGE_SECURE_SETTINGS", + "availableLevel": "system_basic", + "provisionEnable": true, + "distributedSceneEnable": false, + "label": "MANAGE_SECURE_SETTINGS label", + "description": "MANAGE_SECURE_SETTINGS description" + }, + { + "availableScope": [], + "grantMode": "user_grant", + "name": "ohos.permission.LOCATION", + "availableLevel": "system_basic", + "provisionEnable": true, + "distributedSceneEnable": true, + "label": "LOCATION label", + "description": "LOCATION description" + } + ], + "reqPermissions": [ + { + "name": "ohos.permission.GET_NFC_INFO", + "reason": "use ohos.permission.GET_NFC_INFO" + } + ], + "testRunner": { + "name": "OpenHarmonyTestRunner", + "srcPath": "TestRunner" + }, + "srcPath": "" + } } \ No newline at end of file diff --git a/communication/wifi_ErrorCode202/src/main/config.json b/communication/wifi_ErrorCode202/src/main/config.json index eb048deb5173041463495c10859199f6ac21a3da..e244947b9d3a1f64629995282ec5f9be3389ceac 100644 --- a/communication/wifi_ErrorCode202/src/main/config.json +++ b/communication/wifi_ErrorCode202/src/main/config.json @@ -1,224 +1,223 @@ -{ - "app": { - "bundleName": "ohos.acts.communication.wifi.wifidevice", - "vendor": "acts", - "version": { - "code": 1000000, - "name": "1.0.0" - }, - "apiVersion": { - "compatible": 4, - "target": 5 - } - }, - "deviceConfig": {}, - "module": { - "package": "ohos.acts.communication.wifi.wifidevice", - "name": ".entry", - "mainAbility": ".MainAbility", - "deviceType": [ - "tablet", - "default", - "phone", - "2in1" - ], - "distro": { - "deliveryWithInstall": true, - "moduleName": "wifi_standard", - "moduleType": "entry" - }, - "abilities": [ - { - "skills": [ - { - "entities": [ - "entity.system.home" - ], - "actions": [ - "action.system.home" - ] - } - ], - "orientation": "unspecified", - "formsEnabled": false, - "name": ".MainAbility", - "srcLanguage": "js", - "srcPath": "MainAbility", - "icon": "$media:icon", - "description": "$string:MainAbility_desc", - "label": "$string:MainAbility_label", - "type": "page", - "visible": true, - "launchType": "standard" - }, - { - "orientation": "unspecified", - "formsEnabled": false, - "name": ".TestAbility", - "srcLanguage": "js", - "srcPath": "TestAbility", - "icon": "$media:icon", - "description": "$string:TestAbility_desc", - "label": "$string:TestAbility_label", - "type": "page", - "visible": true, - "launchType": "standard" - } - ], - "js": [ - { - "pages": [ - "pages/index/index" - ], - "name": "default", - "window": { - "designWidth": 720, - "autoDesignWidth": false - } - }, - { - "pages": [ - "pages/index/index" - ], - "name": ".TestAbility", - "window": { - "designWidth": 720, - "autoDesignWidth": false - } - } - ], - "defPermissions": [ - { - "availableScope": [], - "grantMode": "user_grant", - "name": "ohos.permission.ACCESS_LOCATION", - "availableLevel": "system_basic", - "provisionEnable": true, - "distributedSceneEnable": true, - "label": "ACCESS_LOCATION label", - "description": "ACCESS_LOCATION description" - }, - { - "availableScope": [], - "grantMode": "system_grant", - "name": "ohos.permission.MANAGE_SECURE_SETTINGS", - "availableLevel": "system_basic", - "provisionEnable": true, - "distributedSceneEnable": false, - "label": "MANAGE_SECURE_SETTINGS label", - "description": "MANAGE_SECURE_SETTINGS description" - }, - { - "availableScope": [], - "grantMode": "user_grant", - "name": "ohos.permission.LOCATION", - "availableLevel": "system_basic", - "provisionEnable": true, - "distributedSceneEnable": true, - "label": "LOCATION label", - "description": "LOCATION description" - } - ], - "reqPermissions": [ - { - "name": "ohos.permission.GET_WIFI_INFO", - "reason": "use ohos.permission.GET_WIFI_INFO" - }, - { - "name": "ohos.permission.SET_WIFI_INFO", - "reason": "use ohos.permission.SET_WIFI_INFO" - }, - { - "name": "ohos.permission.MANAGE_WIFI_CONNECTION", - "reason": "use ohos.permission.MANAGE_WIFI_CONNECTION" - }, - { - "name": "ohos.permission.SET_WIFI_CONFIG", - "reason": "use ohos.permission.SET_WIFI_CONFIG" - }, - { - "name": "ohos.permission.GET_WIFI_CONFIG", - "reason": "use ohos.permission.GET_WIFI_CONFIG" - }, - { - "name": "ohos.permission.GET_BUNDLE_INFO_PRIVILEGED", - "reason": "use ohos.permission.GET_BUNDLE_INFO_PRIVILEGED" - }, - { - "name": "ohos.permission.GET_WIFI_LOCAL_MAC", - "reason": "use ohos.permission.GET_WIFI_LOCAL_MAC" - }, - { - "name": "ohos.permission.GET_WIFI_PEERS_MAC", - "reason": "use ohos.permission.GET_WIFI_PEERS_MAC" - }, - { - "name": "ohos.permission.MANAGE_WIFI_HOTSPOT", - "reason": "use ohos.permission.MANAGE_WIFI_HOTSPOT" - }, - { - "name": "ohos.permission.GET_WIFI_INFO_INTERNAL", - "reason": "use ohos.permission.GET_WIFI_INFO_INTERNAL" - }, - { - "name": "ohos.permission.LOCATION", - "reason": "need use ohos.permission.LOCATION", - "usedScene": { - "ability": [ - "ohos.acts.location.geolocation.function.MainAbility" - ], - "when": "inuse" - } - }, - { - "name": "ohos.permission.ACCESS_LOCATION", - "reason": "need use ohos.permission.ACCESS_LOCATION", - "usedScene": { - "ability": [ - "ohos.acts.location.geolocation.function.MainAbility" - ], - "when": "inuse" - } - }, - { - "name": "ohos.permission.LOCATION_IN_BACKGROUND", - "reason": "need use ohos.permission.LOCATION_IN_BACKGROUND", - "usedScene": { - "ability": [ - "ohos.acts.location.geolocation.function.MainAbility" - ], - "when": "inuse" - } - }, - { - "name": "ohos.permission.MANAGE_SECURE_SETTINGS", - "reason": "need use ohos.permission.MANAGE_SECURE_SETTINGS", - "usedScene": { - "ability": [ - "ohos.acts.location.geolocation.function.MainAbility" - ], - "when": "inuse" - } - }, - { - "name": "ohos.permission.GRANT_SENSITIVE_PERMISSIONS", - "reason": "use ohos.permission.GRANT_SENSITIVE_PERMISSIONS" - }, - { - "name": "ohos.permission.REVOKE_SENSITIVE_PERMISSIONS", - "reason": "use ohos.permission.REVOKE_SENSITIVE_PERMISSIONS" - }, - { - "name": "ohos.permission.GET_BUNDLE_INFO_PRIVILEGED" - }, - { - "name": "ohos.permission.GET_BUNDLE_INFO" - } - ], - "testRunner": { - "name": "OpenHarmonyTestRunner", - "srcPath": "TestRunner" - }, - "srcPath": "" - } +{ + "app": { + "bundleName": "ohos.acts.communication.wifi.wifidevice", + "vendor": "acts", + "version": { + "code": 1000000, + "name": "1.0.0" + }, + "apiVersion": { + "compatible": 4, + "target": 5 + } + }, + "deviceConfig": {}, + "module": { + "package": "ohos.acts.communication.wifi.wifidevice", + "name": ".entry", + "mainAbility": ".MainAbility", + "deviceType": [ + "tablet", + "default", + "phone" + ], + "distro": { + "deliveryWithInstall": true, + "moduleName": "wifi_standard", + "moduleType": "entry" + }, + "abilities": [ + { + "skills": [ + { + "entities": [ + "entity.system.home" + ], + "actions": [ + "action.system.home" + ] + } + ], + "orientation": "unspecified", + "formsEnabled": false, + "name": ".MainAbility", + "srcLanguage": "js", + "srcPath": "MainAbility", + "icon": "$media:icon", + "description": "$string:MainAbility_desc", + "label": "$string:MainAbility_label", + "type": "page", + "visible": true, + "launchType": "standard" + }, + { + "orientation": "unspecified", + "formsEnabled": false, + "name": ".TestAbility", + "srcLanguage": "js", + "srcPath": "TestAbility", + "icon": "$media:icon", + "description": "$string:TestAbility_desc", + "label": "$string:TestAbility_label", + "type": "page", + "visible": true, + "launchType": "standard" + } + ], + "js": [ + { + "pages": [ + "pages/index/index" + ], + "name": "default", + "window": { + "designWidth": 720, + "autoDesignWidth": false + } + }, + { + "pages": [ + "pages/index/index" + ], + "name": ".TestAbility", + "window": { + "designWidth": 720, + "autoDesignWidth": false + } + } + ], + "defPermissions": [ + { + "availableScope": [], + "grantMode": "user_grant", + "name": "ohos.permission.ACCESS_LOCATION", + "availableLevel": "system_basic", + "provisionEnable": true, + "distributedSceneEnable": true, + "label": "ACCESS_LOCATION label", + "description": "ACCESS_LOCATION description" + }, + { + "availableScope": [], + "grantMode": "system_grant", + "name": "ohos.permission.MANAGE_SECURE_SETTINGS", + "availableLevel": "system_basic", + "provisionEnable": true, + "distributedSceneEnable": false, + "label": "MANAGE_SECURE_SETTINGS label", + "description": "MANAGE_SECURE_SETTINGS description" + }, + { + "availableScope": [], + "grantMode": "user_grant", + "name": "ohos.permission.LOCATION", + "availableLevel": "system_basic", + "provisionEnable": true, + "distributedSceneEnable": true, + "label": "LOCATION label", + "description": "LOCATION description" + } + ], + "reqPermissions": [ + { + "name": "ohos.permission.GET_WIFI_INFO", + "reason": "use ohos.permission.GET_WIFI_INFO" + }, + { + "name": "ohos.permission.SET_WIFI_INFO", + "reason": "use ohos.permission.SET_WIFI_INFO" + }, + { + "name": "ohos.permission.MANAGE_WIFI_CONNECTION", + "reason": "use ohos.permission.MANAGE_WIFI_CONNECTION" + }, + { + "name": "ohos.permission.SET_WIFI_CONFIG", + "reason": "use ohos.permission.SET_WIFI_CONFIG" + }, + { + "name": "ohos.permission.GET_WIFI_CONFIG", + "reason": "use ohos.permission.GET_WIFI_CONFIG" + }, + { + "name": "ohos.permission.GET_BUNDLE_INFO_PRIVILEGED", + "reason": "use ohos.permission.GET_BUNDLE_INFO_PRIVILEGED" + }, + { + "name": "ohos.permission.GET_WIFI_LOCAL_MAC", + "reason": "use ohos.permission.GET_WIFI_LOCAL_MAC" + }, + { + "name": "ohos.permission.GET_WIFI_PEERS_MAC", + "reason": "use ohos.permission.GET_WIFI_PEERS_MAC" + }, + { + "name": "ohos.permission.MANAGE_WIFI_HOTSPOT", + "reason": "use ohos.permission.MANAGE_WIFI_HOTSPOT" + }, + { + "name": "ohos.permission.GET_WIFI_INFO_INTERNAL", + "reason": "use ohos.permission.GET_WIFI_INFO_INTERNAL" + }, + { + "name": "ohos.permission.LOCATION", + "reason": "need use ohos.permission.LOCATION", + "usedScene": { + "ability": [ + "ohos.acts.location.geolocation.function.MainAbility" + ], + "when": "inuse" + } + }, + { + "name": "ohos.permission.ACCESS_LOCATION", + "reason": "need use ohos.permission.ACCESS_LOCATION", + "usedScene": { + "ability": [ + "ohos.acts.location.geolocation.function.MainAbility" + ], + "when": "inuse" + } + }, + { + "name": "ohos.permission.LOCATION_IN_BACKGROUND", + "reason": "need use ohos.permission.LOCATION_IN_BACKGROUND", + "usedScene": { + "ability": [ + "ohos.acts.location.geolocation.function.MainAbility" + ], + "when": "inuse" + } + }, + { + "name": "ohos.permission.MANAGE_SECURE_SETTINGS", + "reason": "need use ohos.permission.MANAGE_SECURE_SETTINGS", + "usedScene": { + "ability": [ + "ohos.acts.location.geolocation.function.MainAbility" + ], + "when": "inuse" + } + }, + { + "name": "ohos.permission.GRANT_SENSITIVE_PERMISSIONS", + "reason": "use ohos.permission.GRANT_SENSITIVE_PERMISSIONS" + }, + { + "name": "ohos.permission.REVOKE_SENSITIVE_PERMISSIONS", + "reason": "use ohos.permission.REVOKE_SENSITIVE_PERMISSIONS" + }, + { + "name": "ohos.permission.GET_BUNDLE_INFO_PRIVILEGED" + }, + { + "name": "ohos.permission.GET_BUNDLE_INFO" + } + ], + "testRunner": { + "name": "OpenHarmonyTestRunner", + "srcPath": "TestRunner" + }, + "srcPath": "" + } } \ No newline at end of file diff --git a/communication/wifi_ErrorCode401/src/main/config.json b/communication/wifi_ErrorCode401/src/main/config.json index eb048deb5173041463495c10859199f6ac21a3da..e244947b9d3a1f64629995282ec5f9be3389ceac 100644 --- a/communication/wifi_ErrorCode401/src/main/config.json +++ b/communication/wifi_ErrorCode401/src/main/config.json @@ -1,224 +1,223 @@ -{ - "app": { - "bundleName": "ohos.acts.communication.wifi.wifidevice", - "vendor": "acts", - "version": { - "code": 1000000, - "name": "1.0.0" - }, - "apiVersion": { - "compatible": 4, - "target": 5 - } - }, - "deviceConfig": {}, - "module": { - "package": "ohos.acts.communication.wifi.wifidevice", - "name": ".entry", - "mainAbility": ".MainAbility", - "deviceType": [ - "tablet", - "default", - "phone", - "2in1" - ], - "distro": { - "deliveryWithInstall": true, - "moduleName": "wifi_standard", - "moduleType": "entry" - }, - "abilities": [ - { - "skills": [ - { - "entities": [ - "entity.system.home" - ], - "actions": [ - "action.system.home" - ] - } - ], - "orientation": "unspecified", - "formsEnabled": false, - "name": ".MainAbility", - "srcLanguage": "js", - "srcPath": "MainAbility", - "icon": "$media:icon", - "description": "$string:MainAbility_desc", - "label": "$string:MainAbility_label", - "type": "page", - "visible": true, - "launchType": "standard" - }, - { - "orientation": "unspecified", - "formsEnabled": false, - "name": ".TestAbility", - "srcLanguage": "js", - "srcPath": "TestAbility", - "icon": "$media:icon", - "description": "$string:TestAbility_desc", - "label": "$string:TestAbility_label", - "type": "page", - "visible": true, - "launchType": "standard" - } - ], - "js": [ - { - "pages": [ - "pages/index/index" - ], - "name": "default", - "window": { - "designWidth": 720, - "autoDesignWidth": false - } - }, - { - "pages": [ - "pages/index/index" - ], - "name": ".TestAbility", - "window": { - "designWidth": 720, - "autoDesignWidth": false - } - } - ], - "defPermissions": [ - { - "availableScope": [], - "grantMode": "user_grant", - "name": "ohos.permission.ACCESS_LOCATION", - "availableLevel": "system_basic", - "provisionEnable": true, - "distributedSceneEnable": true, - "label": "ACCESS_LOCATION label", - "description": "ACCESS_LOCATION description" - }, - { - "availableScope": [], - "grantMode": "system_grant", - "name": "ohos.permission.MANAGE_SECURE_SETTINGS", - "availableLevel": "system_basic", - "provisionEnable": true, - "distributedSceneEnable": false, - "label": "MANAGE_SECURE_SETTINGS label", - "description": "MANAGE_SECURE_SETTINGS description" - }, - { - "availableScope": [], - "grantMode": "user_grant", - "name": "ohos.permission.LOCATION", - "availableLevel": "system_basic", - "provisionEnable": true, - "distributedSceneEnable": true, - "label": "LOCATION label", - "description": "LOCATION description" - } - ], - "reqPermissions": [ - { - "name": "ohos.permission.GET_WIFI_INFO", - "reason": "use ohos.permission.GET_WIFI_INFO" - }, - { - "name": "ohos.permission.SET_WIFI_INFO", - "reason": "use ohos.permission.SET_WIFI_INFO" - }, - { - "name": "ohos.permission.MANAGE_WIFI_CONNECTION", - "reason": "use ohos.permission.MANAGE_WIFI_CONNECTION" - }, - { - "name": "ohos.permission.SET_WIFI_CONFIG", - "reason": "use ohos.permission.SET_WIFI_CONFIG" - }, - { - "name": "ohos.permission.GET_WIFI_CONFIG", - "reason": "use ohos.permission.GET_WIFI_CONFIG" - }, - { - "name": "ohos.permission.GET_BUNDLE_INFO_PRIVILEGED", - "reason": "use ohos.permission.GET_BUNDLE_INFO_PRIVILEGED" - }, - { - "name": "ohos.permission.GET_WIFI_LOCAL_MAC", - "reason": "use ohos.permission.GET_WIFI_LOCAL_MAC" - }, - { - "name": "ohos.permission.GET_WIFI_PEERS_MAC", - "reason": "use ohos.permission.GET_WIFI_PEERS_MAC" - }, - { - "name": "ohos.permission.MANAGE_WIFI_HOTSPOT", - "reason": "use ohos.permission.MANAGE_WIFI_HOTSPOT" - }, - { - "name": "ohos.permission.GET_WIFI_INFO_INTERNAL", - "reason": "use ohos.permission.GET_WIFI_INFO_INTERNAL" - }, - { - "name": "ohos.permission.LOCATION", - "reason": "need use ohos.permission.LOCATION", - "usedScene": { - "ability": [ - "ohos.acts.location.geolocation.function.MainAbility" - ], - "when": "inuse" - } - }, - { - "name": "ohos.permission.ACCESS_LOCATION", - "reason": "need use ohos.permission.ACCESS_LOCATION", - "usedScene": { - "ability": [ - "ohos.acts.location.geolocation.function.MainAbility" - ], - "when": "inuse" - } - }, - { - "name": "ohos.permission.LOCATION_IN_BACKGROUND", - "reason": "need use ohos.permission.LOCATION_IN_BACKGROUND", - "usedScene": { - "ability": [ - "ohos.acts.location.geolocation.function.MainAbility" - ], - "when": "inuse" - } - }, - { - "name": "ohos.permission.MANAGE_SECURE_SETTINGS", - "reason": "need use ohos.permission.MANAGE_SECURE_SETTINGS", - "usedScene": { - "ability": [ - "ohos.acts.location.geolocation.function.MainAbility" - ], - "when": "inuse" - } - }, - { - "name": "ohos.permission.GRANT_SENSITIVE_PERMISSIONS", - "reason": "use ohos.permission.GRANT_SENSITIVE_PERMISSIONS" - }, - { - "name": "ohos.permission.REVOKE_SENSITIVE_PERMISSIONS", - "reason": "use ohos.permission.REVOKE_SENSITIVE_PERMISSIONS" - }, - { - "name": "ohos.permission.GET_BUNDLE_INFO_PRIVILEGED" - }, - { - "name": "ohos.permission.GET_BUNDLE_INFO" - } - ], - "testRunner": { - "name": "OpenHarmonyTestRunner", - "srcPath": "TestRunner" - }, - "srcPath": "" - } +{ + "app": { + "bundleName": "ohos.acts.communication.wifi.wifidevice", + "vendor": "acts", + "version": { + "code": 1000000, + "name": "1.0.0" + }, + "apiVersion": { + "compatible": 4, + "target": 5 + } + }, + "deviceConfig": {}, + "module": { + "package": "ohos.acts.communication.wifi.wifidevice", + "name": ".entry", + "mainAbility": ".MainAbility", + "deviceType": [ + "tablet", + "default", + "phone" + ], + "distro": { + "deliveryWithInstall": true, + "moduleName": "wifi_standard", + "moduleType": "entry" + }, + "abilities": [ + { + "skills": [ + { + "entities": [ + "entity.system.home" + ], + "actions": [ + "action.system.home" + ] + } + ], + "orientation": "unspecified", + "formsEnabled": false, + "name": ".MainAbility", + "srcLanguage": "js", + "srcPath": "MainAbility", + "icon": "$media:icon", + "description": "$string:MainAbility_desc", + "label": "$string:MainAbility_label", + "type": "page", + "visible": true, + "launchType": "standard" + }, + { + "orientation": "unspecified", + "formsEnabled": false, + "name": ".TestAbility", + "srcLanguage": "js", + "srcPath": "TestAbility", + "icon": "$media:icon", + "description": "$string:TestAbility_desc", + "label": "$string:TestAbility_label", + "type": "page", + "visible": true, + "launchType": "standard" + } + ], + "js": [ + { + "pages": [ + "pages/index/index" + ], + "name": "default", + "window": { + "designWidth": 720, + "autoDesignWidth": false + } + }, + { + "pages": [ + "pages/index/index" + ], + "name": ".TestAbility", + "window": { + "designWidth": 720, + "autoDesignWidth": false + } + } + ], + "defPermissions": [ + { + "availableScope": [], + "grantMode": "user_grant", + "name": "ohos.permission.ACCESS_LOCATION", + "availableLevel": "system_basic", + "provisionEnable": true, + "distributedSceneEnable": true, + "label": "ACCESS_LOCATION label", + "description": "ACCESS_LOCATION description" + }, + { + "availableScope": [], + "grantMode": "system_grant", + "name": "ohos.permission.MANAGE_SECURE_SETTINGS", + "availableLevel": "system_basic", + "provisionEnable": true, + "distributedSceneEnable": false, + "label": "MANAGE_SECURE_SETTINGS label", + "description": "MANAGE_SECURE_SETTINGS description" + }, + { + "availableScope": [], + "grantMode": "user_grant", + "name": "ohos.permission.LOCATION", + "availableLevel": "system_basic", + "provisionEnable": true, + "distributedSceneEnable": true, + "label": "LOCATION label", + "description": "LOCATION description" + } + ], + "reqPermissions": [ + { + "name": "ohos.permission.GET_WIFI_INFO", + "reason": "use ohos.permission.GET_WIFI_INFO" + }, + { + "name": "ohos.permission.SET_WIFI_INFO", + "reason": "use ohos.permission.SET_WIFI_INFO" + }, + { + "name": "ohos.permission.MANAGE_WIFI_CONNECTION", + "reason": "use ohos.permission.MANAGE_WIFI_CONNECTION" + }, + { + "name": "ohos.permission.SET_WIFI_CONFIG", + "reason": "use ohos.permission.SET_WIFI_CONFIG" + }, + { + "name": "ohos.permission.GET_WIFI_CONFIG", + "reason": "use ohos.permission.GET_WIFI_CONFIG" + }, + { + "name": "ohos.permission.GET_BUNDLE_INFO_PRIVILEGED", + "reason": "use ohos.permission.GET_BUNDLE_INFO_PRIVILEGED" + }, + { + "name": "ohos.permission.GET_WIFI_LOCAL_MAC", + "reason": "use ohos.permission.GET_WIFI_LOCAL_MAC" + }, + { + "name": "ohos.permission.GET_WIFI_PEERS_MAC", + "reason": "use ohos.permission.GET_WIFI_PEERS_MAC" + }, + { + "name": "ohos.permission.MANAGE_WIFI_HOTSPOT", + "reason": "use ohos.permission.MANAGE_WIFI_HOTSPOT" + }, + { + "name": "ohos.permission.GET_WIFI_INFO_INTERNAL", + "reason": "use ohos.permission.GET_WIFI_INFO_INTERNAL" + }, + { + "name": "ohos.permission.LOCATION", + "reason": "need use ohos.permission.LOCATION", + "usedScene": { + "ability": [ + "ohos.acts.location.geolocation.function.MainAbility" + ], + "when": "inuse" + } + }, + { + "name": "ohos.permission.ACCESS_LOCATION", + "reason": "need use ohos.permission.ACCESS_LOCATION", + "usedScene": { + "ability": [ + "ohos.acts.location.geolocation.function.MainAbility" + ], + "when": "inuse" + } + }, + { + "name": "ohos.permission.LOCATION_IN_BACKGROUND", + "reason": "need use ohos.permission.LOCATION_IN_BACKGROUND", + "usedScene": { + "ability": [ + "ohos.acts.location.geolocation.function.MainAbility" + ], + "when": "inuse" + } + }, + { + "name": "ohos.permission.MANAGE_SECURE_SETTINGS", + "reason": "need use ohos.permission.MANAGE_SECURE_SETTINGS", + "usedScene": { + "ability": [ + "ohos.acts.location.geolocation.function.MainAbility" + ], + "when": "inuse" + } + }, + { + "name": "ohos.permission.GRANT_SENSITIVE_PERMISSIONS", + "reason": "use ohos.permission.GRANT_SENSITIVE_PERMISSIONS" + }, + { + "name": "ohos.permission.REVOKE_SENSITIVE_PERMISSIONS", + "reason": "use ohos.permission.REVOKE_SENSITIVE_PERMISSIONS" + }, + { + "name": "ohos.permission.GET_BUNDLE_INFO_PRIVILEGED" + }, + { + "name": "ohos.permission.GET_BUNDLE_INFO" + } + ], + "testRunner": { + "name": "OpenHarmonyTestRunner", + "srcPath": "TestRunner" + }, + "srcPath": "" + } } \ No newline at end of file diff --git a/communication/wifi_p2p/src/main/config.json b/communication/wifi_p2p/src/main/config.json index eb048deb5173041463495c10859199f6ac21a3da..e244947b9d3a1f64629995282ec5f9be3389ceac 100644 --- a/communication/wifi_p2p/src/main/config.json +++ b/communication/wifi_p2p/src/main/config.json @@ -1,224 +1,223 @@ -{ - "app": { - "bundleName": "ohos.acts.communication.wifi.wifidevice", - "vendor": "acts", - "version": { - "code": 1000000, - "name": "1.0.0" - }, - "apiVersion": { - "compatible": 4, - "target": 5 - } - }, - "deviceConfig": {}, - "module": { - "package": "ohos.acts.communication.wifi.wifidevice", - "name": ".entry", - "mainAbility": ".MainAbility", - "deviceType": [ - "tablet", - "default", - "phone", - "2in1" - ], - "distro": { - "deliveryWithInstall": true, - "moduleName": "wifi_standard", - "moduleType": "entry" - }, - "abilities": [ - { - "skills": [ - { - "entities": [ - "entity.system.home" - ], - "actions": [ - "action.system.home" - ] - } - ], - "orientation": "unspecified", - "formsEnabled": false, - "name": ".MainAbility", - "srcLanguage": "js", - "srcPath": "MainAbility", - "icon": "$media:icon", - "description": "$string:MainAbility_desc", - "label": "$string:MainAbility_label", - "type": "page", - "visible": true, - "launchType": "standard" - }, - { - "orientation": "unspecified", - "formsEnabled": false, - "name": ".TestAbility", - "srcLanguage": "js", - "srcPath": "TestAbility", - "icon": "$media:icon", - "description": "$string:TestAbility_desc", - "label": "$string:TestAbility_label", - "type": "page", - "visible": true, - "launchType": "standard" - } - ], - "js": [ - { - "pages": [ - "pages/index/index" - ], - "name": "default", - "window": { - "designWidth": 720, - "autoDesignWidth": false - } - }, - { - "pages": [ - "pages/index/index" - ], - "name": ".TestAbility", - "window": { - "designWidth": 720, - "autoDesignWidth": false - } - } - ], - "defPermissions": [ - { - "availableScope": [], - "grantMode": "user_grant", - "name": "ohos.permission.ACCESS_LOCATION", - "availableLevel": "system_basic", - "provisionEnable": true, - "distributedSceneEnable": true, - "label": "ACCESS_LOCATION label", - "description": "ACCESS_LOCATION description" - }, - { - "availableScope": [], - "grantMode": "system_grant", - "name": "ohos.permission.MANAGE_SECURE_SETTINGS", - "availableLevel": "system_basic", - "provisionEnable": true, - "distributedSceneEnable": false, - "label": "MANAGE_SECURE_SETTINGS label", - "description": "MANAGE_SECURE_SETTINGS description" - }, - { - "availableScope": [], - "grantMode": "user_grant", - "name": "ohos.permission.LOCATION", - "availableLevel": "system_basic", - "provisionEnable": true, - "distributedSceneEnable": true, - "label": "LOCATION label", - "description": "LOCATION description" - } - ], - "reqPermissions": [ - { - "name": "ohos.permission.GET_WIFI_INFO", - "reason": "use ohos.permission.GET_WIFI_INFO" - }, - { - "name": "ohos.permission.SET_WIFI_INFO", - "reason": "use ohos.permission.SET_WIFI_INFO" - }, - { - "name": "ohos.permission.MANAGE_WIFI_CONNECTION", - "reason": "use ohos.permission.MANAGE_WIFI_CONNECTION" - }, - { - "name": "ohos.permission.SET_WIFI_CONFIG", - "reason": "use ohos.permission.SET_WIFI_CONFIG" - }, - { - "name": "ohos.permission.GET_WIFI_CONFIG", - "reason": "use ohos.permission.GET_WIFI_CONFIG" - }, - { - "name": "ohos.permission.GET_BUNDLE_INFO_PRIVILEGED", - "reason": "use ohos.permission.GET_BUNDLE_INFO_PRIVILEGED" - }, - { - "name": "ohos.permission.GET_WIFI_LOCAL_MAC", - "reason": "use ohos.permission.GET_WIFI_LOCAL_MAC" - }, - { - "name": "ohos.permission.GET_WIFI_PEERS_MAC", - "reason": "use ohos.permission.GET_WIFI_PEERS_MAC" - }, - { - "name": "ohos.permission.MANAGE_WIFI_HOTSPOT", - "reason": "use ohos.permission.MANAGE_WIFI_HOTSPOT" - }, - { - "name": "ohos.permission.GET_WIFI_INFO_INTERNAL", - "reason": "use ohos.permission.GET_WIFI_INFO_INTERNAL" - }, - { - "name": "ohos.permission.LOCATION", - "reason": "need use ohos.permission.LOCATION", - "usedScene": { - "ability": [ - "ohos.acts.location.geolocation.function.MainAbility" - ], - "when": "inuse" - } - }, - { - "name": "ohos.permission.ACCESS_LOCATION", - "reason": "need use ohos.permission.ACCESS_LOCATION", - "usedScene": { - "ability": [ - "ohos.acts.location.geolocation.function.MainAbility" - ], - "when": "inuse" - } - }, - { - "name": "ohos.permission.LOCATION_IN_BACKGROUND", - "reason": "need use ohos.permission.LOCATION_IN_BACKGROUND", - "usedScene": { - "ability": [ - "ohos.acts.location.geolocation.function.MainAbility" - ], - "when": "inuse" - } - }, - { - "name": "ohos.permission.MANAGE_SECURE_SETTINGS", - "reason": "need use ohos.permission.MANAGE_SECURE_SETTINGS", - "usedScene": { - "ability": [ - "ohos.acts.location.geolocation.function.MainAbility" - ], - "when": "inuse" - } - }, - { - "name": "ohos.permission.GRANT_SENSITIVE_PERMISSIONS", - "reason": "use ohos.permission.GRANT_SENSITIVE_PERMISSIONS" - }, - { - "name": "ohos.permission.REVOKE_SENSITIVE_PERMISSIONS", - "reason": "use ohos.permission.REVOKE_SENSITIVE_PERMISSIONS" - }, - { - "name": "ohos.permission.GET_BUNDLE_INFO_PRIVILEGED" - }, - { - "name": "ohos.permission.GET_BUNDLE_INFO" - } - ], - "testRunner": { - "name": "OpenHarmonyTestRunner", - "srcPath": "TestRunner" - }, - "srcPath": "" - } +{ + "app": { + "bundleName": "ohos.acts.communication.wifi.wifidevice", + "vendor": "acts", + "version": { + "code": 1000000, + "name": "1.0.0" + }, + "apiVersion": { + "compatible": 4, + "target": 5 + } + }, + "deviceConfig": {}, + "module": { + "package": "ohos.acts.communication.wifi.wifidevice", + "name": ".entry", + "mainAbility": ".MainAbility", + "deviceType": [ + "tablet", + "default", + "phone" + ], + "distro": { + "deliveryWithInstall": true, + "moduleName": "wifi_standard", + "moduleType": "entry" + }, + "abilities": [ + { + "skills": [ + { + "entities": [ + "entity.system.home" + ], + "actions": [ + "action.system.home" + ] + } + ], + "orientation": "unspecified", + "formsEnabled": false, + "name": ".MainAbility", + "srcLanguage": "js", + "srcPath": "MainAbility", + "icon": "$media:icon", + "description": "$string:MainAbility_desc", + "label": "$string:MainAbility_label", + "type": "page", + "visible": true, + "launchType": "standard" + }, + { + "orientation": "unspecified", + "formsEnabled": false, + "name": ".TestAbility", + "srcLanguage": "js", + "srcPath": "TestAbility", + "icon": "$media:icon", + "description": "$string:TestAbility_desc", + "label": "$string:TestAbility_label", + "type": "page", + "visible": true, + "launchType": "standard" + } + ], + "js": [ + { + "pages": [ + "pages/index/index" + ], + "name": "default", + "window": { + "designWidth": 720, + "autoDesignWidth": false + } + }, + { + "pages": [ + "pages/index/index" + ], + "name": ".TestAbility", + "window": { + "designWidth": 720, + "autoDesignWidth": false + } + } + ], + "defPermissions": [ + { + "availableScope": [], + "grantMode": "user_grant", + "name": "ohos.permission.ACCESS_LOCATION", + "availableLevel": "system_basic", + "provisionEnable": true, + "distributedSceneEnable": true, + "label": "ACCESS_LOCATION label", + "description": "ACCESS_LOCATION description" + }, + { + "availableScope": [], + "grantMode": "system_grant", + "name": "ohos.permission.MANAGE_SECURE_SETTINGS", + "availableLevel": "system_basic", + "provisionEnable": true, + "distributedSceneEnable": false, + "label": "MANAGE_SECURE_SETTINGS label", + "description": "MANAGE_SECURE_SETTINGS description" + }, + { + "availableScope": [], + "grantMode": "user_grant", + "name": "ohos.permission.LOCATION", + "availableLevel": "system_basic", + "provisionEnable": true, + "distributedSceneEnable": true, + "label": "LOCATION label", + "description": "LOCATION description" + } + ], + "reqPermissions": [ + { + "name": "ohos.permission.GET_WIFI_INFO", + "reason": "use ohos.permission.GET_WIFI_INFO" + }, + { + "name": "ohos.permission.SET_WIFI_INFO", + "reason": "use ohos.permission.SET_WIFI_INFO" + }, + { + "name": "ohos.permission.MANAGE_WIFI_CONNECTION", + "reason": "use ohos.permission.MANAGE_WIFI_CONNECTION" + }, + { + "name": "ohos.permission.SET_WIFI_CONFIG", + "reason": "use ohos.permission.SET_WIFI_CONFIG" + }, + { + "name": "ohos.permission.GET_WIFI_CONFIG", + "reason": "use ohos.permission.GET_WIFI_CONFIG" + }, + { + "name": "ohos.permission.GET_BUNDLE_INFO_PRIVILEGED", + "reason": "use ohos.permission.GET_BUNDLE_INFO_PRIVILEGED" + }, + { + "name": "ohos.permission.GET_WIFI_LOCAL_MAC", + "reason": "use ohos.permission.GET_WIFI_LOCAL_MAC" + }, + { + "name": "ohos.permission.GET_WIFI_PEERS_MAC", + "reason": "use ohos.permission.GET_WIFI_PEERS_MAC" + }, + { + "name": "ohos.permission.MANAGE_WIFI_HOTSPOT", + "reason": "use ohos.permission.MANAGE_WIFI_HOTSPOT" + }, + { + "name": "ohos.permission.GET_WIFI_INFO_INTERNAL", + "reason": "use ohos.permission.GET_WIFI_INFO_INTERNAL" + }, + { + "name": "ohos.permission.LOCATION", + "reason": "need use ohos.permission.LOCATION", + "usedScene": { + "ability": [ + "ohos.acts.location.geolocation.function.MainAbility" + ], + "when": "inuse" + } + }, + { + "name": "ohos.permission.ACCESS_LOCATION", + "reason": "need use ohos.permission.ACCESS_LOCATION", + "usedScene": { + "ability": [ + "ohos.acts.location.geolocation.function.MainAbility" + ], + "when": "inuse" + } + }, + { + "name": "ohos.permission.LOCATION_IN_BACKGROUND", + "reason": "need use ohos.permission.LOCATION_IN_BACKGROUND", + "usedScene": { + "ability": [ + "ohos.acts.location.geolocation.function.MainAbility" + ], + "when": "inuse" + } + }, + { + "name": "ohos.permission.MANAGE_SECURE_SETTINGS", + "reason": "need use ohos.permission.MANAGE_SECURE_SETTINGS", + "usedScene": { + "ability": [ + "ohos.acts.location.geolocation.function.MainAbility" + ], + "when": "inuse" + } + }, + { + "name": "ohos.permission.GRANT_SENSITIVE_PERMISSIONS", + "reason": "use ohos.permission.GRANT_SENSITIVE_PERMISSIONS" + }, + { + "name": "ohos.permission.REVOKE_SENSITIVE_PERMISSIONS", + "reason": "use ohos.permission.REVOKE_SENSITIVE_PERMISSIONS" + }, + { + "name": "ohos.permission.GET_BUNDLE_INFO_PRIVILEGED" + }, + { + "name": "ohos.permission.GET_BUNDLE_INFO" + } + ], + "testRunner": { + "name": "OpenHarmonyTestRunner", + "srcPath": "TestRunner" + }, + "srcPath": "" + } } \ No newline at end of file diff --git a/communication/wifi_standard/src/main/config.json b/communication/wifi_standard/src/main/config.json index eb048deb5173041463495c10859199f6ac21a3da..e244947b9d3a1f64629995282ec5f9be3389ceac 100644 --- a/communication/wifi_standard/src/main/config.json +++ b/communication/wifi_standard/src/main/config.json @@ -1,224 +1,223 @@ -{ - "app": { - "bundleName": "ohos.acts.communication.wifi.wifidevice", - "vendor": "acts", - "version": { - "code": 1000000, - "name": "1.0.0" - }, - "apiVersion": { - "compatible": 4, - "target": 5 - } - }, - "deviceConfig": {}, - "module": { - "package": "ohos.acts.communication.wifi.wifidevice", - "name": ".entry", - "mainAbility": ".MainAbility", - "deviceType": [ - "tablet", - "default", - "phone", - "2in1" - ], - "distro": { - "deliveryWithInstall": true, - "moduleName": "wifi_standard", - "moduleType": "entry" - }, - "abilities": [ - { - "skills": [ - { - "entities": [ - "entity.system.home" - ], - "actions": [ - "action.system.home" - ] - } - ], - "orientation": "unspecified", - "formsEnabled": false, - "name": ".MainAbility", - "srcLanguage": "js", - "srcPath": "MainAbility", - "icon": "$media:icon", - "description": "$string:MainAbility_desc", - "label": "$string:MainAbility_label", - "type": "page", - "visible": true, - "launchType": "standard" - }, - { - "orientation": "unspecified", - "formsEnabled": false, - "name": ".TestAbility", - "srcLanguage": "js", - "srcPath": "TestAbility", - "icon": "$media:icon", - "description": "$string:TestAbility_desc", - "label": "$string:TestAbility_label", - "type": "page", - "visible": true, - "launchType": "standard" - } - ], - "js": [ - { - "pages": [ - "pages/index/index" - ], - "name": "default", - "window": { - "designWidth": 720, - "autoDesignWidth": false - } - }, - { - "pages": [ - "pages/index/index" - ], - "name": ".TestAbility", - "window": { - "designWidth": 720, - "autoDesignWidth": false - } - } - ], - "defPermissions": [ - { - "availableScope": [], - "grantMode": "user_grant", - "name": "ohos.permission.ACCESS_LOCATION", - "availableLevel": "system_basic", - "provisionEnable": true, - "distributedSceneEnable": true, - "label": "ACCESS_LOCATION label", - "description": "ACCESS_LOCATION description" - }, - { - "availableScope": [], - "grantMode": "system_grant", - "name": "ohos.permission.MANAGE_SECURE_SETTINGS", - "availableLevel": "system_basic", - "provisionEnable": true, - "distributedSceneEnable": false, - "label": "MANAGE_SECURE_SETTINGS label", - "description": "MANAGE_SECURE_SETTINGS description" - }, - { - "availableScope": [], - "grantMode": "user_grant", - "name": "ohos.permission.LOCATION", - "availableLevel": "system_basic", - "provisionEnable": true, - "distributedSceneEnable": true, - "label": "LOCATION label", - "description": "LOCATION description" - } - ], - "reqPermissions": [ - { - "name": "ohos.permission.GET_WIFI_INFO", - "reason": "use ohos.permission.GET_WIFI_INFO" - }, - { - "name": "ohos.permission.SET_WIFI_INFO", - "reason": "use ohos.permission.SET_WIFI_INFO" - }, - { - "name": "ohos.permission.MANAGE_WIFI_CONNECTION", - "reason": "use ohos.permission.MANAGE_WIFI_CONNECTION" - }, - { - "name": "ohos.permission.SET_WIFI_CONFIG", - "reason": "use ohos.permission.SET_WIFI_CONFIG" - }, - { - "name": "ohos.permission.GET_WIFI_CONFIG", - "reason": "use ohos.permission.GET_WIFI_CONFIG" - }, - { - "name": "ohos.permission.GET_BUNDLE_INFO_PRIVILEGED", - "reason": "use ohos.permission.GET_BUNDLE_INFO_PRIVILEGED" - }, - { - "name": "ohos.permission.GET_WIFI_LOCAL_MAC", - "reason": "use ohos.permission.GET_WIFI_LOCAL_MAC" - }, - { - "name": "ohos.permission.GET_WIFI_PEERS_MAC", - "reason": "use ohos.permission.GET_WIFI_PEERS_MAC" - }, - { - "name": "ohos.permission.MANAGE_WIFI_HOTSPOT", - "reason": "use ohos.permission.MANAGE_WIFI_HOTSPOT" - }, - { - "name": "ohos.permission.GET_WIFI_INFO_INTERNAL", - "reason": "use ohos.permission.GET_WIFI_INFO_INTERNAL" - }, - { - "name": "ohos.permission.LOCATION", - "reason": "need use ohos.permission.LOCATION", - "usedScene": { - "ability": [ - "ohos.acts.location.geolocation.function.MainAbility" - ], - "when": "inuse" - } - }, - { - "name": "ohos.permission.ACCESS_LOCATION", - "reason": "need use ohos.permission.ACCESS_LOCATION", - "usedScene": { - "ability": [ - "ohos.acts.location.geolocation.function.MainAbility" - ], - "when": "inuse" - } - }, - { - "name": "ohos.permission.LOCATION_IN_BACKGROUND", - "reason": "need use ohos.permission.LOCATION_IN_BACKGROUND", - "usedScene": { - "ability": [ - "ohos.acts.location.geolocation.function.MainAbility" - ], - "when": "inuse" - } - }, - { - "name": "ohos.permission.MANAGE_SECURE_SETTINGS", - "reason": "need use ohos.permission.MANAGE_SECURE_SETTINGS", - "usedScene": { - "ability": [ - "ohos.acts.location.geolocation.function.MainAbility" - ], - "when": "inuse" - } - }, - { - "name": "ohos.permission.GRANT_SENSITIVE_PERMISSIONS", - "reason": "use ohos.permission.GRANT_SENSITIVE_PERMISSIONS" - }, - { - "name": "ohos.permission.REVOKE_SENSITIVE_PERMISSIONS", - "reason": "use ohos.permission.REVOKE_SENSITIVE_PERMISSIONS" - }, - { - "name": "ohos.permission.GET_BUNDLE_INFO_PRIVILEGED" - }, - { - "name": "ohos.permission.GET_BUNDLE_INFO" - } - ], - "testRunner": { - "name": "OpenHarmonyTestRunner", - "srcPath": "TestRunner" - }, - "srcPath": "" - } +{ + "app": { + "bundleName": "ohos.acts.communication.wifi.wifidevice", + "vendor": "acts", + "version": { + "code": 1000000, + "name": "1.0.0" + }, + "apiVersion": { + "compatible": 4, + "target": 5 + } + }, + "deviceConfig": {}, + "module": { + "package": "ohos.acts.communication.wifi.wifidevice", + "name": ".entry", + "mainAbility": ".MainAbility", + "deviceType": [ + "tablet", + "default", + "phone" + ], + "distro": { + "deliveryWithInstall": true, + "moduleName": "wifi_standard", + "moduleType": "entry" + }, + "abilities": [ + { + "skills": [ + { + "entities": [ + "entity.system.home" + ], + "actions": [ + "action.system.home" + ] + } + ], + "orientation": "unspecified", + "formsEnabled": false, + "name": ".MainAbility", + "srcLanguage": "js", + "srcPath": "MainAbility", + "icon": "$media:icon", + "description": "$string:MainAbility_desc", + "label": "$string:MainAbility_label", + "type": "page", + "visible": true, + "launchType": "standard" + }, + { + "orientation": "unspecified", + "formsEnabled": false, + "name": ".TestAbility", + "srcLanguage": "js", + "srcPath": "TestAbility", + "icon": "$media:icon", + "description": "$string:TestAbility_desc", + "label": "$string:TestAbility_label", + "type": "page", + "visible": true, + "launchType": "standard" + } + ], + "js": [ + { + "pages": [ + "pages/index/index" + ], + "name": "default", + "window": { + "designWidth": 720, + "autoDesignWidth": false + } + }, + { + "pages": [ + "pages/index/index" + ], + "name": ".TestAbility", + "window": { + "designWidth": 720, + "autoDesignWidth": false + } + } + ], + "defPermissions": [ + { + "availableScope": [], + "grantMode": "user_grant", + "name": "ohos.permission.ACCESS_LOCATION", + "availableLevel": "system_basic", + "provisionEnable": true, + "distributedSceneEnable": true, + "label": "ACCESS_LOCATION label", + "description": "ACCESS_LOCATION description" + }, + { + "availableScope": [], + "grantMode": "system_grant", + "name": "ohos.permission.MANAGE_SECURE_SETTINGS", + "availableLevel": "system_basic", + "provisionEnable": true, + "distributedSceneEnable": false, + "label": "MANAGE_SECURE_SETTINGS label", + "description": "MANAGE_SECURE_SETTINGS description" + }, + { + "availableScope": [], + "grantMode": "user_grant", + "name": "ohos.permission.LOCATION", + "availableLevel": "system_basic", + "provisionEnable": true, + "distributedSceneEnable": true, + "label": "LOCATION label", + "description": "LOCATION description" + } + ], + "reqPermissions": [ + { + "name": "ohos.permission.GET_WIFI_INFO", + "reason": "use ohos.permission.GET_WIFI_INFO" + }, + { + "name": "ohos.permission.SET_WIFI_INFO", + "reason": "use ohos.permission.SET_WIFI_INFO" + }, + { + "name": "ohos.permission.MANAGE_WIFI_CONNECTION", + "reason": "use ohos.permission.MANAGE_WIFI_CONNECTION" + }, + { + "name": "ohos.permission.SET_WIFI_CONFIG", + "reason": "use ohos.permission.SET_WIFI_CONFIG" + }, + { + "name": "ohos.permission.GET_WIFI_CONFIG", + "reason": "use ohos.permission.GET_WIFI_CONFIG" + }, + { + "name": "ohos.permission.GET_BUNDLE_INFO_PRIVILEGED", + "reason": "use ohos.permission.GET_BUNDLE_INFO_PRIVILEGED" + }, + { + "name": "ohos.permission.GET_WIFI_LOCAL_MAC", + "reason": "use ohos.permission.GET_WIFI_LOCAL_MAC" + }, + { + "name": "ohos.permission.GET_WIFI_PEERS_MAC", + "reason": "use ohos.permission.GET_WIFI_PEERS_MAC" + }, + { + "name": "ohos.permission.MANAGE_WIFI_HOTSPOT", + "reason": "use ohos.permission.MANAGE_WIFI_HOTSPOT" + }, + { + "name": "ohos.permission.GET_WIFI_INFO_INTERNAL", + "reason": "use ohos.permission.GET_WIFI_INFO_INTERNAL" + }, + { + "name": "ohos.permission.LOCATION", + "reason": "need use ohos.permission.LOCATION", + "usedScene": { + "ability": [ + "ohos.acts.location.geolocation.function.MainAbility" + ], + "when": "inuse" + } + }, + { + "name": "ohos.permission.ACCESS_LOCATION", + "reason": "need use ohos.permission.ACCESS_LOCATION", + "usedScene": { + "ability": [ + "ohos.acts.location.geolocation.function.MainAbility" + ], + "when": "inuse" + } + }, + { + "name": "ohos.permission.LOCATION_IN_BACKGROUND", + "reason": "need use ohos.permission.LOCATION_IN_BACKGROUND", + "usedScene": { + "ability": [ + "ohos.acts.location.geolocation.function.MainAbility" + ], + "when": "inuse" + } + }, + { + "name": "ohos.permission.MANAGE_SECURE_SETTINGS", + "reason": "need use ohos.permission.MANAGE_SECURE_SETTINGS", + "usedScene": { + "ability": [ + "ohos.acts.location.geolocation.function.MainAbility" + ], + "when": "inuse" + } + }, + { + "name": "ohos.permission.GRANT_SENSITIVE_PERMISSIONS", + "reason": "use ohos.permission.GRANT_SENSITIVE_PERMISSIONS" + }, + { + "name": "ohos.permission.REVOKE_SENSITIVE_PERMISSIONS", + "reason": "use ohos.permission.REVOKE_SENSITIVE_PERMISSIONS" + }, + { + "name": "ohos.permission.GET_BUNDLE_INFO_PRIVILEGED" + }, + { + "name": "ohos.permission.GET_BUNDLE_INFO" + } + ], + "testRunner": { + "name": "OpenHarmonyTestRunner", + "srcPath": "TestRunner" + }, + "srcPath": "" + } } \ No newline at end of file