提交 a9c3fbfe 编写于 作者: T txl000

新增2in1设备类型-除barrierfree/accessibleabilitylist

Signed-off-by: Ntxl000 <tangxianglei@huawei.com>
上级 467c7ab0
{ {
"app": { "app": {
"bundleName": "ohos.acts.account.osaccount", "bundleName": "ohos.acts.account.osaccount",
"vendor": "acts", "vendor": "acts",
"version": { "version": {
"code": 1000000, "code": 1000000,
"name": "1.0.0" "name": "1.0.0"
}, },
"apiVersion": { "apiVersion": {
"compatible": 4, "compatible": 4,
"target": 5 "target": 5
} }
}, },
"deviceConfig": {}, "deviceConfig": {},
"module": { "module": {
"package": "ohos.acts.account.osaccount", "package": "ohos.acts.account.osaccount",
"name": ".entry", "name": ".entry",
"mainAbility": ".MainAbility", "mainAbility": ".MainAbility",
"srcPath":"", "srcPath": "",
"deviceType": [ "deviceType": [
"tablet", "tablet",
"default", "default",
"phone" "phone",
], "2in1"
"distro": { ],
"deliveryWithInstall": true, "distro": {
"moduleName": "entry", "deliveryWithInstall": true,
"moduleType": "entry" "moduleName": "entry",
}, "moduleType": "entry"
"defPermissions": [ },
{ "defPermissions": [
"availableScope": [], {
"grantMode": "system_grant", "availableScope": [],
"name": "ohos.permission.MANAGE_LOCAL_ACCOUNTS" "grantMode": "system_grant",
} "name": "ohos.permission.MANAGE_LOCAL_ACCOUNTS"
], }
"reqPermissions": [ ],
{ "reqPermissions": [
"name": "ohos.permission.MANAGE_LOCAL_ACCOUNTS", {
"reason": "ceshi" "name": "ohos.permission.MANAGE_LOCAL_ACCOUNTS",
}, "reason": "ceshi"
{ },
"name": "ohos.permission.MANAGE_DISTRIBUTED_ACCOUNTS", {
"reason": "ceshi" "name": "ohos.permission.MANAGE_DISTRIBUTED_ACCOUNTS",
} "reason": "ceshi"
], }
"abilities": [ ],
{ "abilities": [
"skills": [ {
{ "skills": [
"entities": [ {
"entity.system.home" "entities": [
], "entity.system.home"
"actions": [ ],
"action.system.home" "actions": [
] "action.system.home"
} ]
], }
"orientation": "unspecified", ],
"formsEnabled": false, "orientation": "unspecified",
"name": ".MainAbility", "formsEnabled": false,
"srcLanguage": "js", "name": ".MainAbility",
"srcPath": "MainAbility", "srcLanguage": "js",
"icon": "$media:icon", "srcPath": "MainAbility",
"description": "$string:MainAbility_desc", "icon": "$media:icon",
"label": "$string:MainAbility_label", "description": "$string:MainAbility_desc",
"type": "page", "label": "$string:MainAbility_label",
"visible": true, "type": "page",
"launchType": "standard" "visible": true,
}, "launchType": "standard"
{ },
"orientation": "unspecified", {
"formsEnabled": false, "orientation": "unspecified",
"name": ".TestAbility", "formsEnabled": false,
"srcLanguage": "js", "name": ".TestAbility",
"srcPath": "TestAbility", "srcLanguage": "js",
"icon": "$media:icon", "srcPath": "TestAbility",
"description": "$string:TestAbility_desc", "icon": "$media:icon",
"label": "$string:TestAbility_label", "description": "$string:TestAbility_desc",
"type": "page", "label": "$string:TestAbility_label",
"visible": true, "type": "page",
"launchType": "standard" "visible": true,
} "launchType": "standard"
], }
"js": [ ],
{ "js": [
"pages": [ {
"pages/index/index" "pages": [
], "pages/index/index"
"name": "default", ],
"window": { "name": "default",
"designWidth": 720, "window": {
"autoDesignWidth": false "designWidth": 720,
} "autoDesignWidth": false
}, }
{ },
"pages": [ {
"pages/index/index" "pages": [
], "pages/index/index"
"name": ".TestAbility", ],
"window": { "name": ".TestAbility",
"designWidth": 720, "window": {
"autoDesignWidth": false "designWidth": 720,
} "autoDesignWidth": false
} }
], }
"testRunner": { ],
"name": "OpenHarmonyTestRunner", "testRunner": {
"srcPath": "TestRunner" "name": "OpenHarmonyTestRunner",
} "srcPath": "TestRunner"
} }
} }
}
\ No newline at end of file
{ {
"app": { "app": {
"bundleName": "com.example.actsaccountoperatetest", "bundleName": "com.example.actsaccountoperatetest",
"vendor": "example", "vendor": "example",
"version": { "version": {
"code": 1, "code": 1,
"name": "1.0" "name": "1.0"
}, },
"apiVersion": { "apiVersion": {
"compatible": 4, "compatible": 4,
"target": 5, "target": 5,
"releaseType": "Beta1" "releaseType": "Beta1"
} }
}, },
"deviceConfig": {}, "deviceConfig": {},
"module": { "module": {
"package": "com.example.actsaccountoperatetest", "package": "com.example.actsaccountoperatetest",
"name": ".MyApplication", "name": ".MyApplication",
"deviceType": [ "deviceType": [
"default", "default",
"tablet" "tablet",
], "2in1"
"distro": { ],
"deliveryWithInstall": true, "distro": {
"moduleName": "entry", "deliveryWithInstall": true,
"moduleType": "entry" "moduleName": "entry",
}, "moduleType": "entry"
"reqPermissions": [ },
{ "reqPermissions": [
"name":"ohos.permission.GET_BUNDLE_INFO_PRIVILEGED", {
"reason":"need use ohos.permission.GET_BUNDLE_INFO_PRIVILEGED" "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" "name": "ohos.permission.GET_BUNDLE_INFO",
}, "reason": "need use ohos.permission.GET_BUNDLE_INFO"
{ },
"name":"ohos.permission.CHANGE_ABILITY_ENABLED_STATE", {
"reason":"need use ohos.permission.CHANGE_ABILITY_ENABLED_STATE" "name": "ohos.permission.CHANGE_ABILITY_ENABLED_STATE",
}, "reason": "need use ohos.permission.CHANGE_ABILITY_ENABLED_STATE"
{ },
"name":"ohos.permission.REMOVE_CACHE_FILES", {
"reason":"need use ohos.permission.REMOVE_CACHE_FILES" "name": "ohos.permission.REMOVE_CACHE_FILES",
}, "reason": "need use ohos.permission.REMOVE_CACHE_FILES"
{ },
"name":"ohos.permission.LISTEN_BUNDLE_CHANGE", {
"reason":"need use ohos.permission.LISTEN_BUNDLE_CHANGE" "name": "ohos.permission.LISTEN_BUNDLE_CHANGE",
}, "reason": "need use ohos.permission.LISTEN_BUNDLE_CHANGE"
{ },
"name":"ohos.permission.START_ABILITIES_FROM_BACKGROUND", {
"reason":"need use ohos.permission.START_ABILITIES_FROM_BACKGROUND" "name": "ohos.permission.START_ABILITIES_FROM_BACKGROUND",
} "reason": "need use ohos.permission.START_ABILITIES_FROM_BACKGROUND"
], }
"abilities": [ ],
{ "abilities": [
"skills": [ {
{ "skills": [
"entities": [ {
"entity.system.home" "entities": [
], "entity.system.home"
"actions": [ ],
"action.system.home" "actions": [
] "action.system.home"
} ]
], }
"orientation": "unspecified", ],
"formsEnabled": false, "orientation": "unspecified",
"name": ".MainAbility", "formsEnabled": false,
"srcLanguage": "js", "name": ".MainAbility",
"srcPath": "MainAbility", "srcLanguage": "js",
"icon": "$media:icon", "srcPath": "MainAbility",
"description": "$string:MainAbility_desc", "icon": "$media:icon",
"label": "$string:MainAbility_label", "description": "$string:MainAbility_desc",
"type": "page", "label": "$string:MainAbility_label",
"visible": true, "type": "page",
"launchType": "standard" "visible": true,
}, "launchType": "standard"
{ },
"orientation": "unspecified", {
"formsEnabled": false, "orientation": "unspecified",
"name": ".TestAbility", "formsEnabled": false,
"srcLanguage": "js", "name": ".TestAbility",
"srcPath": "TestAbility", "srcLanguage": "js",
"icon": "$media:icon", "srcPath": "TestAbility",
"description": "$string:TestAbility_desc", "icon": "$media:icon",
"label": "$string:TestAbility_label", "description": "$string:TestAbility_desc",
"type": "page", "label": "$string:TestAbility_label",
"visible": true, "type": "page",
"launchType": "standard" "visible": true,
} "launchType": "standard"
], }
"js": [ ],
{ "js": [
"pages": [ {
"pages/index/index" "pages": [
], "pages/index/index"
"name": "default", ],
"window": { "name": "default",
"designWidth": 720, "window": {
"autoDesignWidth": false "designWidth": 720,
} "autoDesignWidth": false
}, }
{ },
"pages": [ {
"pages/index/index" "pages": [
], "pages/index/index"
"name": ".TestAbility", ],
"window": { "name": ".TestAbility",
"designWidth": 720, "window": {
"autoDesignWidth": false "designWidth": 720,
} "autoDesignWidth": false
} }
], }
"testRunner": { ],
"name": "OpenHarmonyTestRunner", "testRunner": {
"srcPath": "TestRunner" "name": "OpenHarmonyTestRunner",
} "srcPath": "TestRunner"
} }
} }
}
\ No newline at end of file
{ {
"app": { "app": {
"bundleName": "com.example.actsaccounttest", "bundleName": "com.example.actsaccounttest",
"vendor": "example", "vendor": "example",
"version": { "version": {
"code": 1, "code": 1,
"name": "1.0" "name": "1.0"
}, },
"apiVersion": { "apiVersion": {
"compatible": 4, "compatible": 4,
"target": 5, "target": 5,
"releaseType": "Beta1" "releaseType": "Beta1"
} }
}, },
"deviceConfig": {}, "deviceConfig": {},
"module": { "module": {
"package": "com.example.actsaccounttest", "package": "com.example.actsaccounttest",
"name": ".MyApplication", "name": ".MyApplication",
"deviceType": [ "deviceType": [
"tablet", "tablet",
"default" "default",
], "2in1"
"distro": { ],
"deliveryWithInstall": true, "distro": {
"moduleName": "entry", "deliveryWithInstall": true,
"moduleType": "entry" "moduleName": "entry",
}, "moduleType": "entry"
"reqPermissions": [ },
{ "reqPermissions": [
"name":"ohos.permission.GET_BUNDLE_INFO_PRIVILEGED", {
"reason":"need use ohos.permission.GET_BUNDLE_INFO_PRIVILEGED" "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" "name": "ohos.permission.GET_BUNDLE_INFO",
}, "reason": "need use ohos.permission.GET_BUNDLE_INFO"
{ },
"name":"ohos.permission.CHANGE_ABILITY_ENABLED_STATE", {
"reason":"need use ohos.permission.CHANGE_ABILITY_ENABLED_STATE" "name": "ohos.permission.CHANGE_ABILITY_ENABLED_STATE",
}, "reason": "need use ohos.permission.CHANGE_ABILITY_ENABLED_STATE"
{ },
"name":"ohos.permission.REMOVE_CACHE_FILES", {
"reason":"need use ohos.permission.REMOVE_CACHE_FILES" "name": "ohos.permission.REMOVE_CACHE_FILES",
}, "reason": "need use ohos.permission.REMOVE_CACHE_FILES"
{ },
"name":"ohos.permission.START_ABILITIES_FROM_BACKGROUND", {
"reason":"need use ohos.permission.START_ABILITIES_FROM_BACKGROUND" "name": "ohos.permission.START_ABILITIES_FROM_BACKGROUND",
}, "reason": "need use ohos.permission.START_ABILITIES_FROM_BACKGROUND"
{ },
"name":"ohos.permission.LISTEN_BUNDLE_CHANGE", {
"reason":"need use ohos.permission.LISTEN_BUNDLE_CHANGE" "name": "ohos.permission.LISTEN_BUNDLE_CHANGE",
} "reason": "need use ohos.permission.LISTEN_BUNDLE_CHANGE"
], }
"abilities": [ ],
{ "abilities": [
"skills": [ {
{ "skills": [
"entities": [ {
"entity.system.home" "entities": [
], "entity.system.home"
"actions": [ ],
"action.system.home" "actions": [
] "action.system.home"
} ]
], }
"orientation": "unspecified", ],
"formsEnabled": false, "orientation": "unspecified",
"name": ".MainAbility", "formsEnabled": false,
"srcLanguage": "js", "name": ".MainAbility",
"srcPath": "MainAbility", "srcLanguage": "js",
"icon": "$media:icon", "srcPath": "MainAbility",
"description": "$string:MainAbility_desc", "icon": "$media:icon",
"label": "$string:MainAbility_label", "description": "$string:MainAbility_desc",
"type": "page", "label": "$string:MainAbility_label",
"visible": true, "type": "page",
"launchType": "standard" "visible": true,
}, "launchType": "standard"
{ },
"orientation": "unspecified", {
"formsEnabled": false, "orientation": "unspecified",
"name": ".TestAbility", "formsEnabled": false,
"srcLanguage": "js", "name": ".TestAbility",
"srcPath": "TestAbility", "srcLanguage": "js",
"icon": "$media:icon", "srcPath": "TestAbility",
"description": "$string:TestAbility_desc", "icon": "$media:icon",
"label": "$string:TestAbility_label", "description": "$string:TestAbility_desc",
"type": "page", "label": "$string:TestAbility_label",
"visible": true, "type": "page",
"launchType": "standard" "visible": true,
} "launchType": "standard"
], }
"js": [ ],
{ "js": [
"pages": [ {
"pages/index/index" "pages": [
], "pages/index/index"
"name": "default", ],
"window": { "name": "default",
"designWidth": 720, "window": {
"autoDesignWidth": false "designWidth": 720,
} "autoDesignWidth": false
}, }
{ },
"pages": [ {
"pages/index/index" "pages": [
], "pages/index/index"
"name": ".TestAbility", ],
"window": { "name": ".TestAbility",
"designWidth": 720, "window": {
"autoDesignWidth": false "designWidth": 720,
} "autoDesignWidth": false
} }
], }
"testRunner": { ],
"name": "OpenHarmonyTestRunner", "testRunner": {
"srcPath": "TestRunner" "name": "OpenHarmonyTestRunner",
} "srcPath": "TestRunner"
} }
}
} }
\ No newline at end of file
{ {
"app": { "app": {
"bundleName": "com.example.actsgetaccountsbyowner", "bundleName": "com.example.actsgetaccountsbyowner",
"vendor": "example", "vendor": "example",
"version": { "version": {
"code": 1, "code": 1,
"name": "1.0" "name": "1.0"
}, },
"apiVersion": { "apiVersion": {
"compatible": 4, "compatible": 4,
"target": 5, "target": 5,
"releaseType": "Beta1" "releaseType": "Beta1"
} }
}, },
"deviceConfig": {}, "deviceConfig": {},
"module": { "module": {
"package": "com.example.actsgetaccountsbyowner", "package": "com.example.actsgetaccountsbyowner",
"name": ".entry", "name": ".entry",
"mainAbility": ".MainAbility", "mainAbility": ".MainAbility",
"srcPath":"", "srcPath": "",
"deviceType": [ "deviceType": [
"default", "default",
"tablet" "tablet",
], "2in1"
"distro": { ],
"deliveryWithInstall": true, "distro": {
"moduleName": "entry", "deliveryWithInstall": true,
"moduleType": "entry" "moduleName": "entry",
}, "moduleType": "entry"
"defPermissions": [ },
], "defPermissions": [],
"reqPermissions": [ "reqPermissions": [
{ {
"name":"ohos.permission.GET_BUNDLE_INFO_PRIVILEGED", "name": "ohos.permission.GET_BUNDLE_INFO_PRIVILEGED",
"reason":"need use ohos.permission.GET_BUNDLE_INFO_PRIVILEGED" "reason": "need use ohos.permission.GET_BUNDLE_INFO_PRIVILEGED"
}, },
{ {
"name":"ohos.permission.GET_BUNDLE_INFO", "name": "ohos.permission.GET_BUNDLE_INFO",
"reason":"need use ohos.permission.GET_BUNDLE_INFO" "reason": "need use ohos.permission.GET_BUNDLE_INFO"
}, },
{ {
"name":"ohos.permission.CHANGE_ABILITY_ENABLED_STATE", "name": "ohos.permission.CHANGE_ABILITY_ENABLED_STATE",
"reason":"need use ohos.permission.CHANGE_ABILITY_ENABLED_STATE" "reason": "need use ohos.permission.CHANGE_ABILITY_ENABLED_STATE"
}, },
{ {
"name":"ohos.permission.REMOVE_CACHE_FILES", "name": "ohos.permission.REMOVE_CACHE_FILES",
"reason":"need use ohos.permission.REMOVE_CACHE_FILES" "reason": "need use ohos.permission.REMOVE_CACHE_FILES"
}, },
{ {
"name":"ohos.permission.LISTEN_BUNDLE_CHANGE", "name": "ohos.permission.LISTEN_BUNDLE_CHANGE",
"reason":"need use ohos.permission.LISTEN_BUNDLE_CHANGE" "reason": "need use ohos.permission.LISTEN_BUNDLE_CHANGE"
}, },
{ {
"name":"ohos.permission.START_ABILITIES_FROM_BACKGROUND", "name": "ohos.permission.START_ABILITIES_FROM_BACKGROUND",
"reason":"need use ohos.permission.START_ABILITIES_FROM_BACKGROUND" "reason": "need use ohos.permission.START_ABILITIES_FROM_BACKGROUND"
} }
], ],
"abilities": [ "abilities": [
{ {
"skills": [ "skills": [
{ {
"entities": [ "entities": [
"entity.system.home" "entity.system.home"
], ],
"actions": [ "actions": [
"action.system.home" "action.system.home"
] ]
} }
], ],
"orientation": "unspecified", "orientation": "unspecified",
"formsEnabled": false, "formsEnabled": false,
"name": ".MainAbility", "name": ".MainAbility",
"srcLanguage": "js", "srcLanguage": "js",
"srcPath": "MainAbility", "srcPath": "MainAbility",
"icon": "$media:icon", "icon": "$media:icon",
"description": "$string:MainAbility_desc", "description": "$string:MainAbility_desc",
"label": "$string:MainAbility_label", "label": "$string:MainAbility_label",
"type": "page", "type": "page",
"visible": true, "visible": true,
"launchType": "standard" "launchType": "standard"
}, },
{ {
"orientation": "unspecified", "orientation": "unspecified",
"formsEnabled": false, "formsEnabled": false,
"name": ".TestAbility", "name": ".TestAbility",
"srcLanguage": "js", "srcLanguage": "js",
"srcPath": "TestAbility", "srcPath": "TestAbility",
"icon": "$media:icon", "icon": "$media:icon",
"description": "$string:TestAbility_desc", "description": "$string:TestAbility_desc",
"label": "$string:TestAbility_label", "label": "$string:TestAbility_label",
"type": "page", "type": "page",
"visible": true, "visible": true,
"launchType": "standard" "launchType": "standard"
} }
], ],
"js": [ "js": [
{ {
"pages": [ "pages": [
"pages/index/index" "pages/index/index"
], ],
"name": "default", "name": "default",
"window": { "window": {
"designWidth": 720, "designWidth": 720,
"autoDesignWidth": false "autoDesignWidth": false
} }
}, },
{ {
"pages": [ "pages": [
"pages/index/index" "pages/index/index"
], ],
"name": ".TestAbility", "name": ".TestAbility",
"window": { "window": {
"designWidth": 720, "designWidth": 720,
"autoDesignWidth": false "autoDesignWidth": false
} }
} }
], ],
"testRunner": { "testRunner": {
"name": "OpenHarmonyTestRunner", "name": "OpenHarmonyTestRunner",
"srcPath": "TestRunner" "srcPath": "TestRunner"
} }
} }
} }
\ No newline at end of file
{ {
"app": { "app": {
"bundleName": "com.example.actsgetallaccounts", "bundleName": "com.example.actsgetallaccounts",
"vendor": "example", "vendor": "example",
"version": { "version": {
"code": 1, "code": 1,
"name": "1.0" "name": "1.0"
}, },
"apiVersion": { "apiVersion": {
"compatible": 4, "compatible": 4,
"target": 5, "target": 5,
"releaseType": "Beta1" "releaseType": "Beta1"
} }
}, },
"deviceConfig": {}, "deviceConfig": {},
"module": { "module": {
"package": "com.example.actsgetallaccounts", "package": "com.example.actsgetallaccounts",
"name": ".entry", "name": ".entry",
"mainAbility": ".MainAbility", "mainAbility": ".MainAbility",
"srcPath":"", "srcPath": "",
"deviceType": [ "deviceType": [
"tablet", "tablet",
"default", "default",
"phone" "phone",
], "2in1"
"distro": { ],
"deliveryWithInstall": true, "distro": {
"moduleName": "entry", "deliveryWithInstall": true,
"moduleType": "entry" "moduleName": "entry",
}, "moduleType": "entry"
"defPermissions": [ },
], "defPermissions": [],
"reqPermissions": [ "reqPermissions": [
{ {
"name":"ohos.permission.GET_BUNDLE_INFO_PRIVILEGED", "name": "ohos.permission.GET_BUNDLE_INFO_PRIVILEGED",
"reason":"need use ohos.permission.GET_BUNDLE_INFO_PRIVILEGED" "reason": "need use ohos.permission.GET_BUNDLE_INFO_PRIVILEGED"
}, },
{ {
"name":"ohos.permission.GET_BUNDLE_INFO", "name": "ohos.permission.GET_BUNDLE_INFO",
"reason":"need use ohos.permission.GET_BUNDLE_INFO" "reason": "need use ohos.permission.GET_BUNDLE_INFO"
}, },
{ {
"name":"ohos.permission.CHANGE_ABILITY_ENABLED_STATE", "name": "ohos.permission.CHANGE_ABILITY_ENABLED_STATE",
"reason":"need use ohos.permission.CHANGE_ABILITY_ENABLED_STATE" "reason": "need use ohos.permission.CHANGE_ABILITY_ENABLED_STATE"
}, },
{ {
"name":"ohos.permission.REMOVE_CACHE_FILES", "name": "ohos.permission.REMOVE_CACHE_FILES",
"reason":"need use ohos.permission.REMOVE_CACHE_FILES" "reason": "need use ohos.permission.REMOVE_CACHE_FILES"
}, },
{ {
"name":"ohos.permission.LISTEN_BUNDLE_CHANGE", "name": "ohos.permission.LISTEN_BUNDLE_CHANGE",
"reason":"need use ohos.permission.LISTEN_BUNDLE_CHANGE" "reason": "need use ohos.permission.LISTEN_BUNDLE_CHANGE"
} }
], ],
"abilities": [ "abilities": [
{ {
"skills": [ "skills": [
{ {
"entities": [ "entities": [
"entity.system.home" "entity.system.home"
], ],
"actions": [ "actions": [
"action.system.home" "action.system.home"
] ]
} }
], ],
"orientation": "unspecified", "orientation": "unspecified",
"formsEnabled": false, "formsEnabled": false,
"name": ".MainAbility", "name": ".MainAbility",
"srcLanguage": "js", "srcLanguage": "js",
"srcPath": "MainAbility", "srcPath": "MainAbility",
"icon": "$media:icon", "icon": "$media:icon",
"description": "$string:MainAbility_desc", "description": "$string:MainAbility_desc",
"label": "$string:MainAbility_label", "label": "$string:MainAbility_label",
"type": "page", "type": "page",
"visible": true, "visible": true,
"launchType": "standard" "launchType": "standard"
}, },
{ {
"orientation": "unspecified", "orientation": "unspecified",
"formsEnabled": false, "formsEnabled": false,
"name": ".TestAbility", "name": ".TestAbility",
"srcLanguage": "js", "srcLanguage": "js",
"srcPath": "TestAbility", "srcPath": "TestAbility",
"icon": "$media:icon", "icon": "$media:icon",
"description": "$string:TestAbility_desc", "description": "$string:TestAbility_desc",
"label": "$string:TestAbility_label", "label": "$string:TestAbility_label",
"type": "page", "type": "page",
"visible": true, "visible": true,
"launchType": "standard" "launchType": "standard"
} }
], ],
"js": [ "js": [
{ {
"pages": [ "pages": [
"pages/index/index" "pages/index/index"
], ],
"name": "default", "name": "default",
"window": { "window": {
"designWidth": 720, "designWidth": 720,
"autoDesignWidth": false "autoDesignWidth": false
} }
}, },
{ {
"pages": [ "pages": [
"pages/index/index" "pages/index/index"
], ],
"name": ".TestAbility", "name": ".TestAbility",
"window": { "window": {
"designWidth": 720, "designWidth": 720,
"autoDesignWidth": false "autoDesignWidth": false
} }
} }
], ],
"testRunner": { "testRunner": {
"name": "OpenHarmonyTestRunner", "name": "OpenHarmonyTestRunner",
"srcPath": "TestRunner" "srcPath": "TestRunner"
} }
} }
} }
\ No newline at end of file
{ {
"app": { "app": {
"bundleName": "com.example.actssetcheckdatasyncenable", "bundleName": "com.example.actssetcheckdatasyncenable",
"vendor": "example", "vendor": "example",
"version": { "version": {
"code": 1, "code": 1,
"name": "1.0" "name": "1.0"
}, },
"apiVersion": { "apiVersion": {
"compatible": 4, "compatible": 4,
"target": 5, "target": 5,
"releaseType": "Beta1" "releaseType": "Beta1"
} }
}, },
"deviceConfig": {}, "deviceConfig": {},
"module": { "module": {
"package": "com.example.actssetcheckdatasyncenable", "package": "com.example.actssetcheckdatasyncenable",
"name": ".entry", "name": ".entry",
"mainAbility": ".MainAbility", "mainAbility": ".MainAbility",
"srcPath":"", "srcPath": "",
"deviceType": [ "deviceType": [
"default", "default",
"tablet" "tablet",
], "2in1"
"distro": { ],
"deliveryWithInstall": true, "distro": {
"moduleName": "entry", "deliveryWithInstall": true,
"moduleType": "entry" "moduleName": "entry",
}, "moduleType": "entry"
"defPermissions": [ },
{ "defPermissions": [
"availableScope": [], {
"grantMode": "user_grant", "availableScope": [],
"name": "ohos.permission.DISTRIBUTED_DATASYNC" "grantMode": "user_grant",
} "name": "ohos.permission.DISTRIBUTED_DATASYNC"
], }
"reqPermissions": [ ],
{ "reqPermissions": [
"name": "ohos.permission.GRANT_SENSITIVE_PERMISSIONS", {
"reason": "ceshi" "name": "ohos.permission.GRANT_SENSITIVE_PERMISSIONS",
}, "reason": "ceshi"
{ },
"name": "ohos.permission.DISTRIBUTED_DATASYNC", {
"reason": "ceshi" "name": "ohos.permission.DISTRIBUTED_DATASYNC",
}, "reason": "ceshi"
{ },
"name":"ohos.permission.GET_BUNDLE_INFO_PRIVILEGED", {
"reason":"need use ohos.permission.GET_BUNDLE_INFO_PRIVILEGED" "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" "name": "ohos.permission.GET_BUNDLE_INFO",
}, "reason": "need use ohos.permission.GET_BUNDLE_INFO"
{ },
"name":"ohos.permission.CHANGE_ABILITY_ENABLED_STATE", {
"reason":"need use ohos.permission.CHANGE_ABILITY_ENABLED_STATE" "name": "ohos.permission.CHANGE_ABILITY_ENABLED_STATE",
}, "reason": "need use ohos.permission.CHANGE_ABILITY_ENABLED_STATE"
{ },
"name":"ohos.permission.REMOVE_CACHE_FILES", {
"reason":"need use ohos.permission.REMOVE_CACHE_FILES" "name": "ohos.permission.REMOVE_CACHE_FILES",
}, "reason": "need use ohos.permission.REMOVE_CACHE_FILES"
{ },
"name":"ohos.permission.LISTEN_BUNDLE_CHANGE", {
"reason":"need use ohos.permission.LISTEN_BUNDLE_CHANGE" "name": "ohos.permission.LISTEN_BUNDLE_CHANGE",
} "reason": "need use ohos.permission.LISTEN_BUNDLE_CHANGE"
], }
"abilities": [ ],
{ "abilities": [
"skills": [ {
{ "skills": [
"entities": [ {
"entity.system.home" "entities": [
], "entity.system.home"
"actions": [ ],
"action.system.home" "actions": [
] "action.system.home"
} ]
], }
"orientation": "unspecified", ],
"formsEnabled": false, "orientation": "unspecified",
"name": ".MainAbility", "formsEnabled": false,
"srcLanguage": "js", "name": ".MainAbility",
"srcPath": "MainAbility", "srcLanguage": "js",
"icon": "$media:icon", "srcPath": "MainAbility",
"description": "$string:MainAbility_desc", "icon": "$media:icon",
"label": "$string:MainAbility_label", "description": "$string:MainAbility_desc",
"type": "page", "label": "$string:MainAbility_label",
"visible": true, "type": "page",
"launchType": "standard" "visible": true,
}, "launchType": "standard"
{ },
"orientation": "unspecified", {
"formsEnabled": false, "orientation": "unspecified",
"name": ".TestAbility", "formsEnabled": false,
"srcLanguage": "js", "name": ".TestAbility",
"srcPath": "TestAbility", "srcLanguage": "js",
"icon": "$media:icon", "srcPath": "TestAbility",
"description": "$string:TestAbility_desc", "icon": "$media:icon",
"label": "$string:TestAbility_label", "description": "$string:TestAbility_desc",
"type": "page", "label": "$string:TestAbility_label",
"visible": true, "type": "page",
"launchType": "standard" "visible": true,
} "launchType": "standard"
], }
"js": [ ],
{ "js": [
"pages": [ {
"pages/index/index" "pages": [
], "pages/index/index"
"name": "default", ],
"window": { "name": "default",
"designWidth": 720, "window": {
"autoDesignWidth": false "designWidth": 720,
} "autoDesignWidth": false
}, }
{ },
"pages": [ {
"pages/index/index" "pages": [
], "pages/index/index"
"name": ".TestAbility", ],
"window": { "name": ".TestAbility",
"designWidth": 720, "window": {
"autoDesignWidth": false "designWidth": 720,
} "autoDesignWidth": false
} }
], }
"testRunner": { ],
"name": "OpenHarmonyTestRunner", "testRunner": {
"srcPath": "TestRunner" "name": "OpenHarmonyTestRunner",
} "srcPath": "TestRunner"
} }
} }
}
\ No newline at end of file
{ {
"app": { "app": {
"bundleName": "com.example.actssetchecksyncenable", "bundleName": "com.example.actssetchecksyncenable",
"vendor": "example", "vendor": "example",
"version": { "version": {
"code": 1, "code": 1,
"name": "1.0" "name": "1.0"
}, },
"apiVersion": { "apiVersion": {
"compatible": 4, "compatible": 4,
"target": 5, "target": 5,
"releaseType": "Beta1" "releaseType": "Beta1"
} }
}, },
"deviceConfig": {}, "deviceConfig": {},
"module": { "module": {
"package": "com.example.actssetchecksyncenable", "package": "com.example.actssetchecksyncenable",
"name": ".entry", "name": ".entry",
"mainAbility": ".MainAbility", "mainAbility": ".MainAbility",
"srcPath":"", "srcPath": "",
"deviceType": [ "deviceType": [
"tablet", "tablet",
"default", "default",
"phone" "phone",
], "2in1"
"distro": { ],
"deliveryWithInstall": true, "distro": {
"moduleName": "entry", "deliveryWithInstall": true,
"moduleType": "entry" "moduleName": "entry",
}, "moduleType": "entry"
"defPermissions": [ },
{ "defPermissions": [
"availableScope": [], {
"grantMode": "user_grant", "availableScope": [],
"name": "ohos.permission.DISTRIBUTED_DATASYNC" "grantMode": "user_grant",
} "name": "ohos.permission.DISTRIBUTED_DATASYNC"
], }
"reqPermissions": [ ],
{ "reqPermissions": [
"name": "ohos.permission.GRANT_SENSITIVE_PERMISSIONS", {
"reason": "ceshi" "name": "ohos.permission.GRANT_SENSITIVE_PERMISSIONS",
}, "reason": "ceshi"
{ },
"name": "ohos.permission.DISTRIBUTED_DATASYNC", {
"reason": "ceshi" "name": "ohos.permission.DISTRIBUTED_DATASYNC",
}, "reason": "ceshi"
{ },
"name":"ohos.permission.GET_BUNDLE_INFO_PRIVILEGED", {
"reason":"need use ohos.permission.GET_BUNDLE_INFO_PRIVILEGED" "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" "name": "ohos.permission.GET_BUNDLE_INFO",
}, "reason": "need use ohos.permission.GET_BUNDLE_INFO"
{ },
"name":"ohos.permission.CHANGE_ABILITY_ENABLED_STATE", {
"reason":"need use ohos.permission.CHANGE_ABILITY_ENABLED_STATE" "name": "ohos.permission.CHANGE_ABILITY_ENABLED_STATE",
}, "reason": "need use ohos.permission.CHANGE_ABILITY_ENABLED_STATE"
{ },
"name":"ohos.permission.REMOVE_CACHE_FILES", {
"reason":"need use ohos.permission.REMOVE_CACHE_FILES" "name": "ohos.permission.REMOVE_CACHE_FILES",
}, "reason": "need use ohos.permission.REMOVE_CACHE_FILES"
{ },
"name":"ohos.permission.LISTEN_BUNDLE_CHANGE", {
"reason":"need use ohos.permission.LISTEN_BUNDLE_CHANGE" "name": "ohos.permission.LISTEN_BUNDLE_CHANGE",
} "reason": "need use ohos.permission.LISTEN_BUNDLE_CHANGE"
], }
"abilities": [ ],
{ "abilities": [
"skills": [ {
{ "skills": [
"entities": [ {
"entity.system.home" "entities": [
], "entity.system.home"
"actions": [ ],
"action.system.home" "actions": [
] "action.system.home"
} ]
], }
"orientation": "unspecified", ],
"formsEnabled": false, "orientation": "unspecified",
"name": ".MainAbility", "formsEnabled": false,
"srcLanguage": "js", "name": ".MainAbility",
"srcPath": "MainAbility", "srcLanguage": "js",
"icon": "$media:icon", "srcPath": "MainAbility",
"description": "$string:MainAbility_desc", "icon": "$media:icon",
"label": "$string:MainAbility_label", "description": "$string:MainAbility_desc",
"type": "page", "label": "$string:MainAbility_label",
"visible": true, "type": "page",
"launchType": "standard" "visible": true,
}, "launchType": "standard"
{ },
"orientation": "unspecified", {
"formsEnabled": false, "orientation": "unspecified",
"name": ".TestAbility", "formsEnabled": false,
"srcLanguage": "js", "name": ".TestAbility",
"srcPath": "TestAbility", "srcLanguage": "js",
"icon": "$media:icon", "srcPath": "TestAbility",
"description": "$string:TestAbility_desc", "icon": "$media:icon",
"label": "$string:TestAbility_label", "description": "$string:TestAbility_desc",
"type": "page", "label": "$string:TestAbility_label",
"visible": true, "type": "page",
"launchType": "standard" "visible": true,
} "launchType": "standard"
], }
"js": [ ],
{ "js": [
"pages": [ {
"pages/index/index" "pages": [
], "pages/index/index"
"name": "default", ],
"window": { "name": "default",
"designWidth": 720, "window": {
"autoDesignWidth": false "designWidth": 720,
} "autoDesignWidth": false
}, }
{ },
"pages": [ {
"pages/index/index" "pages": [
], "pages/index/index"
"name": ".TestAbility", ],
"window": { "name": ".TestAbility",
"designWidth": 720, "window": {
"autoDesignWidth": false "designWidth": 720,
} "autoDesignWidth": false
} }
], }
"testRunner": { ],
"name": "OpenHarmonyTestRunner", "testRunner": {
"srcPath": "TestRunner" "name": "OpenHarmonyTestRunner",
} "srcPath": "TestRunner"
} }
}
} }
\ No newline at end of file
{ {
"app": { "app": {
"bundleName": "com.example.getallaccountsnoparameter", "bundleName": "com.example.getallaccountsnoparameter",
"vendor": "example", "vendor": "example",
"version": { "version": {
"code": 1, "code": 1,
"name": "1.0" "name": "1.0"
}, },
"apiVersion": { "apiVersion": {
"compatible": 4, "compatible": 4,
"target": 5, "target": 5,
"releaseType": "Beta1" "releaseType": "Beta1"
} }
}, },
"deviceConfig": {}, "deviceConfig": {},
"module": { "module": {
"package": "com.example.getallaccountsnoparameter", "package": "com.example.getallaccountsnoparameter",
"name": ".entry", "name": ".entry",
"mainAbility": ".MainAbility", "mainAbility": ".MainAbility",
"srcPath":"", "srcPath": "",
"deviceType": [ "deviceType": [
"default", "default",
"tablet" "tablet",
], "2in1"
"distro": { ],
"deliveryWithInstall": true, "distro": {
"moduleName": "entry", "deliveryWithInstall": true,
"moduleType": "entry" "moduleName": "entry",
}, "moduleType": "entry"
"defPermissions": [ },
], "defPermissions": [],
"reqPermissions": [ "reqPermissions": [
{ {
"name":"ohos.permission.GET_BUNDLE_INFO_PRIVILEGED", "name": "ohos.permission.GET_BUNDLE_INFO_PRIVILEGED",
"reason":"need use ohos.permission.GET_BUNDLE_INFO_PRIVILEGED" "reason": "need use ohos.permission.GET_BUNDLE_INFO_PRIVILEGED"
}, },
{ {
"name":"ohos.permission.GET_BUNDLE_INFO", "name": "ohos.permission.GET_BUNDLE_INFO",
"reason":"need use ohos.permission.GET_BUNDLE_INFO" "reason": "need use ohos.permission.GET_BUNDLE_INFO"
}, },
{ {
"name":"ohos.permission.CHANGE_ABILITY_ENABLED_STATE", "name": "ohos.permission.CHANGE_ABILITY_ENABLED_STATE",
"reason":"need use ohos.permission.CHANGE_ABILITY_ENABLED_STATE" "reason": "need use ohos.permission.CHANGE_ABILITY_ENABLED_STATE"
}, },
{ {
"name":"ohos.permission.REMOVE_CACHE_FILES", "name": "ohos.permission.REMOVE_CACHE_FILES",
"reason":"need use ohos.permission.REMOVE_CACHE_FILES" "reason": "need use ohos.permission.REMOVE_CACHE_FILES"
}, },
{ {
"name":"ohos.permission.LISTEN_BUNDLE_CHANGE", "name": "ohos.permission.LISTEN_BUNDLE_CHANGE",
"reason":"need use ohos.permission.LISTEN_BUNDLE_CHANGE" "reason": "need use ohos.permission.LISTEN_BUNDLE_CHANGE"
} }
], ],
"abilities": [ "abilities": [
{ {
"skills": [ "skills": [
{ {
"entities": [ "entities": [
"entity.system.home" "entity.system.home"
], ],
"actions": [ "actions": [
"action.system.home" "action.system.home"
] ]
} }
], ],
"orientation": "unspecified", "orientation": "unspecified",
"formsEnabled": false, "formsEnabled": false,
"name": ".MainAbility", "name": ".MainAbility",
"srcLanguage": "js", "srcLanguage": "js",
"srcPath": "MainAbility", "srcPath": "MainAbility",
"icon": "$media:icon", "icon": "$media:icon",
"description": "$string:MainAbility_desc", "description": "$string:MainAbility_desc",
"label": "$string:MainAbility_label", "label": "$string:MainAbility_label",
"type": "page", "type": "page",
"visible": true, "visible": true,
"launchType": "standard" "launchType": "standard"
}, },
{ {
"orientation": "unspecified", "orientation": "unspecified",
"formsEnabled": false, "formsEnabled": false,
"name": ".TestAbility", "name": ".TestAbility",
"srcLanguage": "js", "srcLanguage": "js",
"srcPath": "TestAbility", "srcPath": "TestAbility",
"icon": "$media:icon", "icon": "$media:icon",
"description": "$string:TestAbility_desc", "description": "$string:TestAbility_desc",
"label": "$string:TestAbility_label", "label": "$string:TestAbility_label",
"type": "page", "type": "page",
"visible": true, "visible": true,
"launchType": "standard" "launchType": "standard"
} }
], ],
"js": [ "js": [
{ {
"pages": [ "pages": [
"pages/index/index" "pages/index/index"
], ],
"name": "default", "name": "default",
"window": { "window": {
"designWidth": 720, "designWidth": 720,
"autoDesignWidth": false "autoDesignWidth": false
} }
}, },
{ {
"pages": [ "pages": [
"pages/index/index" "pages/index/index"
], ],
"name": ".TestAbility", "name": ".TestAbility",
"window": { "window": {
"designWidth": 720, "designWidth": 720,
"autoDesignWidth": false "autoDesignWidth": false
} }
} }
], ],
"testRunner": { "testRunner": {
"name": "OpenHarmonyTestRunner", "name": "OpenHarmonyTestRunner",
"srcPath": "TestRunner" "srcPath": "TestRunner"
} }
} }
} }
\ No newline at end of file
{ {
"app": { "app": {
"bundleName": "com.example.getmultipleaccountstest", "bundleName": "com.example.getmultipleaccountstest",
"vendor": "example", "vendor": "example",
"version": { "version": {
"code": 1, "code": 1,
"name": "1.0" "name": "1.0"
}, },
"apiVersion": { "apiVersion": {
"compatible": 4, "compatible": 4,
"target": 5, "target": 5,
"releaseType": "Beta1" "releaseType": "Beta1"
} }
}, },
"deviceConfig": {}, "deviceConfig": {},
"module": { "module": {
"package": "com.example.getmultipleaccountstest", "package": "com.example.getmultipleaccountstest",
"name": ".entry", "name": ".entry",
"mainAbility": ".MainAbility", "mainAbility": ".MainAbility",
"srcPath":"", "srcPath": "",
"deviceType": [ "deviceType": [
"default", "default",
"tablet" "tablet",
], "2in1"
"distro": { ],
"deliveryWithInstall": true, "distro": {
"moduleName": "entry", "deliveryWithInstall": true,
"moduleType": "entry" "moduleName": "entry",
}, "moduleType": "entry"
"defPermissions": [ },
], "defPermissions": [],
"reqPermissions": [ "reqPermissions": [
{ {
"name":"ohos.permission.GET_BUNDLE_INFO_PRIVILEGED", "name": "ohos.permission.GET_BUNDLE_INFO_PRIVILEGED",
"reason":"need use ohos.permission.GET_BUNDLE_INFO_PRIVILEGED" "reason": "need use ohos.permission.GET_BUNDLE_INFO_PRIVILEGED"
}, },
{ {
"name":"ohos.permission.GET_BUNDLE_INFO", "name": "ohos.permission.GET_BUNDLE_INFO",
"reason":"need use ohos.permission.GET_BUNDLE_INFO" "reason": "need use ohos.permission.GET_BUNDLE_INFO"
}, },
{ {
"name":"ohos.permission.CHANGE_ABILITY_ENABLED_STATE", "name": "ohos.permission.CHANGE_ABILITY_ENABLED_STATE",
"reason":"need use ohos.permission.CHANGE_ABILITY_ENABLED_STATE" "reason": "need use ohos.permission.CHANGE_ABILITY_ENABLED_STATE"
}, },
{ {
"name":"ohos.permission.REMOVE_CACHE_FILES", "name": "ohos.permission.REMOVE_CACHE_FILES",
"reason":"need use ohos.permission.REMOVE_CACHE_FILES" "reason": "need use ohos.permission.REMOVE_CACHE_FILES"
}, },
{ {
"name":"ohos.permission.LISTEN_BUNDLE_CHANGE", "name": "ohos.permission.LISTEN_BUNDLE_CHANGE",
"reason":"need use ohos.permission.LISTEN_BUNDLE_CHANGE" "reason": "need use ohos.permission.LISTEN_BUNDLE_CHANGE"
} }
], ],
"abilities": [ "abilities": [
{ {
"skills": [ "skills": [
{ {
"entities": [ "entities": [
"entity.system.home" "entity.system.home"
], ],
"actions": [ "actions": [
"action.system.home" "action.system.home"
] ]
} }
], ],
"orientation": "unspecified", "orientation": "unspecified",
"formsEnabled": false, "formsEnabled": false,
"name": ".MainAbility", "name": ".MainAbility",
"srcLanguage": "js", "srcLanguage": "js",
"srcPath": "MainAbility", "srcPath": "MainAbility",
"icon": "$media:icon", "icon": "$media:icon",
"description": "$string:MainAbility_desc", "description": "$string:MainAbility_desc",
"label": "$string:MainAbility_label", "label": "$string:MainAbility_label",
"type": "page", "type": "page",
"visible": true, "visible": true,
"launchType": "standard" "launchType": "standard"
}, },
{ {
"orientation": "unspecified", "orientation": "unspecified",
"formsEnabled": false, "formsEnabled": false,
"name": ".TestAbility", "name": ".TestAbility",
"srcLanguage": "js", "srcLanguage": "js",
"srcPath": "TestAbility", "srcPath": "TestAbility",
"icon": "$media:icon", "icon": "$media:icon",
"description": "$string:TestAbility_desc", "description": "$string:TestAbility_desc",
"label": "$string:TestAbility_label", "label": "$string:TestAbility_label",
"type": "page", "type": "page",
"visible": true, "visible": true,
"launchType": "standard" "launchType": "standard"
} }
], ],
"js": [ "js": [
{ {
"pages": [ "pages": [
"pages/index/index" "pages/index/index"
], ],
"name": "default", "name": "default",
"window": { "window": {
"designWidth": 720, "designWidth": 720,
"autoDesignWidth": false "autoDesignWidth": false
} }
}, },
{ {
"pages": [ "pages": [
"pages/index/index" "pages/index/index"
], ],
"name": ".TestAbility", "name": ".TestAbility",
"window": { "window": {
"designWidth": 720, "designWidth": 720,
"autoDesignWidth": false "autoDesignWidth": false
} }
} }
], ],
"testRunner": { "testRunner": {
"name": "OpenHarmonyTestRunner", "name": "OpenHarmonyTestRunner",
"srcPath": "TestRunner" "srcPath": "TestRunner"
} }
} }
} }
\ No newline at end of file
{ {
"app": { "app": {
"bundleName": "com.example.actsaccountaccessiblefirst", "bundleName": "com.example.actsaccountaccessiblefirst",
"vendor": "example", "vendor": "example",
"version": { "version": {
"code": 1, "code": 1,
"name": "1.0" "name": "1.0"
}, },
"apiVersion": { "apiVersion": {
"compatible": 4, "compatible": 4,
"target": 5, "target": 5,
"releaseType": "Beta1" "releaseType": "Beta1"
} }
}, },
"deviceConfig": {}, "deviceConfig": {},
"module": { "module": {
"package": "com.example.actsaccountaccessiblefirst", "package": "com.example.actsaccountaccessiblefirst",
"name": ".MyApplication", "name": ".MyApplication",
"deviceType": [ "deviceType": [
"tablet", "tablet",
"default", "default",
"phone" "phone",
], "2in1"
"distro": { ],
"deliveryWithInstall": true, "distro": {
"moduleName": "entry", "deliveryWithInstall": true,
"moduleType": "entry" "moduleName": "entry",
}, "moduleType": "entry"
"reqPermissions": [ },
{ "reqPermissions": [
"name":"ohos.permission.GET_BUNDLE_INFO_PRIVILEGED", {
"reason":"need use ohos.permission.GET_BUNDLE_INFO_PRIVILEGED" "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" "name": "ohos.permission.GET_BUNDLE_INFO",
}, "reason": "need use ohos.permission.GET_BUNDLE_INFO"
{ },
"name":"ohos.permission.CHANGE_ABILITY_ENABLED_STATE", {
"reason":"need use ohos.permission.CHANGE_ABILITY_ENABLED_STATE" "name": "ohos.permission.CHANGE_ABILITY_ENABLED_STATE",
}, "reason": "need use ohos.permission.CHANGE_ABILITY_ENABLED_STATE"
{ },
"name":"ohos.permission.REMOVE_CACHE_FILES", {
"reason":"need use ohos.permission.REMOVE_CACHE_FILES" "name": "ohos.permission.REMOVE_CACHE_FILES",
}, "reason": "need use ohos.permission.REMOVE_CACHE_FILES"
{ },
"name":"ohos.permission.LISTEN_BUNDLE_CHANGE", {
"reason":"need use ohos.permission.LISTEN_BUNDLE_CHANGE" "name": "ohos.permission.LISTEN_BUNDLE_CHANGE",
} "reason": "need use ohos.permission.LISTEN_BUNDLE_CHANGE"
], }
"abilities": [ ],
{ "abilities": [
"skills": [ {
{ "skills": [
"entities": [ {
"entity.system.home" "entities": [
], "entity.system.home"
"actions": [ ],
"action.system.home" "actions": [
] "action.system.home"
} ]
], }
"name": "com.example.actsaccountaccessiblefirst.MainAbility", ],
"icon": "$media:icon", "name": "com.example.actsaccountaccessiblefirst.MainAbility",
"description": "$string:mainability_description", "icon": "$media:icon",
"label": "$string:app_name", "description": "$string:mainability_description",
"type": "page", "label": "$string:app_name",
"visible": true, "type": "page",
"launchType": "standard" "visible": true,
} "launchType": "standard"
], }
"js": [ ],
{ "js": [
"pages": [ {
"pages/index/index" "pages": [
], "pages/index/index"
"name": "default", ],
"window": { "name": "default",
"designWidth": 720, "window": {
"autoDesignWidth": false "designWidth": 720,
} "autoDesignWidth": false
} }
] }
} ]
}
} }
\ No newline at end of file
{ {
"app": { "app": {
"bundleName": "com.example.actsaccountaccessiblesecond", "bundleName": "com.example.actsaccountaccessiblesecond",
"vendor": "example", "vendor": "example",
"version": { "version": {
"code": 1, "code": 1,
"name": "1.0" "name": "1.0"
}, },
"apiVersion": { "apiVersion": {
"compatible": 4, "compatible": 4,
"target": 5, "target": 5,
"releaseType": "Beta1" "releaseType": "Beta1"
} }
}, },
"deviceConfig": {}, "deviceConfig": {},
"module": { "module": {
"package": "com.example.actsaccountaccessiblesecond", "package": "com.example.actsaccountaccessiblesecond",
"name": ".MyApplication", "name": ".MyApplication",
"deviceType": [ "deviceType": [
"tablet", "tablet",
"default", "default",
"phone" "phone",
], "2in1"
"distro": { ],
"deliveryWithInstall": true, "distro": {
"moduleName": "entry", "deliveryWithInstall": true,
"moduleType": "entry" "moduleName": "entry",
}, "moduleType": "entry"
"abilities": [ },
{ "abilities": [
"skills": [ {
{ "skills": [
"entities": [ {
"entity.system.home" "entities": [
], "entity.system.home"
"actions": [ ],
"action.system.home" "actions": [
] "action.system.home"
} ]
], }
"name": "com.example.actsaccountaccessiblesecond.MainAbility", ],
"icon": "$media:icon", "name": "com.example.actsaccountaccessiblesecond.MainAbility",
"description": "$string:mainability_description", "icon": "$media:icon",
"label": "$string:app_name", "description": "$string:mainability_description",
"type": "page", "label": "$string:app_name",
"visible": true, "type": "page",
"launchType": "standard" "visible": true,
} "launchType": "standard"
], }
"js": [ ],
{ "js": [
"pages": [ {
"pages/index/index" "pages": [
], "pages/index/index"
"name": "default", ],
"window": { "name": "default",
"designWidth": 720, "window": {
"autoDesignWidth": false "designWidth": 720,
} "autoDesignWidth": false
} }
] }
} ]
}
} }
\ No newline at end of file
{ {
"app": { "app": {
"vendor": "example", "vendor": "example",
"bundleName": "com.example.accountauthenticator", "bundleName": "com.example.accountauthenticator",
"version": { "version": {
"code": 1000000, "code": 1000000,
"name": "1.0.0" "name": "1.0.0"
}, },
"apiVersion": { "apiVersion": {
"compatible": 7, "compatible": 7,
"target": 7 "target": 7
} }
}, },
"deviceConfig": {}, "deviceConfig": {},
"module": { "module": {
"mainAbility": ".MainAbility", "mainAbility": ".MainAbility",
"deviceType": [ "deviceType": [
"tablet", "tablet",
"default", "default",
"default", "default",
"tablet" "tablet",
], "2in1"
"abilities": [ ],
{ "abilities": [
"skills": [ {
{ "skills": [
"entities": [ {
"entity.system.home" "entities": [
], "entity.system.home"
"actions": [ ],
"action.system.home" "actions": [
] "action.system.home"
} ]
], }
"orientation": "unspecified", ],
"visible": true, "orientation": "unspecified",
"srcPath": "MainAbility", "visible": true,
"name": "com.example.accountauthenticator.MainAbility", "srcPath": "MainAbility",
"srcLanguage": "js", "name": "com.example.accountauthenticator.MainAbility",
"icon": "$media:icon", "srcLanguage": "js",
"description": "$string:MainAbility_desc", "icon": "$media:icon",
"formsEnabled": false, "description": "$string:MainAbility_desc",
"label": "$string:MainAbility_label", "formsEnabled": false,
"type": "page", "label": "$string:MainAbility_label",
"launchType": "standard" "type": "page",
}, "launchType": "standard"
{ },
"srcPath": "ServiceAbility", {
"name": ".ServiceAbility", "srcPath": "ServiceAbility",
"srcLanguage": "js", "name": ".ServiceAbility",
"icon": "$media:icon", "srcLanguage": "js",
"description": "$string:ServiceAbility_desc", "icon": "$media:icon",
"type": "service", "description": "$string:ServiceAbility_desc",
"visible": true, "type": "service",
"skills": [{"actions": [ "visible": true,
"ohos.account.appAccount.action.oauth" "skills": [
]}] {
} "actions": [
], "ohos.account.appAccount.action.oauth"
"distro": { ]
"moduleType": "entry", }
"installationFree": true, ]
"deliveryWithInstall": true, }
"moduleName": "entry" ],
}, "distro": {
"package": "com.example.entry", "moduleType": "entry",
"srcPath": "", "installationFree": true,
"name": ".entry", "deliveryWithInstall": true,
"js": [ "moduleName": "entry"
{ },
"pages": [ "package": "com.example.entry",
"pages/index/index" "srcPath": "",
], "name": ".entry",
"name": ".MainAbility", "js": [
"window": { {
"designWidth": 720, "pages": [
"autoDesignWidth": false "pages/index/index"
} ],
} "name": ".MainAbility",
] "window": {
} "designWidth": 720,
"autoDesignWidth": false
}
}
]
}
} }
\ No newline at end of file
{ {
"app": { "app": {
"bundleName": "com.example.actsaccountOauthtoken", "bundleName": "com.example.actsaccountOauthtoken",
"vendor": "example", "vendor": "example",
"version": { "version": {
"code": 1, "code": 1,
"name": "1.0" "name": "1.0"
}, },
"apiVersion": { "apiVersion": {
"compatible": 4, "compatible": 4,
"target": 5, "target": 5,
"releaseType": "Beta1" "releaseType": "Beta1"
} }
},
"deviceConfig": {},
"module": {
"package": "com.example.actsaccountOauthtoken",
"name": ".MyApplication",
"deviceType": [
"tablet",
"default",
"phone"
],
"distro": {
"deliveryWithInstall": true,
"moduleName": "entry",
"moduleType": "entry"
}, },
"abilities": [ "deviceConfig": {},
{ "module": {
"skills": [ "package": "com.example.actsaccountOauthtoken",
{ "name": ".MyApplication",
"entities": [ "deviceType": [
"entity.system.home" "tablet",
], "default",
"actions": [ "phone",
"action.system.home", "2in1"
"ohos.account.appAccount.action.oauth"
]
}
], ],
"name": "com.example.actsaccountoauthtoken.MainAbility", "distro": {
"icon": "$media:icon", "deliveryWithInstall": true,
"description": "$string:mainability_description", "moduleName": "entry",
"label": "$string:app_name", "moduleType": "entry"
"type": "service", },
"visible": true, "abilities": [
"launchType": "standard" {
} "skills": [
], {
"js": [ "entities": [
{ "entity.system.home"
"pages": [ ],
"pages/index/index" "actions": [
"action.system.home",
"ohos.account.appAccount.action.oauth"
]
}
],
"name": "com.example.actsaccountoauthtoken.MainAbility",
"icon": "$media:icon",
"description": "$string:mainability_description",
"label": "$string:app_name",
"type": "service",
"visible": true,
"launchType": "standard"
}
], ],
"name": "default", "js": [
"window": { {
"designWidth": 720, "pages": [
"autoDesignWidth": false "pages/index/index"
} ],
} "name": "default",
] "window": {
} "designWidth": 720,
"autoDesignWidth": false
}
}
]
}
} }
\ No newline at end of file
{ {
"app": { "app": {
"bundleName": "com.example.actsaccountsceneaccessible", "bundleName": "com.example.actsaccountsceneaccessible",
"vendor": "example", "vendor": "example",
"version": { "version": {
"code": 1, "code": 1,
"name": "1.0" "name": "1.0"
}, },
"apiVersion": { "apiVersion": {
"compatible": 4, "compatible": 4,
"target": 5, "target": 5,
"releaseType": "Beta1" "releaseType": "Beta1"
} }
}, },
"deviceConfig": {}, "deviceConfig": {},
"module": { "module": {
"package": "com.example.actsaccountsceneaccessible", "package": "com.example.actsaccountsceneaccessible",
"name": ".MyApplication", "name": ".MyApplication",
"deviceType": [ "deviceType": [
"tablet", "tablet",
"default", "default",
"phone" "phone",
], "2in1"
"distro": { ],
"deliveryWithInstall": true, "distro": {
"moduleName": "entry", "deliveryWithInstall": true,
"moduleType": "entry" "moduleName": "entry",
}, "moduleType": "entry"
"abilities": [ },
{ "abilities": [
"skills": [ {
{ "skills": [
"entities": [ {
"entity.system.home" "entities": [
], "entity.system.home"
"actions": [ ],
"action.system.home" "actions": [
] "action.system.home"
} ]
], }
"name": "com.example.actsaccountsceneaccessible.MainAbility", ],
"icon": "$media:icon", "name": "com.example.actsaccountsceneaccessible.MainAbility",
"description": "$string:mainability_description", "icon": "$media:icon",
"label": "$string:app_name", "description": "$string:mainability_description",
"type": "page", "label": "$string:app_name",
"visible": true, "type": "page",
"launchType": "standard" "visible": true,
} "launchType": "standard"
], }
"js": [ ],
{ "js": [
"pages": [ {
"pages/index/index" "pages": [
], "pages/index/index"
"name": "default", ],
"window": { "name": "default",
"designWidth": 720, "window": {
"autoDesignWidth": false "designWidth": 720,
} "autoDesignWidth": false
} }
] }
} ]
}
} }
\ No newline at end of file
{ {
"app": { "app": {
"bundleName": "com.example.actsaccountsceneappaccess", "bundleName": "com.example.actsaccountsceneappaccess",
"vendor": "example", "vendor": "example",
"version": { "version": {
"code": 1, "code": 1,
"name": "1.0" "name": "1.0"
}, },
"apiVersion": { "apiVersion": {
"compatible": 4, "compatible": 4,
"target": 5, "target": 5,
"releaseType": "Beta1" "releaseType": "Beta1"
} }
}, },
"deviceConfig": {}, "deviceConfig": {},
"module": { "module": {
"package": "com.example.actsaccountsceneappaccess", "package": "com.example.actsaccountsceneappaccess",
"name": ".MyApplication", "name": ".MyApplication",
"deviceType": [ "deviceType": [
"tablet", "tablet",
"default", "default",
"phone" "phone",
], "2in1"
"distro": { ],
"deliveryWithInstall": true, "distro": {
"moduleName": "entry", "deliveryWithInstall": true,
"moduleType": "entry" "moduleName": "entry",
}, "moduleType": "entry"
"abilities": [ },
{ "abilities": [
"skills": [ {
{ "skills": [
"entities": [ {
"entity.system.home" "entities": [
], "entity.system.home"
"actions": [ ],
"action.system.home" "actions": [
] "action.system.home"
} ]
], }
"name": "com.example.actsaccountsceneappaccess.MainAbility", ],
"icon": "$media:icon", "name": "com.example.actsaccountsceneappaccess.MainAbility",
"description": "$string:mainability_description", "icon": "$media:icon",
"label": "$string:app_name", "description": "$string:mainability_description",
"type": "page", "label": "$string:app_name",
"visible": true, "type": "page",
"launchType": "standard" "visible": true,
} "launchType": "standard"
], }
"js": [ ],
{ "js": [
"pages": [ {
"pages/index/index" "pages": [
], "pages/index/index"
"name": "default", ],
"window": { "name": "default",
"designWidth": 720, "window": {
"autoDesignWidth": false "designWidth": 720,
} "autoDesignWidth": false
} }
] }
} ]
}
} }
\ No newline at end of file
{ {
"app": { "app": {
"bundleName": "com.example.actsaccountsceneonoff", "bundleName": "com.example.actsaccountsceneonoff",
"vendor": "example", "vendor": "example",
"version": { "version": {
"code": 1, "code": 1,
"name": "1.0" "name": "1.0"
}, },
"apiVersion": { "apiVersion": {
"compatible": 4, "compatible": 4,
"target": 5, "target": 5,
"releaseType": "Beta1" "releaseType": "Beta1"
} }
}, },
"deviceConfig": {}, "deviceConfig": {},
"module": { "module": {
"package": "com.example.actsaccountsceneonoff", "package": "com.example.actsaccountsceneonoff",
"name": ".MyApplication", "name": ".MyApplication",
"deviceType": [ "deviceType": [
"tablet", "tablet",
"default", "default",
"phone" "phone",
], "2in1"
"distro": { ],
"deliveryWithInstall": true, "distro": {
"moduleName": "entry", "deliveryWithInstall": true,
"moduleType": "entry" "moduleName": "entry",
}, "moduleType": "entry"
"abilities": [ },
{ "abilities": [
"skills": [ {
{ "skills": [
"entities": [ {
"entity.system.home" "entities": [
], "entity.system.home"
"actions": [ ],
"action.system.home" "actions": [
] "action.system.home"
} ]
], }
"name": "com.example.actsaccountsceneonoff.MainAbility", ],
"icon": "$media:icon", "name": "com.example.actsaccountsceneonoff.MainAbility",
"description": "$string:mainability_description", "icon": "$media:icon",
"label": "$string:app_name", "description": "$string:mainability_description",
"type": "page", "label": "$string:app_name",
"visible": true, "type": "page",
"launchType": "standard" "visible": true,
} "launchType": "standard"
], }
"js": [ ],
{ "js": [
"pages": [ {
"pages/index/index" "pages": [
], "pages/index/index"
"name": "default", ],
"window": { "name": "default",
"designWidth": 720, "window": {
"autoDesignWidth": false "designWidth": 720,
} "autoDesignWidth": false
} }
] }
} ]
}
} }
\ No newline at end of file
{ {
"app": { "app": {
"bundleName": "com.example.actsscenegetallaccounts", "bundleName": "com.example.actsscenegetallaccounts",
"vendor": "example", "vendor": "example",
"version": { "version": {
"code": 1, "code": 1,
"name": "1.0" "name": "1.0"
}, },
"apiVersion": { "apiVersion": {
"compatible": 4, "compatible": 4,
"target": 5, "target": 5,
"releaseType": "Beta1" "releaseType": "Beta1"
} }
}, },
"deviceConfig": {}, "deviceConfig": {},
"module": { "module": {
"package": "com.example.actsscenegetallaccounts", "package": "com.example.actsscenegetallaccounts",
"name": ".MyApplication", "name": ".MyApplication",
"deviceType": [ "deviceType": [
"tablet", "tablet",
"default", "default",
"phone" "phone",
], "2in1"
"distro": { ],
"deliveryWithInstall": true, "distro": {
"moduleName": "entry", "deliveryWithInstall": true,
"moduleType": "entry" "moduleName": "entry",
}, "moduleType": "entry"
"abilities": [ },
{ "abilities": [
"skills": [ {
{ "skills": [
"entities": [ {
"entity.system.home" "entities": [
], "entity.system.home"
"actions": [ ],
"action.system.home" "actions": [
] "action.system.home"
} ]
], }
"name": "com.example.actsscenegetallaccounts.MainAbility", ],
"icon": "$media:icon", "name": "com.example.actsscenegetallaccounts.MainAbility",
"description": "$string:mainability_description", "icon": "$media:icon",
"label": "$string:app_name", "description": "$string:mainability_description",
"type": "page", "label": "$string:app_name",
"visible": true, "type": "page",
"launchType": "standard" "visible": true,
} "launchType": "standard"
], }
"js": [ ],
{ "js": [
"pages": [ {
"pages/index/index" "pages": [
], "pages/index/index"
"name": "default", ],
"window": { "name": "default",
"designWidth": 720, "window": {
"autoDesignWidth": false "designWidth": 720,
} "autoDesignWidth": false
} }
] }
} ]
}
} }
\ No newline at end of file
{ {
"app": { "app": {
"bundleName": "com.example.actsosaccountthirdpartytest", "bundleName": "com.example.actsosaccountthirdpartytest",
"vendor": "example", "vendor": "example",
"version": { "version": {
"code": 1, "code": 1,
"name": "1.0" "name": "1.0"
}, },
"apiVersion": { "apiVersion": {
"compatible": 4, "compatible": 4,
"target": 5, "target": 5,
"releaseType": "Beta1" "releaseType": "Beta1"
} }
}, },
"deviceConfig": {}, "deviceConfig": {},
"module": { "module": {
"package": "com.example.actsosaccountthirdpartytest", "package": "com.example.actsosaccountthirdpartytest",
"name": ".entry", "name": ".entry",
"mainAbility": ".MainAbility", "mainAbility": ".MainAbility",
"srcPath":"", "srcPath": "",
"deviceType": [ "deviceType": [
"tablet", "tablet",
"default", "default",
"phone" "phone",
], "2in1"
"distro": { ],
"deliveryWithInstall": true, "distro": {
"moduleName": "entry", "deliveryWithInstall": true,
"moduleType": "entry" "moduleName": "entry",
}, "moduleType": "entry"
"defPermissions": [ },
{ "defPermissions": [
"availableScope": [], {
"grantMode": "system_grant", "availableScope": [],
"name": "ohos.permission.MANAGE_LOCAL_ACCOUNTS" "grantMode": "system_grant",
}, "name": "ohos.permission.MANAGE_LOCAL_ACCOUNTS"
{ },
"availableScope": [], {
"grantMode": "system_grant", "availableScope": [],
"name": "ohos.permission.DISTRIBUTED_DATASYNC" "grantMode": "system_grant",
} "name": "ohos.permission.DISTRIBUTED_DATASYNC"
], }
"reqPermissions": [ ],
{ "reqPermissions": [
"name": "ohos.permission.MANAGE_LOCAL_ACCOUNTS", {
"reason": "ceshi" "name": "ohos.permission.MANAGE_LOCAL_ACCOUNTS",
}, "reason": "ceshi"
{ },
"name": "ohos.permission.DISTRIBUTED_DATASYNC", {
"reason": "ceshi" "name": "ohos.permission.DISTRIBUTED_DATASYNC",
} "reason": "ceshi"
], }
"abilities": [ ],
{ "abilities": [
"skills": [ {
{ "skills": [
"entities": [ {
"entity.system.home" "entities": [
], "entity.system.home"
"actions": [ ],
"action.system.home" "actions": [
] "action.system.home"
} ]
], }
"orientation": "unspecified", ],
"formsEnabled": false, "orientation": "unspecified",
"name": ".MainAbility", "formsEnabled": false,
"srcLanguage": "js", "name": ".MainAbility",
"srcPath": "MainAbility", "srcLanguage": "js",
"icon": "$media:icon", "srcPath": "MainAbility",
"description": "$string:MainAbility_desc", "icon": "$media:icon",
"label": "$string:MainAbility_label", "description": "$string:MainAbility_desc",
"type": "page", "label": "$string:MainAbility_label",
"visible": true, "type": "page",
"launchType": "standard" "visible": true,
}, "launchType": "standard"
{ },
"orientation": "unspecified", {
"formsEnabled": false, "orientation": "unspecified",
"name": ".TestAbility", "formsEnabled": false,
"srcLanguage": "js", "name": ".TestAbility",
"srcPath": "TestAbility", "srcLanguage": "js",
"icon": "$media:icon", "srcPath": "TestAbility",
"description": "$string:TestAbility_desc", "icon": "$media:icon",
"label": "$string:TestAbility_label", "description": "$string:TestAbility_desc",
"type": "page", "label": "$string:TestAbility_label",
"visible": true, "type": "page",
"launchType": "standard" "visible": true,
} "launchType": "standard"
], }
"js": [ ],
{ "js": [
"pages": [ {
"pages/index/index" "pages": [
], "pages/index/index"
"name": "default", ],
"window": { "name": "default",
"designWidth": 720, "window": {
"autoDesignWidth": false "designWidth": 720,
} "autoDesignWidth": false
}, }
{ },
"pages": [ {
"pages/index/index" "pages": [
], "pages/index/index"
"name": ".TestAbility", ],
"window": { "name": ".TestAbility",
"designWidth": 720, "window": {
"autoDesignWidth": false "designWidth": 720,
} "autoDesignWidth": false
} }
], }
"testRunner": { ],
"name": "OpenHarmonyTestRunner", "testRunner": {
"srcPath": "TestRunner" "name": "OpenHarmonyTestRunner",
} "srcPath": "TestRunner"
} }
}
} }
\ No newline at end of file
{ {
"app": { "app": {
"bundleName": "com.open.harmony.webview", "bundleName": "com.open.harmony.webview",
"vendor": "open", "vendor": "open",
"version": { "version": {
"code": 1000000, "code": 1000000,
"name": "1.0.0" "name": "1.0.0"
}, },
"apiVersion": { "apiVersion": {
"compatible": 8, "compatible": 8,
"releaseType": "Release", "releaseType": "Release",
"target": 8 "target": 8
} }
},
"deviceConfig": {},
"module": {
"package": "com.open.harmony.webview",
"name": ".MyApplication",
"mainAbility": "com.open.harmony.webview.MainAbility",
"deviceType": [
"tablet",
"default",
"phone"
],
"distro": {
"deliveryWithInstall": true,
"moduleName": "entry",
"moduleType": "entry",
"installationFree": false
}, },
"abilities": [ "deviceConfig": {},
{ "module": {
"skills": [ "package": "com.open.harmony.webview",
{ "name": ".MyApplication",
"entities": [ "mainAbility": "com.open.harmony.webview.MainAbility",
"entity.system.home" "deviceType": [
], "tablet",
"actions": [ "default",
"action.system.home" "phone",
] "2in1"
}
], ],
"orientation": "unspecified", "distro": {
"visible": true, "deliveryWithInstall": true,
"srcPath": "MainAbility", "moduleName": "entry",
"name": ".MainAbility", "moduleType": "entry",
"srcLanguage": "ets", "installationFree": false
"icon": "$media:icon",
"description": "$string:description_mainability",
"formsEnabled": false,
"label": "$string:entry_MainAbility",
"type": "page",
"launchType": "standard"
}
],
"js": [
{
"mode": {
"syntax": "ets",
"type": "pageAbility"
}, },
"pages": [ "abilities": [
"pages/index", {
"pages/webStyle", "skills": [
"pages/webProp", {
"pages/webEvent" "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"
}
], ],
"name": ".MainAbility", "js": [
"window": { {
"designWidth": 720, "mode": {
"autoDesignWidth": false "syntax": "ets",
} "type": "pageAbility"
} },
] "pages": [
} "pages/index",
} "pages/webStyle",
"pages/webProp",
"pages/webEvent"
],
"name": ".MainAbility",
"window": {
"designWidth": 720,
"autoDesignWidth": false
}
}
]
}
}
\ No newline at end of file
{ {
"app": { "app": {
"bundleName": "com.acts.ace.xcomponentetstest", "bundleName": "com.acts.ace.xcomponentetstest",
"vendor": "open", "vendor": "open",
"version": { "version": {
"code": 1000000, "code": 1000000,
"name": "1.0.0" "name": "1.0.0"
}, },
"apiVersion": { "apiVersion": {
"compatible": 7, "compatible": 7,
"releaseType": "Release", "releaseType": "Release",
"target": 8 "target": 8
} }
}, },
"deviceConfig": {}, "deviceConfig": {},
"module": { "module": {
"package": "com.acts.ace.xcomponentetstest", "package": "com.acts.ace.xcomponentetstest",
"name": ".MyApplication", "name": ".MyApplication",
"mainAbility": "com.acts.ace.xcomponentetstest.MainAbility", "mainAbility": "com.acts.ace.xcomponentetstest.MainAbility",
"deviceType": [
"deviceType": [ "tablet",
"tablet", "default",
"default", "phone",
"phone" "2in1"
], ],
"distro": { "distro": {
"deliveryWithInstall": true, "deliveryWithInstall": true,
"moduleName": "entry", "moduleName": "entry",
"moduleType": "entry", "moduleType": "entry",
"installationFree": false "installationFree": false
}, },
"abilities": [ "abilities": [
{ {
"skills": [ "skills": [
{ {
"entities": [ "entities": [
"entity.system.home" "entity.system.home"
], ],
"actions": [ "actions": [
"action.system.home" "action.system.home"
] ]
} }
], ],
"orientation": "unspecified", "orientation": "unspecified",
"visible": true, "visible": true,
"srcPath": "MainAbility", "srcPath": "MainAbility",
"name": ".MainAbility", "name": ".MainAbility",
"srcLanguage": "ets", "srcLanguage": "ets",
"icon": "$media:icon", "icon": "$media:icon",
"description": "$string:description_mainability", "description": "$string:description_mainability",
"formsEnabled": false, "formsEnabled": false,
"label": "$string:entry_MainAbility", "label": "$string:entry_MainAbility",
"type": "page", "type": "page",
"launchType": "singleton" "launchType": "singleton"
}, },
{ {
"orientation": "unspecified", "orientation": "unspecified",
"visible": true, "visible": true,
"srcPath": "TestAbility", "srcPath": "TestAbility",
"name": ".TestAbility", "name": ".TestAbility",
"srcLanguage": "ets", "srcLanguage": "ets",
"icon": "$media:icon", "icon": "$media:icon",
"description": "$string:TestAbility_desc", "description": "$string:TestAbility_desc",
"formsEnabled": false, "formsEnabled": false,
"label": "$string:TestAbility_label", "label": "$string:TestAbility_label",
"type": "page", "type": "page",
"launchType": "singleton" "launchType": "singleton"
} }
], ],
"js": [ "js": [
{ {
"mode": { "mode": {
"syntax": "ets", "syntax": "ets",
"type": "pageAbility" "type": "pageAbility"
}, },
"pages": [ "pages": [
"pages/index" "pages/index"
], ],
"name": ".MainAbility", "name": ".MainAbility",
"window": { "window": {
"designWidth": 720, "designWidth": 720,
"autoDesignWidth": false "autoDesignWidth": false
} }
}, },
{ {
"mode": { "mode": {
"syntax": "ets", "syntax": "ets",
"type": "pageAbility" "type": "pageAbility"
}, },
"pages": [ "pages": [
"pages/index" "pages/index"
], ],
"name": ".TestAbility", "name": ".TestAbility",
"window": { "window": {
"designWidth": 720, "designWidth": 720,
"autoDesignWidth": false "autoDesignWidth": false
} }
} }
] ]
} }
} }
\ No newline at end of file
...@@ -17,9 +17,10 @@ ...@@ -17,9 +17,10 @@
"name": ".entry", "name": ".entry",
"mainAbility": ".MainAbility", "mainAbility": ".MainAbility",
"deviceType": [ "deviceType": [
"tablet", "tablet",
"default", "default",
"phone" "phone",
"2in1"
], ],
"distro": { "distro": {
"deliveryWithInstall": true, "deliveryWithInstall": true,
......
{ {
"app": { "app": {
"bundleName": "com.acts.ace.napitest", "bundleName": "com.acts.ace.napitest",
"vendor": "open", "vendor": "open",
"version": { "version": {
"code": 1000000, "code": 1000000,
"name": "1.0.0" "name": "1.0.0"
},
"apiVersion": {
"compatible": 7,
"releaseType": "Release",
"target": 8
}
},
"deviceConfig": {},
"module": {
"package": "com.acts.ace.napitest",
"name": ".MyApplication",
"mainAbility": "com.acts.ace.napitest.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",
"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": [ "apiVersion": {
"pages/index" "compatible": 7,
], "releaseType": "Release",
"name": ".MainAbility", "target": 8
"window": {
"designWidth": 720,
"autoDesignWidth": false
} }
}, },
{ "deviceConfig": {},
"mode": { "module": {
"syntax": "ets", "package": "com.acts.ace.napitest",
"type": "pageAbility" "name": ".MyApplication",
"mainAbility": "com.acts.ace.napitest.MainAbility",
"deviceType": [
"tablet",
"default",
"phone",
"2in1"
],
"distro": {
"deliveryWithInstall": true,
"moduleName": "entry",
"moduleType": "entry",
"installationFree": false
}, },
"pages": [ "abilities": [
"pages/index" {
"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"
}
], ],
"name": ".TestAbility", "js": [
"window": { {
"designWidth": 720, "mode": {
"autoDesignWidth": false "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
{ {
"app": { "app": {
"bundleName": "com.example.acevideo", "bundleName": "com.example.acevideo",
"vendor": "example", "vendor": "example",
"version": { "version": {
"code": 1000000, "code": 1000000,
"name": "1.0.0" "name": "1.0.0"
}, },
"apiVersion": { "apiVersion": {
"compatible": 4, "compatible": 4,
"target": 8 "target": 8
} }
}, },
"deviceConfig": {}, "deviceConfig": {},
"module": { "module": {
"package": "com.example.acevideo", "package": "com.example.acevideo",
"name": ".entry", "name": ".entry",
"mainAbility": ".MainAbility", "mainAbility": ".MainAbility",
"deviceType": [ "deviceType": [
"tablet", "tablet",
"default", "default",
"phone" "phone",
], "2in1"
"distro": { ],
"deliveryWithInstall": true, "distro": {
"moduleName": "entry", "deliveryWithInstall": true,
"moduleType": "entry", "moduleName": "entry",
"installationFree": false "moduleType": "entry",
}, "installationFree": false
"abilities": [ },
{ "abilities": [
"skills": [ {
{ "skills": [
"entities": [ {
"entity.system.home" "entities": [
], "entity.system.home"
"actions": [ ],
"action.system.home" "actions": [
] "action.system.home"
} ]
], }
"orientation": "unspecified", ],
"formsEnabled": false, "orientation": "unspecified",
"name": ".MainAbility", "formsEnabled": false,
"srcLanguage": "js", "name": ".MainAbility",
"srcPath": "MainAbility", "srcLanguage": "js",
"icon": "$media:icon", "srcPath": "MainAbility",
"description": "$string:MainAbility_desc", "icon": "$media:icon",
"label": "$string:MainAbility_label", "description": "$string:MainAbility_desc",
"type": "page", "label": "$string:MainAbility_label",
"visible": true, "type": "page",
"launchType": "standard" "visible": true,
}, "launchType": "standard"
{ },
"orientation": "unspecified", {
"formsEnabled": false, "orientation": "unspecified",
"name": ".TestAbility", "formsEnabled": false,
"srcLanguage": "js", "name": ".TestAbility",
"srcPath": "TestAbility", "srcLanguage": "js",
"icon": "$media:icon", "srcPath": "TestAbility",
"description": "$string:TestAbility_desc", "icon": "$media:icon",
"label": "$string:TestAbility_label", "description": "$string:TestAbility_desc",
"type": "page", "label": "$string:TestAbility_label",
"visible": true, "type": "page",
"launchType": "standard" "visible": true,
} "launchType": "standard"
], }
"js": [ ],
{ "js": [
"pages": [ {
"pages/index/index", "pages": [
"pages/routerPush/index", "pages/index/index",
"pages/routerReplace/index", "pages/routerPush/index",
"pages/video/router/index" "pages/routerReplace/index",
], "pages/video/router/index"
"name": "default", ],
"window": { "name": "default",
"designWidth": 720, "window": {
"autoDesignWidth": true "designWidth": 720,
} "autoDesignWidth": true
}, }
{ },
"pages": [ {
"pages/index/index" "pages": [
], "pages/index/index"
"name": ".TestAbility", ],
"window": { "name": ".TestAbility",
"designWidth": 720, "window": {
"autoDesignWidth": false "designWidth": 720,
} "autoDesignWidth": false
} }
], }
"testRunner": { ],
"name": "OpenHarmonyTestRunner", "testRunner": {
"srcPath": "TestRunner" "name": "OpenHarmonyTestRunner",
}, "srcPath": "TestRunner"
"srcPath": "" },
} "srcPath": ""
}
} }
\ No newline at end of file
...@@ -18,7 +18,8 @@ ...@@ -18,7 +18,8 @@
"name": ".entry", "name": ".entry",
"deviceType": [ "deviceType": [
"default", "default",
"tablet" "tablet",
"2in1"
], ],
"distro": { "distro": {
"deliveryWithInstall": true, "deliveryWithInstall": true,
......
...@@ -18,7 +18,8 @@ ...@@ -18,7 +18,8 @@
"name": ".entry", "name": ".entry",
"deviceType": [ "deviceType": [
"default", "default",
"tablet" "tablet",
"2in1"
], ],
"distro": { "distro": {
"deliveryWithInstall": true, "deliveryWithInstall": true,
......
...@@ -18,7 +18,8 @@ ...@@ -18,7 +18,8 @@
"name": ".entry", "name": ".entry",
"deviceType": [ "deviceType": [
"default", "default",
"tablet" "tablet",
"2in1"
], ],
"distro": { "distro": {
"deliveryWithInstall": true, "deliveryWithInstall": true,
......
{ {
"app": { "app": {
"bundleName": "com.example.c", "bundleName": "com.example.c",
"vendor": "example", "vendor": "example",
"version": { "version": {
"code": 1, "code": 1,
"name": "1.0" "name": "1.0"
}, },
"apiVersion": { "apiVersion": {
"compatible": 4, "compatible": 4,
"target": 5, "target": 5,
"releaseType": "Beta1" "releaseType": "Beta1"
} }
}, },
"deviceConfig": {}, "deviceConfig": {},
"module": { "module": {
"package": "com.example.c", "package": "com.example.c",
"name": ".MyApplication", "name": ".MyApplication",
"deviceType": [ "deviceType": [
"default", "default",
"tablet" "tablet",
], "2in1"
"distro": { ],
"deliveryWithInstall": true, "distro": {
"moduleName": "entry", "deliveryWithInstall": true,
"moduleType": "entry" "moduleName": "entry",
}, "moduleType": "entry"
"abilities": [ },
{ "abilities": [
"skills": [ {
{ "skills": [
"entities": [ {
"entity.system.home" "entities": [
], "entity.system.home"
"actions": [ ],
"action.system.home" "actions": [
] "action.system.home"
} ]
], }
"name": ".MainAbility", ],
"srcLanguage": "c++", "name": ".MainAbility",
"srcPath": "default/c++/", "srcLanguage": "c++",
"visible": true, "srcPath": "default/c++/",
"icon": "$media:icon", "visible": true,
"description": "$string:mainability_description", "icon": "$media:icon",
"label": "$string:app_name", "description": "$string:mainability_description",
"type": "page", "label": "$string:app_name",
"launchType": "standard" "type": "page",
} "launchType": "standard"
], }
"js": [ ],
{ "js": [
"pages": [ {
"pages/index/index" "pages": [
], "pages/index/index"
"name": "default", ],
"window": { "name": "default",
"designWidth": 720, "window": {
"autoDesignWidth": false "designWidth": 720,
} "autoDesignWidth": false
} }
] }
} ]
}
} }
\ No newline at end of file
...@@ -18,9 +18,10 @@ ...@@ -18,9 +18,10 @@
"srcPath": "", "srcPath": "",
"mainAbility": ".MainAbility", "mainAbility": ".MainAbility",
"deviceType": [ "deviceType": [
"tablet", "tablet",
"default", "default",
"phone" "phone",
"2in1"
], ],
"distro": { "distro": {
"deliveryWithInstall": true, "deliveryWithInstall": true,
...@@ -92,6 +93,5 @@ ...@@ -92,6 +93,5 @@
"name": "OpenHarmonyTestRunner", "name": "OpenHarmonyTestRunner",
"srcPath": "TestRunner" "srcPath": "TestRunner"
} }
} }
} }
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册