pimgen: Add new Mako templates
Add three new templates in preparation for another round of refactoring.
argument - For rendering array arguments.
method - For rendering method calls.
signature - For rendering dbus signature arguments.
Change-Id: I9f9806bcb5c1e048aa283e76f9c6f0f8a7bb53ac
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/argument.mako.cpp b/argument.mako.cpp
new file mode 100644
index 0000000..0bd4a19
--- /dev/null
+++ b/argument.mako.cpp
@@ -0,0 +1,3 @@
+{
+${indent(1)}${(',\n' + indent(1)).join([val.argument(loader, indent=indent +1) for val in arg.values])}
+${indent(0)}}\