diff options
author | Matt Ranostay <matt.ranostay@konsulko.com> | 2017-08-08 12:17:04 -0700 |
---|---|---|
committer | Matt Ranostay <matt.ranostay@konsulko.com> | 2017-08-08 16:39:32 -0700 |
commit | aadb0f6a0aa237a2e7d7e8f2c9a90a6156d23137 (patch) | |
tree | b8a81ad56621d141b073c9477851a606a3a2a237 /binding-bluetooth/export.map | |
parent | 0c4fbf9488c6c6298bcbde11fcd7cc43fc2084a9 (diff) |
binding: bluetooth: switch to v2 binding format
Update functions and structure to use the new version 2
of the afm binder framework
Bug-AGL: SPEC-817
Change-Id: I102a31d0bf19458170b624013b18a6a5d7f9a28b
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
Diffstat (limited to 'binding-bluetooth/export.map')
-rw-r--r-- | binding-bluetooth/export.map | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binding-bluetooth/export.map b/binding-bluetooth/export.map index 52c1b4a..eea0d7b 100644 --- a/binding-bluetooth/export.map +++ b/binding-bluetooth/export.map @@ -1 +1 @@ -{ global: afbBindingV1*; local: *; }; +{ global: afbBindingV2*; local: *; }; |