summaryrefslogtreecommitdiffstats
path: root/librabbitmq.xml
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-05-15 09:46:10 +0200
committerRemi Collet <remi@remirepo.net>2018-05-15 09:46:10 +0200
commit6ce173a8b929523535a956ef37e74a015eeef6dc (patch)
tree4061780e91272a2a020b70cfcf7715a7eb01c665 /librabbitmq.xml
parent42373308308961b2be4ea0ed1cb5429c3c86d240 (diff)
v0.9.0
Diffstat (limited to 'librabbitmq.xml')
-rw-r--r--librabbitmq.xml65
1 files changed, 65 insertions, 0 deletions
diff --git a/librabbitmq.xml b/librabbitmq.xml
new file mode 100644
index 0000000..3302bb6
--- /dev/null
+++ b/librabbitmq.xml
@@ -0,0 +1,65 @@
+<?xml version="1.0" encoding="utf-8"?>
+<descriptor>
+
+<!-- Template for the Library Descriptor -->
+
+<!--
+ Necessary Sections
+ -->
+
+<version>
+ <!-- Version of the library -->
+0.9.0
+</version>
+
+<headers>
+ <!-- The list of paths to header files and/or
+ directories with header files, one per line -->
+/usr/include/amqp.h
+/usr/include/amqp_framing.h
+/usr/include/amqp_ssl_socket.h
+/usr/include/amqp_tcp_socket.h
+</headers>
+
+<libs>
+ <!-- The list of paths to shared objects and/or
+ directories with shared objects, one per line -->
+/usr/lib64/librabbitmq.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>