diff --git a/SimpleVideoCodelab/entry/src/main/config.json b/SimpleVideoCodelab/entry/src/main/config.json index ea9dea11d3fe16a47cbc4f1b3a914a51989ee1f2..40854c6471b475ed5429862dfd6bfd4f8c8cca83 100644 --- a/SimpleVideoCodelab/entry/src/main/config.json +++ b/SimpleVideoCodelab/entry/src/main/config.json @@ -3,13 +3,8 @@ "bundleName": "com.huawei.cookbook", "vendor": "huawei", "version": { - "code": 1, - "name": "1.0" - }, - "apiVersion": { - "compatible": 4, - "target": 5, - "releaseType": "Release" + "code": 1000000, + "name": "1.0.0" } }, "deviceConfig": {}, @@ -25,7 +20,8 @@ "distro": { "deliveryWithInstall": true, "moduleName": "entry", - "moduleType": "entry" + "moduleType": "entry", + "installationFree": false }, "abilities": [ { @@ -43,7 +39,7 @@ "configChanges": [ "orientation" ], - "formEnabled": false, + "formsEnabled": true, "name": ".MainAbility", "icon": "$media:icon", "description": "$string:mainability_description",