| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132 |
- <?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_character</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>Character</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.7.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>Character</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="../../gameplay/res/logo_powered_white.png">res/logo_powered_white.png</asset>
- <asset path="../../gameplay/res/shaders">res/shaders</asset>
- <asset path="res/common">res/common</asset>
- <asset path="res/design/backboard.png">res/png/backboard.png</asset>
- <asset path="res/design/basketball.png">res/png/basketball.png</asset>
- <asset path="res/design/basketballnet.png">res/png/basketballnet.png</asset>
- <asset path="res/design/book.png">res/png/book.png</asset>
- <asset path="res/design/bookshelf.png">res/png/bookshelf.png</asset>
- <asset path="res/design/character.png">res/png/character.png</asset>
- <asset path="res/design/decals.png">res/png/decals.png</asset>
- <asset path="res/design/door.png">res/png/door.png</asset>
- <asset path="res/design/doorframe.png">res/png/doorframe.png</asset>
- <asset path="res/design/easel.png">res/png/easel.png</asset>
- <asset path="res/design/floor.png">res/png/floor.png</asset>
- <asset path="res/design/floortiles.png">res/png/floortiles.png</asset>
- <asset path="res/design/gamepad.png">res/png/gamepad.png</asset>
- <asset path="res/design/playtable.png">res/png/playtable.png</asset>
- <asset path="res/design/shadow.png">res/png/shadow.png</asset>
- <asset path="res/design/storageorganizer.png">res/png/storageorganizer.png</asset>
- <asset path="res/design/tableleg1.png">res/png/tableleg1.png</asset>
- <asset path="res/design/tableleg2.png">res/png/tableleg2.png</asset>
- <asset path="res/design/tableleg3.png">res/png/tableleg3.png</asset>
- <asset path="res/design/tableleg4.png">res/png/tableleg4.png</asset>
- <asset path="res/design/tabletop.png">res/png/tabletop.png</asset>
- <asset path="res/design/tiles.png">res/png/tiles.png</asset>
- <asset path="res/design/tilesn.png">res/png/tilesn.png</asset>
- <asset path="res/design/toybox.png">res/png/toybox.png</asset>
- <asset path="res/design/walleast.png">res/png/walleast.png</asset>
- <asset path="res/design/wallnorth.png">res/png/wallnorth.png</asset>
- <asset path="res/design/walloverhang.png">res/png/walloverhang.png</asset>
- <asset path="res/design/wallsouth.png">res/png/wallsouth.png</asset>
- <asset path="res/design/wallwest.png">res/png/wallwest.png</asset>
- <asset path="res/design/windowledge.png">res/png/windowledge.png</asset>
- <asset path="res/design/wood.png">res/png/wood.png</asset>
- <asset path="res/design/woodn.png">res/png/woodn.png</asset>
- <asset path="game.png.config">game.config</asset>
-
- <configuration id="com.qnx.qcc.configuration.exe.debug.417937691" name="Device-Debug">
- <platformArchitecture>armle-v7</platformArchitecture>
- <asset path="Device-Debug/sample-character" entry="true" type="Qnx/Elf">sample-character</asset>
- </configuration>
- <configuration id="com.qnx.qcc.configuration.exe.release.174417925" name="Device-Release">
- <platformArchitecture>armle-v7</platformArchitecture>
- <asset path="Device-Release/sample-character" entry="true" type="Qnx/Elf">sample-character</asset>
- </configuration>
- <configuration id="com.qnx.qcc.configuration.exe.debug.639567768" name="Simulator">
- <platformArchitecture>x86</platformArchitecture>
- <asset path="Simulator/sample-character" entry="true" type="Qnx/Elf">sample-character</asset>
- </configuration>
- <configuration name="Device-Debug-QC">
- <platformArchitecture>armle-v7</platformArchitecture>
- <asset path="Device-Debug-QC/sample-character" entry="true" type="Qnx/Elf">sample-character</asset>
- </configuration>
- <configuration name="Device-Release-QC">
- <platformArchitecture>armle-v7</platformArchitecture>
- <asset path="Device-Release-QC/sample-character" entry="true" type="Qnx/Elf">sample-character</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. Should be 1280x768. -->
- <!-- <splashscreen></splashscreen> -->
- <!-- Request permission to execute native code. Required for native applications. -->
- <action system="true">run_native</action>
-
- <!-- The permissions requested by your application. -->
- <!-- <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> -->
- <!-- <action>read_device_identifying_information</action> -->
-
- <!-- Ensure that shared libraries in the package are found at run-time. -->
- <env var="LD_LIBRARY_PATH" value="app/native/lib"/>
- </qnx>
|