|
| 1 | +<?xml version="1.0" encoding="utf-8" standalone="no"?> |
| 2 | +<!-- |
| 3 | + |
| 4 | + Copyright (c) 2011, 2012 Research In Motion Limited. |
| 5 | + |
| 6 | + Licensed under the Apache License, Version 2.0 (the "License"); |
| 7 | + you may not use this file except in compliance with the License. |
| 8 | + You may obtain a copy of the License at |
| 9 | + |
| 10 | + http://www.apache.org/licenses/LICENSE-2.0 |
| 11 | + |
| 12 | + Unless required by applicable law or agreed to in writing, software |
| 13 | + distributed under the License is distributed on an "AS IS" BASIS, |
| 14 | + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 15 | + See the License for the specific language governing permissions and |
| 16 | + limitations under the License. |
| 17 | + |
| 18 | +--> |
| 19 | +<qnx xmlns="http://www.qnx.com/schemas/application/1.0"> |
| 20 | + |
| 21 | +<!-- BlackBerry Tablet OS application descriptor file. |
| 22 | +
|
| 23 | + Specifies parameters for identifying, installing, and launching native applications on BlackBerry Tablet OS. |
| 24 | +
|
| 25 | +--> |
| 26 | + |
| 27 | + <!-- A universally unique application identifier. Must be unique across all BlackBerry Tablet OS applications. |
| 28 | + Using a reverse DNS-style name as the id is recommended. (Eg. com.example.ExampleApplication.) Required. --> |
| 29 | + <id>com.example.pbillings512_2</id> |
| 30 | + |
| 31 | + <!-- The name that is displayed in the BlackBerry Tablet OS application installer. |
| 32 | + May have multiple values for each language. See samples or xsd schema file. Optional. --> |
| 33 | + <name>pbillings512_2</name> |
| 34 | + |
| 35 | + <!-- 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. |
| 36 | + Values can also be 1-part or 2-part. It is not necessary to have a 3-part value. |
| 37 | + An updated version of application must have a versionNumber value higher than the previous version. Required. --> |
| 38 | + <versionNumber>1.0.0</versionNumber> |
| 39 | + |
| 40 | + <!-- Fourth digit segment of the package version. First three segments are taken from the |
| 41 | + <versionNumber> element. Must be an integer from 0 to 2^16-1 --> |
| 42 | + <buildId>1</buildId> |
| 43 | + |
| 44 | + <!-- 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. --> |
| 45 | + <!-- <versionLabel></versionLabel> --> |
| 46 | + |
| 47 | + <!-- Description, displayed in the BlackBerry Tablet OS application installer. |
| 48 | + May have multiple values for each language. See samples or xsd schema file. Optional. --> |
| 49 | + <description>The pbillings512_2 application</description> |
| 50 | + |
| 51 | + <!-- Copyright information. Optional. --> |
| 52 | + <!-- <copyright></copyright> --> |
| 53 | + |
| 54 | + <!-- Name of author which is used for signing. Must match the developer name of your development certificate. --> |
| 55 | + <author>Example Inc.</author> |
| 56 | + |
| 57 | + <!-- Unique author ID assigned by signing authority. Required if using debug tokens. --> |
| 58 | + <!-- <authorId>ABC1234YjsnUk235h</authorId> --> |
| 59 | + |
| 60 | + <initialWindow> |
| 61 | + <systemChrome>none</systemChrome> |
| 62 | + <transparent>false</transparent> |
| 63 | + </initialWindow> |
| 64 | + |
| 65 | + <!-- The category where the application appears. Either core.games or core.media. --> |
| 66 | + <category>core.games</category> |
| 67 | + <configuration id="com.qnx.qcc.toolChain.475449429" name="Default"> |
| 68 | + <platformArchitecture>armle-v7</platformArchitecture> |
| 69 | + <asset path="arm/o.le-v7-g/pbillings512_2" entry="true" type="Qnx/Elf">pbillings512_2</asset> |
| 70 | + </configuration> |
| 71 | + <configuration id="com.qnx.qcc.toolChain.1829294512" name="Device-Debug"> |
| 72 | + <platformArchitecture>armle-v7</platformArchitecture> |
| 73 | + <asset path="arm/o.le-v7-g/pbillings512_2" entry="true" type="Qnx/Elf">pbillings512_2</asset> |
| 74 | + </configuration> |
| 75 | + <configuration id="com.qnx.qcc.toolChain.496139386" name="Device-Release"> |
| 76 | + <platformArchitecture>armle-v7</platformArchitecture> |
| 77 | + <asset path="arm/o.le-v7/pbillings512_2" entry="true" type="Qnx/Elf">pbillings512_2</asset> |
| 78 | + </configuration> |
| 79 | + <configuration id="com.qnx.qcc.toolChain.2107831101" name="Simulator-Debug"> |
| 80 | + <platformArchitecture>x86</platformArchitecture> |
| 81 | + <asset path="x86/o-g/pbillings512_2" entry="true" type="Qnx/Elf">pbillings512_2</asset> |
| 82 | + </configuration> |
| 83 | + |
| 84 | + <!-- The icon for the application, which should be 86x86. --> |
| 85 | + <icon> |
| 86 | + <image>icon.png</image> |
| 87 | + </icon> |
| 88 | + |
| 89 | + <asset path="icon.png">icon.png</asset> |
| 90 | + <asset path="assets">assets</asset> |
| 91 | + |
| 92 | + <!-- Locale support --> |
| 93 | + <asset path="translations" dest="qm"> |
| 94 | + <include name="*.qm"/> |
| 95 | + </asset> |
| 96 | + |
| 97 | + <!-- Request permission to execute native code. Required for native applications. --> |
| 98 | + <permission system="true">run_native</permission> |
| 99 | + <env var="LD_LIBRARY_PATH" value="app/native/lib:/usr/lib/qt4/lib"/> |
| 100 | + |
| 101 | +</qnx> |
0 commit comments