summaryrefslogtreecommitdiffstats
path: root/test/lib_descriptor.lv2/manifest.ttl.in
diff options
context:
space:
mode:
Diffstat (limited to 'test/lib_descriptor.lv2/manifest.ttl.in')
-rw-r--r--test/lib_descriptor.lv2/manifest.ttl.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/lib_descriptor.lv2/manifest.ttl.in b/test/lib_descriptor.lv2/manifest.ttl.in
new file mode 100644
index 0000000..5f4eced
--- /dev/null
+++ b/test/lib_descriptor.lv2/manifest.ttl.in
@@ -0,0 +1,7 @@
+@prefix lv2: <http://lv2plug.in/ns/lv2core#> .
+@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
+
+<http://example.org/lib-descriptor>
+ a lv2:Plugin ;
+ lv2:binary <lib_descriptor@SHLIB_EXT@> ;
+ rdfs:seeAlso <lib_descriptor.ttl> .