forked from adobe-flash/crossbridge
-
Notifications
You must be signed in to change notification settings - Fork 35
/
aspackages.xml
52 lines (52 loc) · 2.76 KB
/
aspackages.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<overviews>
<packages>
<package name="com.adobe.flascc">
<shortDescription>
<![CDATA[
Control the way the compiled C/C++ code is executed and provide helper functions for accessing the domainMemory ByteArray.
]]>
</shortDescription>
<description>
<![CDATA[
The classes in the com.adobe.flascc package control the way the compiled C/C++ code is executed and provide helper functions for accessing the domainMemory ByteArray.
]]>
</description>
</package>
<package name="com.adobe.flascc.kernel">
<shortDescription>
<![CDATA[
Contains the interfaces and default implementations of a subset of the BSD system calls that Crossbridge's libc calls.
]]>
</shortDescription>
<description>
<![CDATA[
The com.adobe.flascc.kernel package contains the interfaces and implementations of a subset of the BSD system calls that Crossbridge's libc calls. Although a reasonable default implementation is provided and compiled into every Crossbridge compiled SWF by default, you can overridde or extend it, as necessary, to provide custom functionality.
]]>
</description>
</package>
<package name="com.adobe.flascc.preloader">
<shortDescription>
<![CDATA[
Contains the default preloader implementation.
]]>
</shortDescription>
<description>
<![CDATA[
Flascc injects a preloader into every SWF unless told not to. This package includes the default implementation of that preloader. The source for the preloader is included in the Crossbridge SDK so that you can create your own.
]]>
</description>
</package>
<package name="com.adobe.flascc.vfs">
<shortDescription>
<![CDATA[
Short description appears on the All Packages page.
]]>
</shortDescription>
<description>
<![CDATA[
Low-level C file system access is implemented in Crossbridge with a virtual file system API that lets you attach various backing stores so that files can be loaded and saved using different mechanisms. Depending on the backing store used, you can embed files in a SWF, load them from a URL, or load them from a Local Shared Object.
]]>
</description>
</package>
</packages>
</overviews>