-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbar-descriptor.xml
25 lines (25 loc) · 956 Bytes
/
bar-descriptor.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?xml version='1.0' encoding='utf-8' standalone='no'?>
<qnx xmlns="http://www.qnx.com/schemas/application/1.0">
<id>com.example.bbterm</id>
<name>bbterm</name>
<versionNumber>1.0.0</versionNumber>
<description>Basic BB10 terminal</description>
<initialWindow>
<systemChrome>none</systemChrome>
<transparent>false</transparent>
<autoOrients>true</autoOrients>
<aspectRatio>landscape</aspectRatio>
</initialWindow>
<copyright>COPYRIGHT</copyright>
<arg>-style</arg>
<!-- available styles are bb10dark and bb10bright -->
<arg>bb10dark</arg>
<action system="true">run_native</action>
<!-- bbterm should point to the project binary, path can be relative -->
<asset type="Qnx/Elf" path="bbterm" entry="true">bbterm</asset>
<author>Fanda Vacek</author>
<asset path="%SRC_DIR%/bbterm.png">bbterm.png</asset>
<icon>
<image>bbterm.png</image>
</icon>
</qnx>