aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/utils/buf_comp/info.txt11
-rw-r--r--src/utils/datastor/info.txt13
2 files changed, 24 insertions, 0 deletions
diff --git a/src/utils/buf_comp/info.txt b/src/utils/buf_comp/info.txt
new file mode 100644
index 000000000..bcbbc23e2
--- /dev/null
+++ b/src/utils/buf_comp/info.txt
@@ -0,0 +1,11 @@
+realname "Buffered Computation"
+
+load_on auto
+
+<add>
+buf_comp.h
+</add>
+
+<requires>
+alloc
+</requires>
diff --git a/src/utils/datastor/info.txt b/src/utils/datastor/info.txt
new file mode 100644
index 000000000..8c38a3ac8
--- /dev/null
+++ b/src/utils/datastor/info.txt
@@ -0,0 +1,13 @@
+realname "Datastore"
+
+load_on auto
+
+<add>
+datastor.cpp
+datastor.h
+</add>
+
+<requires>
+alloc
+filters
+</requires>