|
|
@@ -1,95 +1,47 @@
|
|
|
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
|
|
-<qnx xmlns="http://www.qnx.com/schemas/application/1.0">
|
|
|
-
|
|
|
-<!-- BlackBerry OS application descriptor file.
|
|
|
- Specifies parameters for identifying, installing, and launching native applications on BlackBerry OS.
|
|
|
--->
|
|
|
-
|
|
|
- <!-- A universally unique application identifier. Must be unique across all BlackBerry OS applications.
|
|
|
- Using a reverse DNS-style name as the id is recommended. (Eg. com.example.ExampleApplication.) Required. -->
|
|
|
- <id>org.gameplay3d.sample_spaceship</id>
|
|
|
-
|
|
|
- <!-- The name that is displayed in the BlackBerry OS application installer.
|
|
|
- May have multiple values for each language. See samples or xsd schema file. Optional. -->
|
|
|
- <name>Spaceship</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>2.0.0</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>1</buildId>
|
|
|
-
|
|
|
- <!-- Description, displayed in the BlackBerry OS application installer.
|
|
|
- May have multiple values for each language. See samples or xsd schema file. Optional. -->
|
|
|
- <description>Spaceship</description>
|
|
|
-
|
|
|
- <!-- Name of author which is used for signing. Must match the developer name of your development certificate. -->
|
|
|
- <author>RIM Canada</author>
|
|
|
-
|
|
|
- <!-- Unique author ID assigned by signing authority. Required if using debug tokens. -->
|
|
|
- <!-- <authorId>gYAAgPkLP1tZlyYP1wiMaRFFNMw</authorId> -->
|
|
|
-
|
|
|
- <initialWindow>
|
|
|
- <aspectRatio>landscape</aspectRatio>
|
|
|
- <autoOrients>false</autoOrients>
|
|
|
- <systemChrome>none</systemChrome>
|
|
|
- <transparent>false</transparent>
|
|
|
- </initialWindow>
|
|
|
-
|
|
|
- <category>core.games</category>
|
|
|
-
|
|
|
- <asset path="icon.png">icon.png</asset>
|
|
|
- <asset path="res/airstrip28.gpb">res/airstrip28.gpb</asset>
|
|
|
- <asset path="res/spaceship.gpb">res/spaceship.gpb</asset>
|
|
|
- <asset path="res/spaceship.wav">res/spaceship.wav</asset>
|
|
|
- <asset path="res//background.ogg">res/background.ogg</asset>
|
|
|
- <asset path="res/background.png">res/background.png</asset>
|
|
|
- <asset path="res/propulsion_glow.png">res/propulsion_glow.png</asset>
|
|
|
- <asset path="../../gameplay/res/logo_powered_white.png">res/logo_powered_white.png</asset>
|
|
|
- <asset path="../../gameplay/res/shaders">res/shaders</asset>
|
|
|
- <asset path="game.config">game.config</asset>
|
|
|
- <asset path="res/menu.form">res/menu.form</asset>
|
|
|
- <asset path="res/menu.theme">res/menu.theme</asset>
|
|
|
- <asset path="res/menuAtlas.png">res/menuAtlas.png</asset>
|
|
|
- <asset path="res/challenge.form">res/challenge.form</asset>
|
|
|
- <!--<asset path="scoreloop">scoreloop</asset>-->
|
|
|
-
|
|
|
- <configuration name="Device-Debug">
|
|
|
- <platformArchitecture>armle-v7</platformArchitecture>
|
|
|
- <asset path="Device-Debug/sample-spaceship" entry="true" type="Qnx/Elf">sample-spaceship</asset>
|
|
|
- </configuration>
|
|
|
- <configuration name="Device-Release">
|
|
|
- <platformArchitecture>armle-v7</platformArchitecture>
|
|
|
- <asset path="Device-Release/sample-spaceship" entry="true" type="Qnx/Elf">sample-spaceship</asset>
|
|
|
- </configuration>
|
|
|
- <configuration name="Simulator">
|
|
|
- <platformArchitecture>x86</platformArchitecture>
|
|
|
- <asset path="Simulator/sample-spaceship" entry="true" type="Qnx/Elf">sample-spaceship</asset>
|
|
|
- </configuration>
|
|
|
-
|
|
|
- <!-- The icon for the application, which should be 114x114. -->
|
|
|
- <icon>
|
|
|
- <image>icon.png</image>
|
|
|
- </icon>
|
|
|
-
|
|
|
- <!-- The splash screen that will appear when your application is launching, which should be 1280x720. -->
|
|
|
- <!-- <splashscreen></splashscreen>-->
|
|
|
-
|
|
|
- <!-- The permissions requested by your application. -->
|
|
|
- <permission>read_device_identifying_information</permission>
|
|
|
- <!-- <action>access_shared</action> -->
|
|
|
- <!-- <action>record_audio</action> -->
|
|
|
- <!-- <action>read_geolocation</action> -->
|
|
|
- <!-- <action>use_camera</action> -->
|
|
|
- <!-- <action>access_internet</action> -->
|
|
|
- <!-- <action>play_audio</action> -->
|
|
|
- <!-- <action>post_notification</action> -->
|
|
|
- <!-- <action>set_audio_volume</action> -->
|
|
|
-
|
|
|
- <!-- Ensure that shared libraries in the package are found at run-time. -->
|
|
|
- <env var="LD_LIBRARY_PATH" value="app/native/lib"/>
|
|
|
-
|
|
|
+<qnx xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.qnx.com/schemas/application/1.0">
|
|
|
+ <id>org.gameplay3d.sample_spaceship</id>
|
|
|
+ <name>Spaceship</name>
|
|
|
+ <versionNumber>2.0.0</versionNumber>
|
|
|
+ <buildId>1</buildId>
|
|
|
+ <description>Spaceship</description>
|
|
|
+ <author>RIM Canada</author>
|
|
|
+ <category>core.games</category>
|
|
|
+ <initialWindow>
|
|
|
+ <autoOrients>false</autoOrients>
|
|
|
+ <aspectRatio>landscape</aspectRatio>
|
|
|
+ <systemChrome>none</systemChrome>
|
|
|
+ <transparent>false</transparent>
|
|
|
+ </initialWindow>
|
|
|
+ <asset path="icon.png">icon.png</asset>
|
|
|
+ <asset path="res/airstrip.gpb">airstrip.gpb</asset>
|
|
|
+ <asset path="res/spaceship.gpb">res/spaceship.gpb</asset>
|
|
|
+ <asset path="res/spaceship.wav">res/spaceship.wav</asset>
|
|
|
+ <asset path="res//background.ogg">res/background.ogg</asset>
|
|
|
+ <asset path="res/background.png">res/background.png</asset>
|
|
|
+ <asset path="res/propulsion_glow.png">res/propulsion_glow.png</asset>
|
|
|
+ <asset path="../../gameplay/res/logo_powered_white.png">res/logo_powered_white.png</asset>
|
|
|
+ <asset path="../../gameplay/res/shaders">res/shaders</asset>
|
|
|
+ <asset path="game.config">game.config</asset>
|
|
|
+ <asset path="res/menu.form">res/menu.form</asset>
|
|
|
+ <asset path="res/menu.theme">res/menu.theme</asset>
|
|
|
+ <asset path="res/menuAtlas.png">res/menuAtlas.png</asset>
|
|
|
+ <asset path="res/challenge.form">res/challenge.form</asset>
|
|
|
+ <configuration name="Device-Debug">
|
|
|
+ <platformArchitecture>armle-v7</platformArchitecture>
|
|
|
+ <asset path="Device-Debug/sample-spaceship" entry="true" type="Qnx/Elf">sample-spaceship</asset>
|
|
|
+ </configuration>
|
|
|
+ <configuration name="Device-Release">
|
|
|
+ <platformArchitecture>armle-v7</platformArchitecture>
|
|
|
+ <asset path="Device-Release/sample-spaceship" entry="true" type="Qnx/Elf">sample-spaceship</asset>
|
|
|
+ </configuration>
|
|
|
+ <configuration name="Simulator">
|
|
|
+ <platformArchitecture>x86</platformArchitecture>
|
|
|
+ <asset path="Simulator/sample-spaceship" entry="true" type="Qnx/Elf">sample-spaceship</asset>
|
|
|
+ </configuration>
|
|
|
+ <permission>read_device_identifying_information</permission>
|
|
|
+ <icon>
|
|
|
+ <image>icon.png</image>
|
|
|
+ </icon>
|
|
|
+ <env var="LD_LIBRARY_PATH" value="app/native/lib" />
|
|
|
</qnx>
|