jdk/src/windows/resource/unpack200_proto.exe.manifest
author duke
Wed, 05 Jul 2017 17:39:11 +0200
changeset 8835 71d383b902e9
parent 3111 fefdeafb7ab9
permissions -rw-r--r--
Merge

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> 
  <assemblyIdentity version="IMVERSION"
     processorArchitecture="X86"
     name="unpack200.exe"
     type="win32"/> 

  <description>Java(TM) SE Runtime Environment unpack200 Process.</description> 
  <!-- Identify the application security requirements. -->
  <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
    <security>
      <requestedPrivileges>
        <requestedExecutionLevel
          level="asInvoker"
          uiAccess="false"/>
        </requestedPrivileges>
       </security>
  </trustInfo>
</assembly>