Home | History | Annotate | Download | only in res
      1 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
      2 <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
      3 	<assemblyIdentity version="1.0.0.0" processorArchitecture="X86" name="Apple.Bonjour.ControlPanel" type="win32"/>
      4 	<description>Enables hardware devices and software services to automatically configure themselves and advertise their presence on the network.</description>
      5 	<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
      6 		<security>
      7 			<requestedPrivileges>
      8 				<requestedExecutionLevel level="requireAdministrator" uiAccess="false"/>
      9 			</requestedPrivileges>
     10 		</security>
     11 	</trustInfo>
     12 </assembly>
     13