{ "app": { "bundleName": "com.example.emittertest", "vendor": "example", "version": { "code": 1, "name": "1.0" }, "apiVersion": { "compatible": 5, "target": 5, "releaseType": "Beta1" } }, "deviceConfig": {}, "module": { "package": "com.example.emittertest", "name": ".entry", "deviceType": [ "tablet", "default", "phone" ], "distro": { "deliveryWithInstall": true, "moduleName": "entry", "moduleType": "entry" }, "defPermissions": [ { "availableScope": [], "grantMode": "system_grant", "name": "publish_event0800_permission" }, { "availableScope": [], "grantMode": "system_grant", "name": "publish_event0900_subscriberPermissions" }, { "availableScope": [], "grantMode": "system_grant", "name": "publish_event0900_publisherPermission" }, { "availableScope": [], "grantMode": "system_grant", "name": "publish_event1000_permission" }, { "availableScope": [], "grantMode": "system_grant", "name": "permission.COMMONEVENT_STICKY" } ], "reqPermissions": [ { "name": "publish_event0800_permission", "reason": "ceshi" }, { "name": "publish_event0900_subscriberPermissions", "reason": "ceshi" }, { "name": "publish_event0900_publisherPermission", "reason": "ceshi" }, { "name": "publish_event1000_permission", "reason": "ceshi" }, { "name": "permission.COMMONEVENT_STICKY", "reason": "ceshi" } ], "abilities": [ { "skills": [ { "entities": [ "entity.system.home" ], "actions": [ "action.system.home" ] } ], "orientation": "unspecified", "formsEnabled": false, "name": ".MainAbility", "srcLanguage": "js", "srcPath": "MainAbility", "icon": "$media:icon", "description": "$string:MainAbility_desc", "label": "$string:MainAbility_label", "type": "page", "visible": true, "launchType": "standard" }, { "orientation": "unspecified", "formsEnabled": false, "name": ".TestAbility", "srcLanguage": "js", "srcPath": "TestAbility", "icon": "$media:icon", "description": "$string:TestAbility_desc", "label": "$string:TestAbility_label", "type": "page", "visible": true, "launchType": "standard" } ], "js": [ { "pages": [ "pages/index/index" ], "name": "default", "window": { "designWidth": 720, "autoDesignWidth": false } }, { "pages": [ "pages/index/index" ], "name": ".TestAbility", "window": { "designWidth": 720, "autoDesignWidth": false } } ], "testRunner": { "name": "OpenHarmonyTestRunner", "srcPath": "TestRunner" }, "mainAbility": ".MainAbility", "srcPath": "" } }