diff options
author | Matt Ranostay <matt.ranostay@konsulko.com> | 2017-08-08 12:17:04 -0700 |
---|---|---|
committer | Matt Ranostay <matt.ranostay@konsulko.com> | 2017-09-26 14:00:04 -0700 |
commit | f977ee160a08ddfb3eccdb5bbff113a6d3f10c16 (patch) | |
tree | b489cee9845ce2a260d7699b4b70de9d0c1e5f6e /binding-bluetooth/export.map | |
parent | 4e226ba5ad81c09dc62cd1c4295bd20fbd1d7711 (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 SPEC-913
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: *; }; |