blob: 52f997e8b396a8ec2f5d735b55f6dbfaafd91ff1 [file] [log] [blame]
duke6e45e102007-12-01 00:00:00 +00001<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
prr1a77cbc2011-01-19 17:07:51 -08002<assembly xmlns="urn:schemas-microsoft-com:asm.v1"
3 manifestVersion="1.0"
4 xmlns:asmv3="urn:schemas-microsoft-com:asm.v3"
5>
duke6e45e102007-12-01 00:00:00 +00006<assemblyIdentity
prr1a77cbc2011-01-19 17:07:51 -08007 version="IMVERSION"
duke6e45e102007-12-01 00:00:00 +00008 processorArchitecture="X86"
davfaff1a82010-11-25 15:39:39 +03009 name="Oracle Corporation, Java(tm) 2 Standard Edition"
duke6e45e102007-12-01 00:00:00 +000010 type="win32"
11/>
prr1a77cbc2011-01-19 17:07:51 -080012<description>Java(TM) SE PROGRAM process</description>
duke6e45e102007-12-01 00:00:00 +000013<dependency>
14 <dependentAssembly>
15 <assemblyIdentity
16 type="win32"
17 name="Microsoft.Windows.Common-Controls"
18 version="6.0.0.0"
19 processorArchitecture="*"
20 publicKeyToken="6595b64144ccf1df"
21 language="*"
22 />
23 </dependentAssembly>
24</dependency>
prr1a77cbc2011-01-19 17:07:51 -080025
26 <!-- Identify the application security requirements. -->
27 <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
28 <security>
29 <requestedPrivileges>
30 <requestedExecutionLevel
31 level="asInvoker"
32 uiAccess="false"/>
33 </requestedPrivileges>
34 </security>
35 </trustInfo>
36
37 <!-- Indicate JDK is high-dpi aware. -->
38 <asmv3:application>
39 <asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">
40 <dpiAware>true</dpiAware>
41 </asmv3:windowsSettings>
42 </asmv3:application>
43
prrb1b25c62011-01-26 11:46:40 -080044 <!-- Indicate this JDK version is Windows 7 compatible -->
45 <compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
46 <application>
uta69e00bf2013-08-02 13:16:43 +040047 <!-- Windows Vista -->
prrb1b25c62011-01-26 11:46:40 -080048 <supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}"/>
uta69e00bf2013-08-02 13:16:43 +040049 <!-- Windows 7 -->
50 <supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"/>
51 <!-- Windows 8 -->
52 <supportedOS Id="{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}"/>
53 <!-- Windows 8.1 -->
54 <supportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}"/>
prrb1b25c62011-01-26 11:46:40 -080055 </application>
56 </compatibility>
57
duke6e45e102007-12-01 00:00:00 +000058</assembly>