summaryrefslogtreecommitdiffstats
path: root/third_party/heimdal/packages/windows/assembly/Heimdal.Kerberos.manifest.in
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/heimdal/packages/windows/assembly/Heimdal.Kerberos.manifest.in')
-rw-r--r--third_party/heimdal/packages/windows/assembly/Heimdal.Kerberos.manifest.in19
1 files changed, 19 insertions, 0 deletions
diff --git a/third_party/heimdal/packages/windows/assembly/Heimdal.Kerberos.manifest.in b/third_party/heimdal/packages/windows/assembly/Heimdal.Kerberos.manifest.in
new file mode 100644
index 0000000..515b441
--- /dev/null
+++ b/third_party/heimdal/packages/windows/assembly/Heimdal.Kerberos.manifest.in
@@ -0,0 +1,19 @@
+<?xml version="1" encoding="UTF-8" standalone="yes" ?>
+<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
+ <assemblyIdentity type="win32" name="@name@"
+ processorArchitecture="@cpu@"
+ version="@version@"
+ publicKeyToken="@pkt@" />
+ <file name="heimdal.dll" hashalg="SHA1" />
+ <file name="com_err.dll" hashalg="SHA1" />
+ <file name="heimntlm.dll" hashalg="SHA1" />
+ <file name="gssapi.dll" hashalg="SHA1" />
+ <file name="libhdb.dll" hashalg="SHA1" />
+ <file name="libkadm5srv.dll" hashalg="SHA1" />
+ <file name="heimdal.pdb" hashalg="SHA1" />
+ <file name="com_err.pdb" hashalg="SHA1" />
+ <file name="heimntlm.pdb" hashalg="SHA1" />
+ <file name="gssapi.pdb" hashalg="SHA1" />
+ <file name="libhdb.pdb" hashalg="SHA1" />
+ <file name="libkadm5srv.pdb" hashalg="SHA1" />
+</assembly>