summaryrefslogtreecommitdiff
path: root/tests/main/builtin-apps/hello-world.red/info.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/main/builtin-apps/hello-world.red/info.yaml')
-rw-r--r--tests/main/builtin-apps/hello-world.red/info.yaml21
1 files changed, 18 insertions, 3 deletions
diff --git a/tests/main/builtin-apps/hello-world.red/info.yaml b/tests/main/builtin-apps/hello-world.red/info.yaml
index fe0be9af..fa52180e 100644
--- a/tests/main/builtin-apps/hello-world.red/info.yaml
+++ b/tests/main/builtin-apps/hello-world.red/info.yaml
@@ -1,9 +1,24 @@
formatVersion: 1
-formatType: am-application
+formatType: am-package
---
id: 'hello-world.red'
icon: 'icon.png'
-code: 'main.qml'
-runtime: 'qml'
name:
en: 'Hello Red'
+
+applications:
+- id: red1
+ runtime: 'qml'
+ code: 'main.qml'
+
+- id: red2
+ runtime: 'qml'
+ code: 'main2.qml'
+
+intents:
+- id: red.intent1
+ handlingApplicationId: red1
+ categories: [ launcher, one ]
+- id: red.intent2
+ handlingApplicationId: red2
+ categories: [ launcher, two ]