mirror of https://github.com/axmolengine/axmol.git
add helloworld sdk1.2 project
This commit is contained in:
parent
d31859d8d3
commit
c44998d89a
|
@ -0,0 +1 @@
|
|||
93c825c0eb08197a6b83c85bcf149524af2318da
|
|
@ -0,0 +1,24 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<Application>
|
||||
<Entry>HelloWorld</Entry>
|
||||
<Name>
|
||||
<English>HelloWorld</English>
|
||||
<eng-GB>HelloWorld</eng-GB>
|
||||
</Name>
|
||||
<Vendor/>
|
||||
<Description/>
|
||||
<Icons>
|
||||
<MainMenu>HelloWorld.png<Type1>HelloWorld.png</Type1>
|
||||
<Type2/>
|
||||
</MainMenu>
|
||||
<Setting/>
|
||||
<Ticker/>
|
||||
<QuickPanel/>
|
||||
<LaunchImage>Splash.png<Type1>Splash.png</Type1>
|
||||
<Type2/>
|
||||
</LaunchImage>
|
||||
</Icons>
|
||||
<AutoScaling>
|
||||
<Enabled>false</Enabled>
|
||||
</AutoScaling>
|
||||
</Application>
|
|
@ -0,0 +1,28 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Manifest>
|
||||
<Id>93bt1p123e</Id>
|
||||
<Secret>9C645DDBA19C71BAD1204DA4DAA7A0B9</Secret>
|
||||
<AppVersion>1.0.0</AppVersion>
|
||||
<ManifestVersion>1.2</ManifestVersion>
|
||||
<Privileges>
|
||||
<Privilege>
|
||||
<Name>SYSTEM_SERVICE</Name>
|
||||
</Privilege>
|
||||
<Privilege>
|
||||
<Name>WEB_SERVICE</Name>
|
||||
</Privilege>
|
||||
</Privileges>
|
||||
<DeviceProfile>
|
||||
<APIVersion>1.2</APIVersion>
|
||||
<CPU>Cortex8</CPU>
|
||||
<ScreenSize>480x800</ScreenSize>
|
||||
<Connectivity>Bluetooth</Connectivity>
|
||||
<Connectivity>Wi-Fi</Connectivity>
|
||||
<Sensor>GPS</Sensor>
|
||||
<Sensor>Accelerometer</Sensor>
|
||||
<Sensor>Proximity</Sensor>
|
||||
<InputDevice>Touch</InputDevice>
|
||||
<SoundMixing>Enable</SoundMixing>
|
||||
<UserInteraction>Vibration-effects</UserInteraction>
|
||||
</DeviceProfile>
|
||||
</Manifest>
|
Loading…
Reference in New Issue