diff options
author | Matt Ranostay <matt.ranostay@konsulko.com> | 2017-05-16 16:14:30 -0400 |
---|---|---|
committer | Matt Ranostay <matt.ranostay@konsulko.com> | 2017-06-02 22:28:18 -0700 |
commit | cccbe1188021ac4f7cbba7ee26d297448f29bbf3 (patch) | |
tree | 5686a4dc65db48a4094beb52295675e8e45296d3 /export.map |
binding: add initial media binding
Add initial media binding that populates playlist on
media insertion
Bug-AGL: SPEC-610
Change-Id: I24227f7c718606191ae3de72bd692e747353c919
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
Diffstat (limited to 'export.map')
-rw-r--r-- | export.map | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/export.map b/export.map new file mode 100644 index 0000000..52c1b4a --- /dev/null +++ b/export.map @@ -0,0 +1 @@ +{ global: afbBindingV1*; local: *; }; |