summaryrefslogtreecommitdiffstats
path: root/libkms_message.xml
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-02-12 08:24:15 +0100
committerRemi Collet <remi@remirepo.net>2020-02-12 08:24:15 +0100
commit89ceb6d0b10fb9fae59a7dffe34d7d606c0feb0a (patch)
treee15cbc00e9c6bcaba9320cc1062df3aa03eefb7e /libkms_message.xml
parent8bd018c8cae7e6c48a365a7ff05fa401c3269333 (diff)
update to 1.0.2
drop patches merged upstream install missing header using patch from https://github.com/mongodb/libmongocrypt/pull/90
Diffstat (limited to 'libkms_message.xml')
-rw-r--r--libkms_message.xml62
1 files changed, 62 insertions, 0 deletions
diff --git a/libkms_message.xml b/libkms_message.xml
new file mode 100644
index 0000000..932cc8a
--- /dev/null
+++ b/libkms_message.xml
@@ -0,0 +1,62 @@
+<?xml version="1.0" encoding="utf-8"?>
+<descriptor>
+
+<!-- Template for the Library Descriptor -->
+
+<!--
+ Necessary Sections
+ -->
+
+<version>
+ <!-- Version of the library -->
+1.0.2
+</version>
+
+<headers>
+ <!-- The list of paths to header files and/or
+ directories with header files, one per line -->
+/usr/include/kms_message
+</headers>
+
+<libs>
+ <!-- The list of paths to shared objects and/or
+ directories with shared objects, one per line -->
+/usr/lib64/libkms_message.so
+</libs>
+
+<!--
+ Additional Sections
+ -->
+
+<include_paths>
+ <!-- The list of paths to be searched for header files
+ needed for compiling of library headers, one per line -->
+</include_paths>
+
+<gcc_options>
+ <!-- Additional gcc options, one per line -->
+</gcc_options>
+
+<include_preamble>
+ <!-- The list of header files that should be included before other headers, one per line.
+ For example, it is a tree.h for libxml2 and ft2build.h for freetype2 -->
+</include_preamble>
+
+<opaque_types>
+ <!-- The list of opaque types, one per line -->
+</opaque_types>
+
+<skip_interfaces>
+ <!-- The list of functions (mangled/symbol names in C++)
+ that should be skipped while testing, one per line -->
+</skip_interfaces>
+
+<skip_constants>
+ <!-- The list of constants that should not be checked, one name per line -->
+</skip_constants>
+
+<skip_headers>
+ <!-- The list of headers that should not be processed, one name per line -->
+</skip_headers>
+
+</descriptor>