You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.179
Former-commit-id: 67aa10e65b237e1c4537630979ee99ebe1374215
This commit is contained in:
parent
d6bde52373
commit
8625704ad8
24
external/llvm/test/tools/llvm-mt/Inputs/additional.manifest
vendored
Normal file
24
external/llvm/test/tools/llvm-mt/Inputs/additional.manifest
vendored
Normal file
@ -0,0 +1,24 @@
|
||||
<?xml version="1.0"?>
|
||||
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
|
||||
<trustInfo>
|
||||
<security>
|
||||
<requestedPrivileges>
|
||||
<!--Comment will be removed-->
|
||||
<requestedExecutionLevel level="3" admin="false"/>
|
||||
</requestedPrivileges>
|
||||
</security>
|
||||
</trustInfo>
|
||||
<dependency>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity program="logDisplay"/>
|
||||
</dependentAssembly>
|
||||
</dependency>
|
||||
<compatibility>
|
||||
<dependency>
|
||||
<assemblyIdentity program="compatibilityCheck2"/>
|
||||
</dependency>
|
||||
<application>
|
||||
<supportedOS Id="BarOS"/>
|
||||
</application>
|
||||
</compatibility>
|
||||
</assembly>
|
8
external/llvm/test/tools/llvm-mt/Inputs/assembly_identity.manifest
vendored
Normal file
8
external/llvm/test/tools/llvm-mt/Inputs/assembly_identity.manifest
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<assembly xmlns="urn:schemas-microsoft-com:asm.v2" manifestVersion="1.0">
|
||||
<dependency>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity foo="bar" name="identity1" version="1.2.3.4"></assemblyIdentity>
|
||||
</dependentAssembly>
|
||||
</dependency>
|
||||
</assembly>
|
BIN
external/llvm/test/tools/llvm-mt/Inputs/bad.manifest
vendored
Normal file
BIN
external/llvm/test/tools/llvm-mt/Inputs/bad.manifest
vendored
Normal file
Binary file not shown.
9
external/llvm/test/tools/llvm-mt/Inputs/compatibility.manifest
vendored
Normal file
9
external/llvm/test/tools/llvm-mt/Inputs/compatibility.manifest
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<application>
|
||||
<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
|
||||
<supportedOS Id="FooOS"/>
|
||||
<supportedOS Id="BarOS"/>
|
||||
</compatibility>
|
||||
</application>
|
||||
</assembly>
|
10
external/llvm/test/tools/llvm-mt/Inputs/conflicting.manifest
vendored
Normal file
10
external/llvm/test/tools/llvm-mt/Inputs/conflicting.manifest
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
<?xml version="1.0"?>
|
||||
<assembly xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<trustInfo>
|
||||
<security>
|
||||
<requestedPrivileges>
|
||||
<requestedExecutionLevel level="2" uiAccess="1"/>
|
||||
</requestedPrivileges>
|
||||
</security>
|
||||
</trustInfo>
|
||||
</assembly>
|
0
external/llvm/test/tools/llvm-mt/Inputs/empty.manifest
vendored
Normal file
0
external/llvm/test/tools/llvm-mt/Inputs/empty.manifest
vendored
Normal file
29
external/llvm/test/tools/llvm-mt/Inputs/expected_big.manifest
vendored
Normal file
29
external/llvm/test/tools/llvm-mt/Inputs/expected_big.manifest
vendored
Normal file
@ -0,0 +1,29 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
|
||||
<ms_asmv1:trustInfo xmlns="urn:schemas-microsoft-com:asm.v3" xmlns:ms_asmv1="urn:schemas-microsoft-com:asm.v1">
|
||||
<ms_asmv1:security>
|
||||
<ms_asmv1:requestedPrivileges>
|
||||
<ms_asmv1:requestedExecutionLevel level="trust1" ms_asmv1:access="false"></ms_asmv1:requestedExecutionLevel>
|
||||
</ms_asmv1:requestedPrivileges>
|
||||
</ms_asmv1:security>
|
||||
</ms_asmv1:trustInfo>
|
||||
<ms_asmv2:dependency xmlns:ms_asmv2="urn:schemas-microsoft-com:asm.v2">
|
||||
<ms_asmv2:dependentAssembly>
|
||||
<ms_asmv2:assemblyIdentity foo="bar" name="identity1" version="1.2.3.4"></assemblyIdentity>
|
||||
</ms_asmv2:dependentAssembly>
|
||||
</ms_asmv2:dependency>
|
||||
<dependency>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity bar="foo" name="my assembly" version="5"></assemblyIdentity>
|
||||
</dependentAssembly>
|
||||
</dependency>
|
||||
<application xmlns:asmv3="urn:schemas-microsoft-com:asm.v3">
|
||||
<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
|
||||
<supportedOS Id="FooOS"/>
|
||||
<supportedOS Id="BarOS"/>
|
||||
</compatibility>
|
||||
<asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">
|
||||
<dpiAware>true/pm</dpiAware>
|
||||
</asmv3:windowsSettings>
|
||||
</application>
|
||||
</assembly>
|
23
external/llvm/test/tools/llvm-mt/Inputs/test_manifest.manifest
vendored
Normal file
23
external/llvm/test/tools/llvm-mt/Inputs/test_manifest.manifest
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
<?xml version="1.0"?>
|
||||
<assembly xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<trustInfo>
|
||||
<security>
|
||||
<requestedPrivileges>
|
||||
<requestedExecutionLevel level="3" uiAccess="1"/>
|
||||
</requestedPrivileges>
|
||||
</security>
|
||||
</trustInfo>
|
||||
<dependency>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity program="displayDriver"/>
|
||||
</dependentAssembly>
|
||||
</dependency>
|
||||
<compatibility>
|
||||
<dependency>
|
||||
<assemblyIdentity program="compatibilityCheck1"/>
|
||||
</dependency>
|
||||
<application>
|
||||
<supportedOS Id="FooOS"/>
|
||||
</application>
|
||||
</compatibility>
|
||||
</assembly>
|
20
external/llvm/test/tools/llvm-mt/Inputs/trust_and_identity.manifest
vendored
Normal file
20
external/llvm/test/tools/llvm-mt/Inputs/trust_and_identity.manifest
vendored
Normal file
@ -0,0 +1,20 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
|
||||
|
||||
<!--random comment -->
|
||||
|
||||
<dependency>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity bar="foo" name="my assembly" version="5"></assemblyIdentity>
|
||||
</dependentAssembly>
|
||||
</dependency>
|
||||
|
||||
<trustInfo>
|
||||
<security>
|
||||
<requestedPrivileges>
|
||||
<requestedExecutionLevel level="trust1" access="false"/>
|
||||
</requestedPrivileges>
|
||||
</security>
|
||||
</trustInfo>
|
||||
|
||||
</assembly>
|
9
external/llvm/test/tools/llvm-mt/Inputs/trust_info.manifest
vendored
Normal file
9
external/llvm/test/tools/llvm-mt/Inputs/trust_info.manifest
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
|
||||
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
|
||||
<security>
|
||||
<requestedPrivileges>
|
||||
<requestedExecutionLevel level="trust1"></requestedExecutionLevel>
|
||||
</requestedPrivileges>
|
||||
</security>
|
||||
</trustInfo></assembly>
|
8
external/llvm/test/tools/llvm-mt/Inputs/windows_settings.manifest
vendored
Normal file
8
external/llvm/test/tools/llvm-mt/Inputs/windows_settings.manifest
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<assembly xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings" manifestVersion="1.0">
|
||||
<asmv3:application xmlns:asmv3="urn:schemas-microsoft-com:asm.v3">
|
||||
<asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">
|
||||
<dpiAware>true/pm</dpiAware>
|
||||
</asmv3:windowsSettings>
|
||||
</asmv3:application>
|
||||
</assembly>
|
Reference in New Issue
Block a user