flex-sdk
Version:
A Node.js module to download and "install" the latest open source Apache/Adobe Flex SDK.
26 lines (22 loc) • 1.01 kB
text/xml
<!--
ADOBE SYSTEMS INCORPORATED
Copyright 2011 Adobe Systems Incorporated
All Rights Reserved.
NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the
terms of the Adobe license agreement accompanying it. If you have received this file from a
source other than Adobe, then your use, modification, or distribution of it requires the prior
written permission of Adobe.
-->
<extension xmlns="http://ns.adobe.com/air/extension/2.5">
<id>com.adobe.air.sampleextensions.android.licensing</id>
<versionNumber>1</versionNumber>
<platforms>
<platform name="Android-ARM">
<applicationDeployment>
<nativeLibrary>SampleAndroidLicensing.jar</nativeLibrary>
<initializer>com.adobe.air.sampleextensions.android.licensing.AndroidLicensingExtension</initializer>
<finalizer>com.adobe.air.sampleextensions.android.licensing.AndroidLicensingExtension</finalizer>
</applicationDeployment>
</platform>
</platforms>
</extension>