diff options
author | Matt Porter <mporter@konsulko.com> | 2017-08-08 09:05:14 -0400 |
---|---|---|
committer | Matt Ranostay <matt.ranostay@konsulko.com> | 2017-09-26 12:00:31 -0700 |
commit | edae16e793b2ef2dd680821357128b5165b34b78 (patch) | |
tree | 7d55f199b86853f46cd2adf865bc4639cf79da2e /telephony-binding/export.map | |
parent | 8d587e0062c6d6373e7e2102423562391fcd14f2 (diff) |
telephony-binding: convert to v2 binding
Convert the telephony-binding to the v2 binding format.
Also move to AFB_ message macros and remove propagation
of the interface struct.
Bug-AGL: SPEC-814 SPEC-913
Change-Id: Ic9ce86f59af01ce00cece4e29cd5fe36afa7d74c
Signed-off-by: Matt Porter <mporter@konsulko.com>
Diffstat (limited to 'telephony-binding/export.map')
-rw-r--r-- | telephony-binding/export.map | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/telephony-binding/export.map b/telephony-binding/export.map index 52c1b4a..eea0d7b 100644 --- a/telephony-binding/export.map +++ b/telephony-binding/export.map @@ -1 +1 @@ -{ global: afbBindingV1*; local: *; }; +{ global: afbBindingV2*; local: *; }; |