{ "app": { "vendor": "example", "bundleName": "com.example.faapicoverhaptest", "version": { "code": 1000000, "name": "1.0.0" }, "apiVersion": { "compatible": 9, "target": 9 } }, "deviceConfig": {}, "module": { "mainAbility": ".MainAbility", "deviceType": [ "default", "tablet" ], "abilities": [ { "skills": [ { "entities": [ "entity.system.home" ], "actions": [ "action.system.home" ] } ], "orientation": "unspecified", "visible": true, "srcPath": "MainAbility", "name": "com.example.faapicoverhaptest.MainAbility", "srcLanguage": "ets", "icon": "$media:icon", "description": "$string:MainAbility_desc", "formsEnabled": false, "label": "$string:MainAbility_label", "type": "page", "launchType": "singleton" }, { "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": "singleton" } ], "distro": { "moduleType": "entry", "installationFree": false, "deliveryWithInstall": true, "moduleName": "entry" }, "package": "com.example.entry", "srcPath": "", "name": ".entry", "js": [ { "mode": { "syntax": "ets", "type": "pageAbility" }, "pages": [ "pages/index" ], "name": ".MainAbility", "window": { "designWidth": 720, "autoDesignWidth": false } }, { "pages": [ "pages/index" ], "name": ".TestAbility", "window": { "designWidth": 720, "autoDesignWidth": false } } ] } }