未验证 提交 e3bd0ca5 编写于 作者: J jiyong 提交者: Gitee

回退 'Pull Request !9359 : 新增2in1设备类型-ability_lite-arkui'

上级 afc3e8c4
{ {
"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": {
"distro": { "deliveryWithInstall": true,
"deliveryWithInstall": true, "moduleName": "entry",
"moduleName": "entry", "moduleType": "entry"
"moduleType": "entry" },
}, "defPermissions": [
"defPermissions": [ {
{ "availableScope": [],
"availableScope": [], "grantMode": "system_grant",
"grantMode": "system_grant", "name": "ohos.permission.MANAGE_LOCAL_ACCOUNTS"
"name": "ohos.permission.MANAGE_LOCAL_ACCOUNTS" }
} ],
], "reqPermissions": [
"reqPermissions": [ {
{ "name": "ohos.permission.MANAGE_LOCAL_ACCOUNTS",
"name": "ohos.permission.MANAGE_LOCAL_ACCOUNTS", "reason": "ceshi"
"reason": "ceshi" },
}, {
{ "name": "ohos.permission.MANAGE_DISTRIBUTED_ACCOUNTS",
"name": "ohos.permission.MANAGE_DISTRIBUTED_ACCOUNTS", "reason": "ceshi"
"reason": "ceshi" }
} ],
], "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.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": {
"distro": { "deliveryWithInstall": true,
"deliveryWithInstall": true, "moduleName": "entry",
"moduleName": "entry", "moduleType": "entry"
"moduleType": "entry" },
}, "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.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": {
"distro": { "deliveryWithInstall": true,
"deliveryWithInstall": true, "moduleName": "entry",
"moduleName": "entry", "moduleType": "entry"
"moduleType": "entry" },
}, "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.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" },
}, {
{ "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
...@@ -6,54 +6,49 @@ ...@@ -6,54 +6,49 @@
"description": "$string:phone_entry_dsc", "description": "$string:phone_entry_dsc",
"mainElement": "MainAbility", "mainElement": "MainAbility",
"deviceTypes": [ "deviceTypes": [
"tablet", "tablet",
"default", "default",
"phone", "phone"
"2in1"
], ],
"deliveryWithInstall": true, "deliveryWithInstall": true,
"installationFree": false, "installationFree": false,
"uiSyntax": "ets", "uiSyntax": "ets",
"pages": "$profile:main_pages", "pages": "$profile:main_pages",
"abilities": [ "abilities": [{
{ "name": "com.example.accounttstest.MainAbility",
"name": "com.example.accounttstest.MainAbility", "srcEntrance": "./ets/MainAbility/MainAbility.ts",
"srcEntrance": "./ets/MainAbility/MainAbility.ts", "description": "$string:phone_entry_main",
"description": "$string:phone_entry_main", "icon": "$media:icon",
"icon": "$media:icon", "label": "$string:entry_label",
"label": "$string:entry_label", "visible": true,
"visible": true, "orientation": "portrait",
"orientation": "portrait", "skills": [{
"skills": [ "actions": [
{ "action.system.home"
"actions": [ ],
"action.system.home" "entities": [
], "entity.system.home"
"entities": [
"entity.system.home"
]
}
] ]
} }]
], }],
"requestPermissions": [ "requestPermissions": [
{ {
"name": "ohos.permission.GET_BUNDLE_INFO_PRIVILEGED" "name": "ohos.permission.GET_BUNDLE_INFO_PRIVILEGED"
}, },
{ {
"name": "ohos.permission.GET_BUNDLE_INFO" "name": "ohos.permission.GET_BUNDLE_INFO"
}, },
{ {
"name": "ohos.permission.CHANGE_ABILITY_ENABLED_STATE" "name": "ohos.permission.CHANGE_ABILITY_ENABLED_STATE"
}, },
{ {
"name": "ohos.permission.REMOVE_CACHE_FILES" "name": "ohos.permission.REMOVE_CACHE_FILES"
}, },
{ {
"name": "ohos.permission.LISTEN_BUNDLE_CHANGE" "name": "ohos.permission.LISTEN_BUNDLE_CHANGE"
}, },
{ {
"name": "ohos.permission.START_ABILITIES_FROM_BACKGROUND" "name": "ohos.permission.START_ABILITIES_FROM_BACKGROUND"
} }
] ]
} }
......
...@@ -8,40 +8,35 @@ ...@@ -8,40 +8,35 @@
"deviceTypes": [ "deviceTypes": [
"tablet", "tablet",
"default", "default",
"phone", "phone"
"2in1"
], ],
"deliveryWithInstall": true, "deliveryWithInstall": true,
"installationFree": false, "installationFree": false,
"uiSyntax": "ets", "uiSyntax": "ets",
"pages": "$profile:main_pages", "pages": "$profile:main_pages",
"abilities": [ "abilities": [{
{ "name": "com.example.accountplugintest.MainAbility",
"name": "com.example.accountplugintest.MainAbility", "srcEntrance": "./ets/MainAbility/MainAbility.ts",
"srcEntrance": "./ets/MainAbility/MainAbility.ts", "description": "$string:phone_entry_main",
"description": "$string:phone_entry_main", "icon": "$media:icon",
"icon": "$media:icon", "label": "$string:entry_label",
"label": "$string:entry_label", "visible": true,
"visible": true, "orientation": "portrait",
"orientation": "portrait", "skills": [{
"skills": [ "actions": [
{ "action.system.home"
"actions": [ ],
"action.system.home" "entities": [
], "entity.system.home"
"entities": [
"entity.system.home"
]
}
] ]
} }]
], }],
"requestPermissions": [ "requestPermissions": [
{ {
"name": "ohos.permission.MANAGE_LOCAL_ACCOUNTS" "name": "ohos.permission.MANAGE_LOCAL_ACCOUNTS"
}, },
{ {
"name": "ohos.permission.ACCESS_USER_AUTH_INTERNAL" "name": "ohos.permission.ACCESS_USER_AUTH_INTERNAL"
} }
] ]
} }
......
{ {
"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": {
"distro": { "deliveryWithInstall": true,
"deliveryWithInstall": true, "moduleName": "entry",
"moduleName": "entry", "moduleType": "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": {
"distro": { "deliveryWithInstall": true,
"deliveryWithInstall": true, "moduleName": "entry",
"moduleName": "entry", "moduleType": "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": {
"distro": { "deliveryWithInstall": true,
"deliveryWithInstall": true, "moduleName": "entry",
"moduleName": "entry", "moduleType": "entry"
"moduleType": "entry" },
}, "defPermissions": [
"defPermissions": [ {
{ "availableScope": [],
"availableScope": [], "grantMode": "user_grant",
"grantMode": "user_grant", "name": "ohos.permission.DISTRIBUTED_DATASYNC"
"name": "ohos.permission.DISTRIBUTED_DATASYNC" }
} ],
], "reqPermissions": [
"reqPermissions": [ {
{ "name": "ohos.permission.GRANT_SENSITIVE_PERMISSIONS",
"name": "ohos.permission.GRANT_SENSITIVE_PERMISSIONS", "reason": "ceshi"
"reason": "ceshi" },
}, {
{ "name": "ohos.permission.DISTRIBUTED_DATASYNC",
"name": "ohos.permission.DISTRIBUTED_DATASYNC", "reason": "ceshi"
"reason": "ceshi" },
}, {
{ "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.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": {
"distro": { "deliveryWithInstall": true,
"deliveryWithInstall": true, "moduleName": "entry",
"moduleName": "entry", "moduleType": "entry"
"moduleType": "entry" },
}, "defPermissions": [
"defPermissions": [ {
{ "availableScope": [],
"availableScope": [], "grantMode": "user_grant",
"grantMode": "user_grant", "name": "ohos.permission.DISTRIBUTED_DATASYNC"
"name": "ohos.permission.DISTRIBUTED_DATASYNC" }
} ],
], "reqPermissions": [
"reqPermissions": [ {
{ "name": "ohos.permission.GRANT_SENSITIVE_PERMISSIONS",
"name": "ohos.permission.GRANT_SENSITIVE_PERMISSIONS", "reason": "ceshi"
"reason": "ceshi" },
}, {
{ "name": "ohos.permission.DISTRIBUTED_DATASYNC",
"name": "ohos.permission.DISTRIBUTED_DATASYNC", "reason": "ceshi"
"reason": "ceshi" },
}, {
{ "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.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": {
"distro": { "deliveryWithInstall": true,
"deliveryWithInstall": true, "moduleName": "entry",
"moduleName": "entry", "moduleType": "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": {
"distro": { "deliveryWithInstall": true,
"deliveryWithInstall": true, "moduleName": "entry",
"moduleName": "entry", "moduleType": "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": {
"distro": { "deliveryWithInstall": true,
"deliveryWithInstall": true, "moduleName": "entry",
"moduleName": "entry", "moduleType": "entry"
"moduleType": "entry" },
}, "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" ]
] }
} ],
], "name": "com.example.actsaccountaccessiblefirst.MainAbility",
"name": "com.example.actsaccountaccessiblefirst.MainAbility", "icon": "$media:icon",
"icon": "$media:icon", "description": "$string:mainability_description",
"description": "$string:mainability_description", "label": "$string:app_name",
"label": "$string:app_name", "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 }
} }
} ]
] }
}
} }
\ 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": {
"distro": { "deliveryWithInstall": true,
"deliveryWithInstall": true, "moduleName": "entry",
"moduleName": "entry", "moduleType": "entry"
"moduleType": "entry" },
}, "abilities": [
"abilities": [ {
{ "skills": [
"skills": [ {
{ "entities": [
"entities": [ "entity.system.home"
"entity.system.home" ],
], "actions": [
"actions": [ "action.system.home"
"action.system.home" ]
] }
} ],
], "name": "com.example.actsaccountaccessiblesecond.MainAbility",
"name": "com.example.actsaccountaccessiblesecond.MainAbility", "icon": "$media:icon",
"icon": "$media:icon", "description": "$string:mainability_description",
"description": "$string:mainability_description", "label": "$string:app_name",
"label": "$string:app_name", "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 }
} }
} ]
] }
}
} }
\ 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": [
"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": "com.example.accountauthenticator.MainAbility",
"name": "com.example.accountauthenticator.MainAbility", "srcLanguage": "js",
"srcLanguage": "js", "icon": "$media:icon",
"icon": "$media:icon", "description": "$string:MainAbility_desc",
"description": "$string:MainAbility_desc", "formsEnabled": false,
"formsEnabled": false, "label": "$string:MainAbility_label",
"label": "$string:MainAbility_label", "type": "page",
"type": "page", "launchType": "standard"
"launchType": "standard" },
}, {
{ "srcPath": "ServiceAbility",
"srcPath": "ServiceAbility", "name": ".ServiceAbility",
"name": ".ServiceAbility", "srcLanguage": "js",
"srcLanguage": "js", "icon": "$media:icon",
"icon": "$media:icon", "description": "$string:ServiceAbility_desc",
"description": "$string:ServiceAbility_desc", "type": "service",
"type": "service", "visible": true,
"visible": true, "skills": [{"actions": [
"skills": [ "ohos.account.appAccount.action.oauth"
{ ]}]
"actions": [ }
"ohos.account.appAccount.action.oauth" ],
] "distro": {
} "moduleType": "entry",
] "installationFree": true,
} "deliveryWithInstall": true,
], "moduleName": "entry"
"distro": { },
"moduleType": "entry", "package": "com.example.entry",
"installationFree": true, "srcPath": "",
"deliveryWithInstall": true, "name": ".entry",
"moduleName": "entry" "js": [
}, {
"package": "com.example.entry", "pages": [
"srcPath": "", "pages/index/index"
"name": ".entry", ],
"js": [ "name": ".MainAbility",
{ "window": {
"pages": [ "designWidth": 720,
"pages/index/index" "autoDesignWidth": false
], }
"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"
}, },
"deviceConfig": {}, "abilities": [
"module": { {
"package": "com.example.actsaccountOauthtoken", "skills": [
"name": ".MyApplication", {
"deviceType": [ "entities": [
"tablet", "entity.system.home"
"default", ],
"phone", "actions": [
"2in1" "action.system.home",
"ohos.account.appAccount.action.oauth"
]
}
], ],
"distro": { "name": "com.example.actsaccountoauthtoken.MainAbility",
"deliveryWithInstall": true, "icon": "$media:icon",
"moduleName": "entry", "description": "$string:mainability_description",
"moduleType": "entry" "label": "$string:app_name",
}, "type": "service",
"abilities": [ "visible": true,
{ "launchType": "standard"
"skills": [ }
{ ],
"entities": [ "js": [
"entity.system.home" {
], "pages": [
"actions": [ "pages/index/index"
"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"
}
], ],
"js": [ "name": "default",
{ "window": {
"pages": [ "designWidth": 720,
"pages/index/index" "autoDesignWidth": false
], }
"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": {
"distro": { "deliveryWithInstall": true,
"deliveryWithInstall": true, "moduleName": "entry",
"moduleName": "entry", "moduleType": "entry"
"moduleType": "entry" },
}, "abilities": [
"abilities": [ {
{ "skills": [
"skills": [ {
{ "entities": [
"entities": [ "entity.system.home"
"entity.system.home" ],
], "actions": [
"actions": [ "action.system.home"
"action.system.home" ]
] }
} ],
], "name": "com.example.actsaccountsceneaccessible.MainAbility",
"name": "com.example.actsaccountsceneaccessible.MainAbility", "icon": "$media:icon",
"icon": "$media:icon", "description": "$string:mainability_description",
"description": "$string:mainability_description", "label": "$string:app_name",
"label": "$string:app_name", "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 }
} }
} ]
] }
}
} }
\ 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": {
"distro": { "deliveryWithInstall": true,
"deliveryWithInstall": true, "moduleName": "entry",
"moduleName": "entry", "moduleType": "entry"
"moduleType": "entry" },
}, "abilities": [
"abilities": [ {
{ "skills": [
"skills": [ {
{ "entities": [
"entities": [ "entity.system.home"
"entity.system.home" ],
], "actions": [
"actions": [ "action.system.home"
"action.system.home" ]
] }
} ],
], "name": "com.example.actsaccountsceneappaccess.MainAbility",
"name": "com.example.actsaccountsceneappaccess.MainAbility", "icon": "$media:icon",
"icon": "$media:icon", "description": "$string:mainability_description",
"description": "$string:mainability_description", "label": "$string:app_name",
"label": "$string:app_name", "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 }
} }
} ]
] }
}
} }
\ 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": {
"distro": { "deliveryWithInstall": true,
"deliveryWithInstall": true, "moduleName": "entry",
"moduleName": "entry", "moduleType": "entry"
"moduleType": "entry" },
}, "abilities": [
"abilities": [ {
{ "skills": [
"skills": [ {
{ "entities": [
"entities": [ "entity.system.home"
"entity.system.home" ],
], "actions": [
"actions": [ "action.system.home"
"action.system.home" ]
] }
} ],
], "name": "com.example.actsaccountsceneonoff.MainAbility",
"name": "com.example.actsaccountsceneonoff.MainAbility", "icon": "$media:icon",
"icon": "$media:icon", "description": "$string:mainability_description",
"description": "$string:mainability_description", "label": "$string:app_name",
"label": "$string:app_name", "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 }
} }
} ]
] }
}
} }
\ 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": {
"distro": { "deliveryWithInstall": true,
"deliveryWithInstall": true, "moduleName": "entry",
"moduleName": "entry", "moduleType": "entry"
"moduleType": "entry" },
}, "abilities": [
"abilities": [ {
{ "skills": [
"skills": [ {
{ "entities": [
"entities": [ "entity.system.home"
"entity.system.home" ],
], "actions": [
"actions": [ "action.system.home"
"action.system.home" ]
] }
} ],
], "name": "com.example.actsscenegetallaccounts.MainAbility",
"name": "com.example.actsscenegetallaccounts.MainAbility", "icon": "$media:icon",
"icon": "$media:icon", "description": "$string:mainability_description",
"description": "$string:mainability_description", "label": "$string:app_name",
"label": "$string:app_name", "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 }
} }
} ]
] }
}
} }
\ 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": {
"distro": { "deliveryWithInstall": true,
"deliveryWithInstall": true, "moduleName": "entry",
"moduleName": "entry", "moduleType": "entry"
"moduleType": "entry" },
}, "defPermissions": [
"defPermissions": [ {
{ "availableScope": [],
"availableScope": [], "grantMode": "system_grant",
"grantMode": "system_grant", "name": "ohos.permission.MANAGE_LOCAL_ACCOUNTS"
"name": "ohos.permission.MANAGE_LOCAL_ACCOUNTS" },
}, {
{ "availableScope": [],
"availableScope": [], "grantMode": "system_grant",
"grantMode": "system_grant", "name": "ohos.permission.DISTRIBUTED_DATASYNC"
"name": "ohos.permission.DISTRIBUTED_DATASYNC" }
} ],
], "reqPermissions": [
"reqPermissions": [ {
{ "name": "ohos.permission.MANAGE_LOCAL_ACCOUNTS",
"name": "ohos.permission.MANAGE_LOCAL_ACCOUNTS", "reason": "ceshi"
"reason": "ceshi" },
}, {
{ "name": "ohos.permission.DISTRIBUTED_DATASYNC",
"name": "ohos.permission.DISTRIBUTED_DATASYNC", "reason": "ceshi"
"reason": "ceshi" }
} ],
], "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
{ {
"module": { "module": {
"name": "entry", "name": "entry",
"type": "entry", "type": "entry",
"description": "$string:module_desc", "description": "$string:module_desc",
"mainElement": "TestAbility", "mainElement": "TestAbility",
"deviceTypes": [ "deviceTypes": [
"default", "default",
"tablet", "tablet"
"2in1" ],
], "deliveryWithInstall": true,
"deliveryWithInstall": true, "installationFree": true,
"installationFree": true, "pages": "$profile:main_pages",
"pages": "$profile:main_pages", "abilities": [
"abilities": [ {
{ "name": "TestAbility",
"name": "TestAbility", "srcEntry": "./ets/TestAbility/TestAbility.ets",
"srcEntry": "./ets/TestAbility/TestAbility.ets", "description": "$string:EntryAbility_desc",
"description": "$string:EntryAbility_desc", "icon": "$media:icon",
"icon": "$media:icon", "label": "$string:EntryAbility_label",
"label": "$string:EntryAbility_label", "startWindowIcon": "$media:icon",
"startWindowIcon": "$media:icon", "startWindowBackground": "$color:start_window_background",
"startWindowBackground": "$color:start_window_background", "exported": true,
"exported": true, "skills": [
"skills": [ {
{ "entities": [
"entities": [ "entity.system.home"
"entity.system.home" ],
], "actions": [
"actions": [ "action.system.home"
"action.system.home" ]
] }
} ]
] }
} ]
] }
}
} }
\ No newline at end of file
...@@ -8,34 +8,29 @@ ...@@ -8,34 +8,29 @@
"deviceTypes": [ "deviceTypes": [
"tablet", "tablet",
"default", "default",
"phone", "phone"
"2in1"
], ],
"deliveryWithInstall": true, "deliveryWithInstall": true,
"installationFree": false, "installationFree": false,
"uiSyntax": "ets", "uiSyntax": "ets",
"pages": "$profile:main_pages", "pages": "$profile:main_pages",
"abilities": [ "abilities": [{
{ "name": "com.open.harmony.settings.MainAbility",
"name": "com.open.harmony.settings.MainAbility", "srcEntrance": "./ets/MainAbility/MainAbility.ts",
"srcEntrance": "./ets/MainAbility/MainAbility.ts", "description": "$string:phone_entry_main",
"description": "$string:phone_entry_main", "icon": "$media:icon",
"icon": "$media:icon", "label": "$string:entry_label",
"label": "$string:entry_label", "visible": true,
"visible": true, "orientation": "portrait",
"orientation": "portrait", "skills": [{
"skills": [ "actions": [
{ "action.system.home"
"actions": [ ],
"action.system.home" "entities": [
], "entity.system.home"
"entities": [
"entity.system.home"
]
}
] ]
} }]
], }],
"requestPermissions": [ "requestPermissions": [
{ {
"name": "ohos.permission.MANAGE_SECURE_SETTINGS", "name": "ohos.permission.MANAGE_SECURE_SETTINGS",
......
...@@ -6,10 +6,9 @@ ...@@ -6,10 +6,9 @@
"description": "$string:phone_entry_dsc", "description": "$string:phone_entry_dsc",
"mainElement": "MainAbility", "mainElement": "MainAbility",
"deviceTypes": [ "deviceTypes": [
"tablet", "tablet",
"default", "default",
"phone", "phone"
"2in1"
], ],
"deliveryWithInstall": true, "deliveryWithInstall": true,
"installationFree": false, "installationFree": false,
...@@ -17,30 +16,26 @@ ...@@ -17,30 +16,26 @@
"pages": "$profile:main_pages", "pages": "$profile:main_pages",
"metadata": [ "metadata": [
{ {
"name": "ArkTSPartialUpdate", "name": "ArkTSPartialUpdate",
"value": "true" "value": "true"
} }
], ],
"abilities": [ "abilities": [{
{ "name": "com.open.harmony.acetest.MainAbility",
"name": "com.open.harmony.acetest.MainAbility", "srcEntrance": "./ets/MainAbility/MainAbility.ts",
"srcEntrance": "./ets/MainAbility/MainAbility.ts", "description": "$string:phone_entry_main",
"description": "$string:phone_entry_main", "icon": "$media:icon",
"icon": "$media:icon", "label": "$string:entry_label",
"label": "$string:entry_label", "visible": true,
"visible": true, "orientation": "portrait",
"orientation": "portrait", "skills": [{
"skills": [ "actions": [
{ "action.system.home"
"actions": [ ],
"action.system.home" "entities": [
], "entity.system.home"
"entities": [
"entity.system.home"
]
}
] ]
} }]
] }]
} }
} }
\ No newline at end of file
{ {
"module": { "module": {
"name": "entry_test", "name": "entry_test",
"type": "feature", "type": "feature",
"description": "$string:module_test_desc", "description": "$string:module_test_desc",
"mainElement": "TestAbility", "mainElement": "TestAbility",
"deviceTypes": [ "deviceTypes": [
"default", "default",
"tablet", "tablet"
"2in1" ],
], "deliveryWithInstall": true,
"deliveryWithInstall": true, "installationFree": false,
"installationFree": false, "pages": "$profile:test_pages",
"pages": "$profile:test_pages", "metadata": [{
"metadata": [ "name": "ArkTSPartialUpdate",
{ "value": "true"
"name": "ArkTSPartialUpdate", }],
"value": "true" "abilities": [
} {
], "name": "TestAbility",
"abilities": [ "srcEntrance": "./ets/TestAbility/TestAbility.ets",
{ "description": "$string:TestAbility_desc",
"name": "TestAbility", "icon": "$media:icon",
"srcEntrance": "./ets/TestAbility/TestAbility.ets", "label": "$string:TestAbility_label",
"description": "$string:TestAbility_desc", "visible": true,
"icon": "$media:icon", "startWindowIcon": "$media:icon",
"label": "$string:TestAbility_label", "startWindowBackground": "$color:start_window_background",
"visible": true, "skills": [
"startWindowIcon": "$media:icon", {
"startWindowBackground": "$color:start_window_background", "actions": [
"skills": [ "action.system.home"
{ ],
"actions": [ "entities": [
"action.system.home" "entity.system.home"
], ]
"entities": [ }
"entity.system.home" ]
] }
} ]
] }
} }
]
}
}
\ No newline at end of file
{ {
"module": { "module": {
"name": "entry_test", "name": "entry_test",
"type": "feature", "type": "feature",
"description": "$string:module_test_desc", "description": "$string:module_test_desc",
"mainElement": "TestAbility", "mainElement": "TestAbility",
"deviceTypes": [ "deviceTypes": [
"default", "default",
"tablet", "tablet"
"2in1" ],
], "deliveryWithInstall": true,
"deliveryWithInstall": true, "installationFree": false,
"installationFree": false, "pages": "$profile:test_pages",
"pages": "$profile:test_pages", "metadata": [{
"metadata": [ "name": "ArkTSPartialUpdate",
{ "value": "true"
"name": "ArkTSPartialUpdate", }],
"value": "true" "abilities": [
} {
], "name": "TestAbility",
"abilities": [ "srcEntrance": "./ets/TestAbility/TestAbility.ets",
{ "description": "$string:TestAbility_desc",
"name": "TestAbility", "icon": "$media:icon",
"srcEntrance": "./ets/TestAbility/TestAbility.ets", "label": "$string:TestAbility_label",
"description": "$string:TestAbility_desc", "visible": true,
"icon": "$media:icon", "startWindowIcon": "$media:icon",
"label": "$string:TestAbility_label", "startWindowBackground": "$color:start_window_background",
"visible": true, "skills": [
"startWindowIcon": "$media:icon", {
"startWindowBackground": "$color:start_window_background", "actions": [
"skills": [ "action.system.home"
{ ],
"actions": [ "entities": [
"action.system.home" "entity.system.home"
], ]
"entities": [ }
"entity.system.home" ]
] }
} ]
] }
} }
]
}
}
\ No newline at end of file
{ {
"module": { "module": {
"name": "entry_test", "name": "entry_test",
"type": "feature", "type": "feature",
"description": "$string:module_test_desc", "description": "$string:module_test_desc",
"mainElement": "TestAbility", "mainElement": "TestAbility",
"deviceTypes": [ "deviceTypes": [
"default", "default",
"tablet", "tablet"
"2in1" ],
], "deliveryWithInstall": true,
"deliveryWithInstall": true, "installationFree": false,
"installationFree": false, "pages": "$profile:test_pages",
"pages": "$profile:test_pages", "metadata": [{
"metadata": [ "name": "ArkTSPartialUpdate",
{ "value": "true"
"name": "ArkTSPartialUpdate", }],
"value": "true" "abilities": [
} {
], "name": "TestAbility",
"abilities": [ "srcEntrance": "./ets/TestAbility/TestAbility.ets",
{ "description": "$string:TestAbility_desc",
"name": "TestAbility", "icon": "$media:icon",
"srcEntrance": "./ets/TestAbility/TestAbility.ets", "label": "$string:TestAbility_label",
"description": "$string:TestAbility_desc", "visible": true,
"icon": "$media:icon", "startWindowIcon": "$media:icon",
"label": "$string:TestAbility_label", "startWindowBackground": "$color:start_window_background",
"visible": true, "skills": [
"startWindowIcon": "$media:icon", {
"startWindowBackground": "$color:start_window_background", "actions": [
"skills": [ "action.system.home"
{ ],
"actions": [ "entities": [
"action.system.home" "entity.system.home"
], ]
"entities": [ }
"entity.system.home" ]
] }
} ]
] }
} }
]
}
}
\ No newline at end of file
{ {
"module": { "module": {
"name": "entry_test", "name": "entry_test",
"type": "feature", "type": "feature",
"description": "$string:module_test_desc", "description": "$string:module_test_desc",
"mainElement": "TestAbility", "mainElement": "TestAbility",
"deviceTypes": [ "deviceTypes": [
"default", "default",
"tablet", "tablet"
"2in1" ],
], "deliveryWithInstall": true,
"deliveryWithInstall": true, "installationFree": false,
"installationFree": false, "pages": "$profile:test_pages",
"pages": "$profile:test_pages", "metadata": [{
"metadata": [ "name": "ArkTSPartialUpdate",
{ "value": "true"
"name": "ArkTSPartialUpdate", }],
"value": "true" "abilities": [
} {
], "name": "TestAbility",
"abilities": [ "srcEntrance": "./ets/TestAbility/TestAbility.ets",
{ "description": "$string:TestAbility_desc",
"name": "TestAbility", "icon": "$media:icon",
"srcEntrance": "./ets/TestAbility/TestAbility.ets", "label": "$string:TestAbility_label",
"description": "$string:TestAbility_desc", "visible": true,
"icon": "$media:icon", "startWindowIcon": "$media:icon",
"label": "$string:TestAbility_label", "startWindowBackground": "$color:start_window_background",
"visible": true, "skills": [
"startWindowIcon": "$media:icon", {
"startWindowBackground": "$color:start_window_background", "actions": [
"skills": [ "action.system.home"
{ ],
"actions": [ "entities": [
"action.system.home" "entity.system.home"
], ]
"entities": [ }
"entity.system.home" ]
] }
} ]
] }
} }
]
}
}
\ No newline at end of file
...@@ -6,35 +6,30 @@ ...@@ -6,35 +6,30 @@
"description": "$string:phone_entry_dsc", "description": "$string:phone_entry_dsc",
"mainElement": "MainAbility", "mainElement": "MainAbility",
"deviceTypes": [ "deviceTypes": [
"tablet", "tablet",
"default", "default",
"phone", "phone"
"2in1"
], ],
"deliveryWithInstall": true, "deliveryWithInstall": true,
"installationFree": false, "installationFree": false,
"uiSyntax": "ets", "uiSyntax": "ets",
"pages": "$profile:main_pages", "pages": "$profile:main_pages",
"abilities": [ "abilities": [{
{ "name": "com.open.harmony.aceEtsApiLack.MainAbility",
"name": "com.open.harmony.aceEtsApiLack.MainAbility", "srcEntrance": "./ets/MainAbility/MainAbility.ts",
"srcEntrance": "./ets/MainAbility/MainAbility.ts", "description": "$string:phone_entry_main",
"description": "$string:phone_entry_main", "icon": "$media:icon",
"icon": "$media:icon", "label": "$string:entry_label",
"label": "$string:entry_label", "visible": true,
"visible": true, "orientation": "portrait",
"orientation": "portrait", "skills": [{
"skills": [ "actions": [
{ "action.system.home"
"actions": [ ],
"action.system.home" "entities": [
], "entity.system.home"
"entities": [
"entity.system.home"
]
}
] ]
} }]
] }]
} }
} }
\ No newline at end of file
...@@ -6,35 +6,30 @@ ...@@ -6,35 +6,30 @@
"description": "$string:phone_entry_dsc", "description": "$string:phone_entry_dsc",
"mainElement": "MainAbility", "mainElement": "MainAbility",
"deviceTypes": [ "deviceTypes": [
"tablet", "tablet",
"default", "default",
"phone", "phone"
"2in1"
], ],
"deliveryWithInstall": true, "deliveryWithInstall": true,
"installationFree": false, "installationFree": false,
"uiSyntax": "ets", "uiSyntax": "ets",
"pages": "$profile:main_pages", "pages": "$profile:main_pages",
"abilities": [ "abilities": [{
{ "name": "com.open.harmony.aceEtsAttrLack.MainAbility",
"name": "com.open.harmony.aceEtsAttrLack.MainAbility", "srcEntrance": "./ets/MainAbility/MainAbility.ts",
"srcEntrance": "./ets/MainAbility/MainAbility.ts", "description": "$string:phone_entry_main",
"description": "$string:phone_entry_main", "icon": "$media:icon",
"icon": "$media:icon", "label": "$string:entry_label",
"label": "$string:entry_label", "visible": true,
"visible": true, "orientation": "portrait",
"orientation": "portrait", "skills": [{
"skills": [ "actions": [
{ "action.system.home"
"actions": [ ],
"action.system.home" "entities": [
], "entity.system.home"
"entities": [
"entity.system.home"
]
}
] ]
} }]
] }]
} }
} }
\ No newline at end of file
{ {
"module": { "module": {
"name": "phone", "name": "phone",
"type": "entry", "type": "entry",
"srcEntrance": "./ets/Application/AbilityStage.ts", "srcEntrance": "./ets/Application/AbilityStage.ts",
"description": "$string:module_desc", "description": "$string:module_desc",
"mainElement": "MainAbility", "mainElement": "MainAbility",
"deviceTypes": [ "deviceTypes": [
"tablet", "tablet",
"default", "default",
"phone", "phone"
"2in1" ],
], "deliveryWithInstall": true,
"deliveryWithInstall": true, "installationFree": false,
"installationFree": false, "uiSyntax": "ets",
"uiSyntax": "ets", "pages": "$profile:main_pages",
"pages": "$profile:main_pages", "abilities": [
"abilities": [ {
{ "name": "com.acts.arkui.component.common.attrs.test.MainAbility",
"name": "com.acts.arkui.component.common.attrs.test.MainAbility", "srcEntrance": "./ets/MainAbility/MainAbility.ts",
"srcEntrance": "./ets/MainAbility/MainAbility.ts", "description": "$string:EntryAbility_desc",
"description": "$string:EntryAbility_desc", "icon": "$media:icon",
"icon": "$media:icon", "label": "$string:EntryAbility_label",
"label": "$string:EntryAbility_label", "visible": true,
"visible": true, "orientation": "portrait",
"orientation": "portrait", "skills": [{
"skills": [ "actions": [
{ "action.system.home"
"actions": [ ],
"action.system.home" "entities": [
], "entity.system.home"
"entities": [ ]
"entity.system.home" }
]
}
]
}
] ]
} }
]
}
} }
\ No newline at end of file
{ {
"module": { "module": {
"name": "phone", "name": "phone",
"type": "feature", "type": "feature",
"description": "$string:module_test_desc", "description": "$string:module_test_desc",
"mainElement": "TestAbility", "mainElement": "TestAbility",
"deviceTypes": [ "deviceTypes": [
"default", "default",
"tablet", "tablet"
"2in1" ],
], "deliveryWithInstall": true,
"deliveryWithInstall": true, "installationFree": false,
"installationFree": false, "pages": "$profile:test_pages",
"pages": "$profile:test_pages", "metadata": [{
"metadata": [ "name": "ArkTSPartialUpdate",
{ "value": "true"
"name": "ArkTSPartialUpdate", }],
"value": "true" "abilities": [
} {
], "name": "TestAbility",
"abilities": [ "srcEntrance": "./ets/TestAbility/TestAbility.ets",
{ "description": "$string:TestAbility_desc",
"name": "TestAbility", "icon": "$media:icon",
"srcEntrance": "./ets/TestAbility/TestAbility.ets", "label": "$string:TestAbility_label",
"description": "$string:TestAbility_desc", "visible": true,
"icon": "$media:icon", "startWindowIcon": "$media:icon",
"label": "$string:TestAbility_label", "startWindowBackground": "$color:start_window_background",
"visible": true, "skills": [
"startWindowIcon": "$media:icon", {
"startWindowBackground": "$color:start_window_background", "actions": [
"skills": [ "action.system.home"
{ ],
"actions": [ "entities": [
"action.system.home" "entity.system.home"
], ]
"entities": [ }
"entity.system.home"
]
}
]
}
] ]
} }
} ]
\ No newline at end of file }
}
...@@ -6,35 +6,30 @@ ...@@ -6,35 +6,30 @@
"description": "$string:phone_entry_dsc", "description": "$string:phone_entry_dsc",
"mainElement": "MainAbility", "mainElement": "MainAbility",
"deviceTypes": [ "deviceTypes": [
"tablet", "tablet",
"default", "default",
"phone", "phone"
"2in1"
], ],
"deliveryWithInstall": true, "deliveryWithInstall": true,
"installationFree": false, "installationFree": false,
"uiSyntax": "ets", "uiSyntax": "ets",
"pages": "$profile:main_pages", "pages": "$profile:main_pages",
"abilities": [ "abilities": [{
{ "name": "com.open.harmony.acetestfive.MainAbility",
"name": "com.open.harmony.acetestfive.MainAbility", "srcEntrance": "./ets/MainAbility/MainAbility.ts",
"srcEntrance": "./ets/MainAbility/MainAbility.ts", "description": "$string:phone_entry_main",
"description": "$string:phone_entry_main", "icon": "$media:icon",
"icon": "$media:icon", "label": "$string:entry_label",
"label": "$string:entry_label", "visible": true,
"visible": true, "orientation": "portrait",
"orientation": "portrait", "skills": [{
"skills": [ "actions": [
{ "action.system.home"
"actions": [ ],
"action.system.home" "entities": [
], "entity.system.home"
"entities": [
"entity.system.home"
]
}
] ]
} }]
] }]
} }
} }
\ No newline at end of file
...@@ -6,35 +6,30 @@ ...@@ -6,35 +6,30 @@
"description": "$string:phone_entry_dsc", "description": "$string:phone_entry_dsc",
"mainElement": "MainAbility", "mainElement": "MainAbility",
"deviceTypes": [ "deviceTypes": [
"tablet", "tablet",
"default", "default",
"phone", "phone"
"2in1"
], ],
"deliveryWithInstall": true, "deliveryWithInstall": true,
"installationFree": false, "installationFree": false,
"uiSyntax": "ets", "uiSyntax": "ets",
"pages": "$profile:main_pages", "pages": "$profile:main_pages",
"abilities": [ "abilities": [{
{ "name": "com.open.harmony.acetestfour.MainAbility",
"name": "com.open.harmony.acetestfour.MainAbility", "srcEntrance": "./ets/MainAbility/MainAbility.ts",
"srcEntrance": "./ets/MainAbility/MainAbility.ts", "description": "$string:phone_entry_main",
"description": "$string:phone_entry_main", "icon": "$media:icon",
"icon": "$media:icon", "label": "$string:entry_label",
"label": "$string:entry_label", "visible": true,
"visible": true, "orientation": "portrait",
"orientation": "portrait", "skills": [{
"skills": [ "actions": [
{ "action.system.home"
"actions": [ ],
"action.system.home" "entities": [
], "entity.system.home"
"entities": [
"entity.system.home"
]
}
] ]
} }]
] }]
} }
} }
\ No newline at end of file
...@@ -6,35 +6,30 @@ ...@@ -6,35 +6,30 @@
"description": "$string:phone_entry_dsc", "description": "$string:phone_entry_dsc",
"mainElement": "MainAbility", "mainElement": "MainAbility",
"deviceTypes": [ "deviceTypes": [
"tablet", "tablet",
"default", "default",
"phone", "phone"
"2in1"
], ],
"deliveryWithInstall": true, "deliveryWithInstall": true,
"installationFree": false, "installationFree": false,
"uiSyntax": "ets", "uiSyntax": "ets",
"pages": "$profile:main_pages", "pages": "$profile:main_pages",
"abilities": [ "abilities": [{
{ "name": "com.open.harmony.acetestthree.MainAbility",
"name": "com.open.harmony.acetestthree.MainAbility", "srcEntrance": "./ets/MainAbility/MainAbility.ts",
"srcEntrance": "./ets/MainAbility/MainAbility.ts", "description": "$string:phone_entry_main",
"description": "$string:phone_entry_main", "icon": "$media:icon",
"icon": "$media:icon", "label": "$string:entry_label",
"label": "$string:entry_label", "visible": true,
"visible": true, "orientation": "portrait",
"orientation": "portrait", "skills": [{
"skills": [ "actions": [
{ "action.system.home"
"actions": [ ],
"action.system.home" "entities": [
], "entity.system.home"
"entities": [
"entity.system.home"
]
}
] ]
} }]
] }]
} }
} }
\ No newline at end of file
...@@ -6,35 +6,30 @@ ...@@ -6,35 +6,30 @@
"description": "$string:phone_entry_dsc", "description": "$string:phone_entry_dsc",
"mainElement": "MainAbility", "mainElement": "MainAbility",
"deviceTypes": [ "deviceTypes": [
"tablet", "tablet",
"default", "default",
"phone", "phone"
"2in1"
], ],
"deliveryWithInstall": true, "deliveryWithInstall": true,
"installationFree": false, "installationFree": false,
"uiSyntax": "ets", "uiSyntax": "ets",
"pages": "$profile:main_pages", "pages": "$profile:main_pages",
"abilities": [ "abilities": [{
{ "name": "com.open.harmony.acetesttwo.MainAbility",
"name": "com.open.harmony.acetesttwo.MainAbility", "srcEntrance": "./ets/MainAbility/MainAbility.ts",
"srcEntrance": "./ets/MainAbility/MainAbility.ts", "description": "$string:phone_entry_main",
"description": "$string:phone_entry_main", "icon": "$media:icon",
"icon": "$media:icon", "label": "$string:entry_label",
"label": "$string:entry_label", "visible": true,
"visible": true, "orientation": "portrait",
"orientation": "portrait", "skills": [{
"skills": [ "actions": [
{ "action.system.home"
"actions": [ ],
"action.system.home" "entities": [
], "entity.system.home"
"entities": [
"entity.system.home"
]
}
] ]
} }]
] }]
} }
} }
\ No newline at end of file
...@@ -6,10 +6,9 @@ ...@@ -6,10 +6,9 @@
"description": "$string:phone_entry_dsc", "description": "$string:phone_entry_dsc",
"mainElement": "MainAbility", "mainElement": "MainAbility",
"deviceTypes": [ "deviceTypes": [
"tablet", "tablet",
"default", "default",
"phone", "phone"
"2in1"
], ],
"deliveryWithInstall": true, "deliveryWithInstall": true,
"installationFree": false, "installationFree": false,
...@@ -17,30 +16,26 @@ ...@@ -17,30 +16,26 @@
"pages": "$profile:main_pages", "pages": "$profile:main_pages",
"metadata": [ "metadata": [
{ {
"name": "ArkTSPartialUpdate", "name": "ArkTSPartialUpdate",
"value": "true" "value": "true"
} }
], ],
"abilities": [ "abilities": [{
{ "name": "com.example.myapplication.MainAbility",
"name": "com.example.myapplication.MainAbility", "srcEntrance": "./ets/MainAbility/MainAbility.ts",
"srcEntrance": "./ets/MainAbility/MainAbility.ts", "description": "$string:phone_entry_main",
"description": "$string:phone_entry_main", "icon": "$media:icon",
"icon": "$media:icon", "label": "$string:entry_label",
"label": "$string:entry_label", "visible": true,
"visible": true, "orientation": "portrait",
"orientation": "portrait", "skills": [{
"skills": [ "actions": [
{ "action.system.home"
"actions": [ ],
"action.system.home" "entities": [
], "entity.system.home"
"entities": [
"entity.system.home"
]
}
] ]
} }]
] }]
} }
} }
\ No newline at end of file
{ {
"module": { "module": {
"name": "phone", "name": "phone",
"type": "feature", "type": "feature",
"description": "$string:module_test_desc", "description": "$string:module_test_desc",
"mainElement": "TestAbility", "mainElement": "TestAbility",
"deviceTypes": [ "deviceTypes": [
"default", "default",
"tablet", "tablet"
"2in1" ],
], "deliveryWithInstall": true,
"deliveryWithInstall": true, "installationFree": false,
"installationFree": false, "pages": "$profile:test_pages",
"pages": "$profile:test_pages", "metadata": [{
"metadata": [ "name": "ArkTSPartialUpdate",
{ "value": "true"
"name": "ArkTSPartialUpdate", }],
"value": "true" "abilities": [
} {
], "name": "TestAbility",
"abilities": [ "srcEntrance": "./ets/TestAbility/TestAbility.ets",
{ "description": "$string:TestAbility_desc",
"name": "TestAbility", "icon": "$media:icon",
"srcEntrance": "./ets/TestAbility/TestAbility.ets", "label": "$string:TestAbility_label",
"description": "$string:TestAbility_desc", "visible": true,
"icon": "$media:icon", "startWindowIcon": "$media:icon",
"label": "$string:TestAbility_label", "startWindowBackground": "$color:start_window_background",
"visible": true, "skills": [
"startWindowIcon": "$media:icon", {
"startWindowBackground": "$color:start_window_background", "actions": [
"skills": [ "action.system.home"
{ ],
"actions": [ "entities": [
"action.system.home" "entity.system.home"
], ]
"entities": [ }
"entity.system.home" ]
] }
} ]
] }
} }
]
}
}
\ No newline at end of file
{ {
"module": { "module": {
"name": "phone", "name": "phone",
"type": "feature", "type": "feature",
"description": "$string:module_test_desc", "description": "$string:module_test_desc",
"mainElement": "TestAbility", "mainElement": "TestAbility",
"deviceTypes": [ "deviceTypes": [
"default", "default",
"tablet", "tablet"
"2in1" ],
], "deliveryWithInstall": true,
"deliveryWithInstall": true, "installationFree": false,
"installationFree": false, "pages": "$profile:test_pages",
"pages": "$profile:test_pages", "metadata": [{
"metadata": [ "name": "ArkTSPartialUpdate",
{ "value": "true"
"name": "ArkTSPartialUpdate", }],
"value": "true" "abilities": [
} {
], "name": "TestAbility",
"abilities": [ "srcEntrance": "./ets/TestAbility/TestAbility.ets",
{ "description": "$string:TestAbility_desc",
"name": "TestAbility", "icon": "$media:icon",
"srcEntrance": "./ets/TestAbility/TestAbility.ets", "label": "$string:TestAbility_label",
"description": "$string:TestAbility_desc", "visible": true,
"icon": "$media:icon", "startWindowIcon": "$media:icon",
"label": "$string:TestAbility_label", "startWindowBackground": "$color:start_window_background",
"visible": true, "skills": [
"startWindowIcon": "$media:icon", {
"startWindowBackground": "$color:start_window_background", "actions": [
"skills": [ "action.system.home"
{ ],
"actions": [ "entities": [
"action.system.home" "entity.system.home"
], ]
"entities": [ }
"entity.system.home" ]
] }
} ]
] }
} }
]
}
}
\ No newline at end of file
...@@ -8,33 +8,28 @@ ...@@ -8,33 +8,28 @@
"deviceTypes": [ "deviceTypes": [
"tablet", "tablet",
"default", "default",
"phone", "phone"
"2in1"
], ],
"deliveryWithInstall": true, "deliveryWithInstall": true,
"installationFree": false, "installationFree": false,
"uiSyntax": "ets", "uiSyntax": "ets",
"pages": "$profile:main_pages", "pages": "$profile:main_pages",
"abilities": [ "abilities": [{
{ "name": "com.open.harmony.acedevtest.MainAbility",
"name": "com.open.harmony.acedevtest.MainAbility", "srcEntrance": "./ets/MainAbility/MainAbility.ts",
"srcEntrance": "./ets/MainAbility/MainAbility.ts", "description": "$string:phone_entry_main",
"description": "$string:phone_entry_main", "icon": "$media:icon",
"icon": "$media:icon", "label": "$string:entry_label",
"label": "$string:entry_label", "visible": true,
"visible": true, "orientation": "portrait",
"orientation": "portrait", "skills": [{
"skills": [ "actions": [
{ "action.system.home"
"actions": [ ],
"action.system.home" "entities": [
], "entity.system.home"
"entities": [
"entity.system.home"
]
}
] ]
} }]
] }]
} }
} }
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册