diff options
author | Matt Ranostay <matt.ranostay@konsulko.com> | 2017-08-07 20:05:22 -0700 |
---|---|---|
committer | Matt Ranostay <matt.ranostay@konsulko.com> | 2017-08-07 20:19:28 -0700 |
commit | 50c1f859444b27010d56401c4310b266131dcc97 (patch) | |
tree | 1c5de1ab96e7f1dd8a09ebde844fe95de85735f0 /binding/export.map | |
parent | 059eb5b736d154e01d2a35fd27ca157d7de51a7a (diff) |
binding: media: switch to v2 binding format
Update functions and structure to use the new version 2
of the afm binder framework
Change-Id: I052da8c34bd45641325bc889f0234221f382d062
Bug-AGL: SPEC-812
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
Diffstat (limited to 'binding/export.map')
-rw-r--r-- | binding/export.map | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binding/export.map b/binding/export.map index 52c1b4a..eea0d7b 100644 --- a/binding/export.map +++ b/binding/export.map @@ -1 +1 @@ -{ global: afbBindingV1*; local: *; }; +{ global: afbBindingV2*; local: *; }; |