summaryrefslogtreecommitdiffstats
path: root/common/domain/dummy.fbs
diff options
context:
space:
mode:
Diffstat (limited to 'common/domain/dummy.fbs')
-rw-r--r--common/domain/dummy.fbs7
1 files changed, 7 insertions, 0 deletions
diff --git a/common/domain/dummy.fbs b/common/domain/dummy.fbs
new file mode 100644
index 0000000..8816b09
--- /dev/null
+++ b/common/domain/dummy.fbs
@@ -0,0 +1,7 @@
1namespace Akonadi2.ApplicationDomain.Buffer;
2
3table Dummy {
4}
5
6root_type Dummy;
7file_identifier "AKFB";