summaryrefslogtreecommitdiff
path: root/abi-descriptor.template
diff options
context:
space:
mode:
Diffstat (limited to 'abi-descriptor.template')
-rw-r--r--abi-descriptor.template14
1 files changed, 14 insertions, 0 deletions
diff --git a/abi-descriptor.template b/abi-descriptor.template
new file mode 100644
index 0000000000..f52ef24f0f
--- /dev/null
+++ b/abi-descriptor.template
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<descriptor>
+<version>
+ 0.0.0
+</version>
+<headers>
+ {RELPATH}/abi-check-headers
+</headers>
+<libs>
+ {RELPATH}/.libs
+</libs>
+<include_paths>INCLUDE_DIRS
+</include_paths>
+</descriptor>