new file mode 100644
@@ -0,0 +1,45 @@
+;
+; Simple Audio Interface Manifest
+;
+
+[manifest-header]
+version-major = 0
+version-minor = 1
+
+[interface-descriptor]
+vendor = 0xffff
+product = 0x0001
+version = 1
+vendor-string-id = 1
+product-string-id = 2
+unique-id = 0
+
+; Interface vendor string (id can't be 0)
+[string-descriptor "1"]
+id = 1
+string = "Project Ara"
+
+; Interface product string (id can't be 0)
+[string-descriptor "2"]
+id = 2
+string = "Simple Audio Interface"
+
+; I2S mgmt protocol on CPort 1
+[cport-descriptor "0"]
+bundle = 0
+id = 0
+protocol = 0x0a
+
+; I2S data reciever on CPort 2
+[cport-descriptor "1"]
+bundle = 0
+id = 1
+protocol = 0x12
+
+; Bundle 0
+[bundle-descriptor "0"]
+class = 0x00
+
+; Control Class
+[class-descriptor "0"]
+class = 0x00
Add basic manifest data for simple audio module. Cc: mark greer <mark.greer@animalcreek.com> Cc: Alex Elder <alex.elder@linaro.org> Cc: Greg Kroah-Hartman <gregkh@google.com> Signed-off-by: John Stultz <john.stultz@linaro.org> --- v2: Fixup capitalization issue Alex noticed examples/simple-audio-module.mnfs | 45 +++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 examples/simple-audio-module.mnfs