blob: d949f07e984169101d401798bcf79f4cfc2bc386 [file] [log] [blame]
Raphael97f3e042011-11-11 18:08:58 -08001<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2
3<!--
4 For details on the Assembly Manifest, please look here:
5 http://msdn.microsoft.com/en-us/library/aa374191(VS.85).aspx
6-->
7
8<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
9
10 <application>
11 <!--The ID below indicates application support for Windows Vista -->
12 <supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}" />
13 <!--The ID below indicates application support for Windows 7 -->
14 <supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}" />
15 </application>
16
17 <assemblyIdentity version="1.0.0.0"
18 processorArchitecture="x86"
Raphaeld2d69992012-01-24 15:06:56 -080019 name="Android.SDK.FindJava"
Raphael97f3e042011-11-11 18:08:58 -080020 type="win32"
21 />
22
Raphaeld2d69992012-01-24 15:06:56 -080023 <description>Utility to find java.exe on the local system.</description>
Raphael97f3e042011-11-11 18:08:58 -080024
25 <!-- Identify the application security requirements. -->
26 <trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
27 <security>
28 <requestedPrivileges>
29 <requestedExecutionLevel level="asInvoker" uiAccess="false" />
30 </requestedPrivileges>
31 </security>
32 </trustInfo>
33</assembly>