summaryrefslogtreecommitdiffstats
path: root/mDNSResponder/mDNSWindows/SystemService/res/mDNSResponder.manifest
blob: 7275854b32cd81ae547a4a7876a07dd0c5056e46 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
	<assemblyIdentity version="1.0.0.0" processorArchitecture="X86" name="Apple.Bonjour.mDNSResponder" type="win32"/>
	<description>Enables hardware devices and software services to automatically configure themselves and advertise their presence on the network.</description>
	<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
		<security>
			<requestedPrivileges>
				<requestedExecutionLevel level="requireAdministrator" uiAccess="false"/>
			</requestedPrivileges>
		</security>
	</trustInfo>
</assembly>