-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathManifest.xml
41 lines (36 loc) · 1.71 KB
/
Manifest.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
<?xml version="1.0"?>
<package>
<versionName>15.1.1.1.0</versionName>
<contactName>EAWebKit Team</contactName>
<contactEmail>[email protected]</contactEmail>
<summary>EAWebKit is an embeddable web browser library for EA gaming platforms. It is a port
of the open source WebKit engine (used in browsers such as Chrome and Safari)to gaming platforms
and is maintained by EADP. It is available for use by all of EA as well as EA's publishing partners.</summary>
<homePageUrl>http://online.ea.com/documentation/display/eawebkit/EA+WebKit+Customer+Portal</homePageUrl>
<community>
<a href="mailto:[email protected]">Post</a> / <a href="http://easites.ea.com/eawebkit/Lists/EAWebKit/AllItems.aspx">Subscribe</a> to EAWebKit Forum
</community>
<support><a href="mailto:[email protected]">Email Support</a></support>
<changes>
Changes are detailed in the /doc/Release Notes.html file.
</changes>
<status>Official</status>
<statusComment></statusComment>
<tags>browser, eawebkit, webkit</tags>
<manifestVersion>2</manifestVersion>
<frameworkVersion>2</frameworkVersion>
<buildable>true</buildable>
<relationship>
<builds>
<build name="solution" supported="true" />
<build name="nant" supported="true" targets="build" />
</builds>
<platforms>
<platform name="pc" build="Supported" test="NotSupported" configs="pc-vc-dev-*" />
<platform name="pc64" build="Supported" test="NotSupported" configs="pc64-vc-dev-*" />
<platform name="xenon" build="Supported" test="NotSupported"/>
<platform name="ps3" build="Supported" test="NotSupported"/>
<platform name="osx" build="Supported" test="NotSupported"/>
</platforms>
</relationship>
</package>