forked from sivko2/PRISMBreak
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bar-descriptor.xml
187 lines (158 loc) · 7.85 KB
/
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!--
Copyright (c) 2011-2013 BlackBerry Limited.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<qnx xmlns="http://www.qnx.com/schemas/application/1.0">
<!-- BlackBerry 10 application descriptor file.
Specifies parameters for identifying, installing, and launching native applications on BlackBerry 10.
-->
<!-- A universally unique application identifier. Must be unique across all BlackBerry 10 applications.
Using a reverse DNS-style name as the id is recommended. (Eg. com.example.ExampleApplication.) Required. -->
<id>si.pronic.PRISMBreakFree</id>
<!-- The name that is displayed in the BlackBerry 10 application installer.
May have multiple values for each language. See samples or xsd schema file. Optional. -->
<name>PRISM Break Secure Email</name>
<!-- A string value of the format <0-999>.<0-999>.<0-999> that represents application version which can be used to check for application upgrade.
Values can also be 1-part or 2-part. It is not necessary to have a 3-part value.
An updated version of application must have a versionNumber value higher than the previous version. Required. -->
<versionNumber>1.0.1</versionNumber>
<!-- Fourth digit segment of the package version. First three segments are taken from the
<versionNumber> element. Must be an integer from 0 to 2^16-1 -->
<buildId>804</buildId>
<!-- A string value (such as "v1", "2.5", or "Alpha 1") that represents the version of the application, as it should be shown to users. Optional. -->
<!-- <versionLabel></versionLabel> -->
<!-- Description, displayed in the BlackBerry 10 application installer.
May have multiple values for each language. See samples or xsd schema file. Optional. -->
<!-- Copyright information. Optional. -->
<!-- <copyright></copyright> -->
<!-- Name of author which is used for signing. Must match the developer name of your development certificate. -->
<author>Pronic</author>
<authorId>gYAAgEo0KLeqbpa0YGPStmMLONk</authorId>
<platformVersion>10.2.1.1</platformVersion>
<category>core.media</category>
<description>Ultimate solution to protect your messages</description>
<splashScreens>
<image>splash720x1280.png</image>
<image>splash720x720.png</image>
<image>splash768x1280.png</image>
<image>splash1440x1440.png</image>
</splashScreens>
<invoke-target id="si.pronic.PRISMBreakKey3">
<invoke-target-name>PRISM Break Key Importer</invoke-target-name>
<invoke-target-type>card.previewer</invoke-target-type>
<filter>
<action>bb.action.OPEN</action>
<mime-type>*</mime-type>
<property var="uris" value="prismkey://"/>
<!--property var="exts" value="prismkey"/-->
</filter>
<invoke-target-pattern>
<pattern-value type="uri">prismkey:</pattern-value>
</invoke-target-pattern>
</invoke-target>
<invoke-target id="si.pronic.PRISMBreak3">
<invoke-target-name>PRISM Break Viewer</invoke-target-name>
<invoke-target-type>card.previewer</invoke-target-type>
<icon>
<image>icon_small.png</image>
</icon>
<filter>
<action>bb.action.OPEN</action>
<mime-type>*</mime-type>
<property var="uris" value="file://"/>
<property var="exts" value="prism"/>
</filter>
</invoke-target>
<invoke-target id="si.pronic.PRISMBreakCompose3">
<invoke-target-name>PRISM Break</invoke-target-name>
<invoke-target-type>card.composer</invoke-target-type>
<icon>
<image>icon_small.png</image>
<image>icon_large.png</image>
</icon>
<filter>
<action>bb.action.COMPOSE</action>
<mime-type>*</mime-type>
<property var="uris" value="data://"/>
</filter>
</invoke-target>
<invoke-target id="si.pronic.PRISMBreakShare3">
<invoke-target-name>PRISM Break</invoke-target-name>
<invoke-target-type>card.composer</invoke-target-type>
<icon>
<image>icon_small.png</image>
<image>icon_large.png</image>
</icon>
<filter>
<action>bb.action.SHARE</action>
<mime-type>*</mime-type>
<property var="uris" value="data://,file://"/>
</filter>
</invoke-target>
<configuration name="Device-Debug">
<platformArchitecture>armle-v7</platformArchitecture>
<asset path="arm/o.le-v7-g/PRISMBreakFree" entry="true" type="Qnx/Elf">PRISMBreakFree</asset>
</configuration>
<configuration name="Device-Release">
<entryPointType>Qnx/Cascades</entryPointType>
<platformArchitecture>armle-v7</platformArchitecture>
<asset path="arm/o.le-v7/PRISMBreakFree.so" entry="true" type="Qnx/Elf">PRISMBreakFree.so</asset>
</configuration>
<configuration name="Device-Profile">
<platformArchitecture>armle-v7</platformArchitecture>
<asset path="arm-p/o.le-v7-g/PRISMBreakFree" entry="true" type="Qnx/Elf">PRISMBreakFree</asset>
</configuration>
<configuration name="Simulator-Debug">
<platformArchitecture>x86</platformArchitecture>
<asset path="x86/o-g/PRISMBreakFree" entry="true" type="Qnx/Elf">PRISMBreakFree</asset>
</configuration>
<!-- Unique author ID assigned by signing authority. Required if using debug tokens. -->
<!-- <authorId>ABC1234YjsnUk235h</authorId> -->
<initialWindow>
<aspectRatio>portrait</aspectRatio>
<autoOrients>false</autoOrients>
<systemChrome>none</systemChrome>
<transparent>false</transparent>
</initialWindow>
<!-- The icon for the application, which should be 114x114. -->
<icon>
<image>icon.png</image>
<image>icon_small.png</image>
<image>icon_large.png</image>
</icon>
<asset path="icon.png">icon.png</asset>
<asset path="assets">assets</asset>
<asset public="true" path="hubassets">hubassets</asset>
<!-- Locale support -->
<asset path="translations" dest="qm">
<include name="*.qm"/>
</asset>
<asset path="icon_small.png">icon_small.png</asset>
<asset path="icon_large.png">icon_large.png</asset>
<asset path="splash720x1280.png">splash720x1280.png</asset>
<asset path="splash720x720.png">splash720x720.png</asset>
<asset path="splash768x1280.png">splash768x1280.png</asset>
<asset path="splash1440x1440.png">splash1440x1440.png</asset>
<!-- Request permission to execute native code. Required for native applications. -->
<permission system="true">run_native</permission>
<permission>access_pimdomain_contacts</permission>
<permission>read_device_identifying_information</permission>
<permission>access_pimdomain_messages</permission>
<permission>read_personally_identifiable_information</permission>
<permission>access_internet</permission>
<permission>run_when_backgrounded</permission>
<permission>access_shared</permission>
<permission system="true">_sys_manage_pimdomain_external_accounts</permission>
<permission system="true">_sys_access_pim_unified</permission>
<env var="LD_LIBRARY_PATH" value="app/native/lib:/usr/lib/qt4/lib"/>
<env var="CASCADES_THEME" value="bright"/>
</qnx>