Added Application Framework Binder in Developer Guides 63/25663/4
authorShankho Boron Ghosh <shankhoghosh123@gmail.com>
Sun, 29 Nov 2020 21:16:36 +0000 (02:46 +0530)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Mon, 7 Dec 2020 19:57:24 +0000 (19:57 +0000)
commitc23ad28ea06e5ff335b4fe9171de5e3017c350d3
tree85a661193b64b4fd8376f20bd7e7d95850711610
parent3f6f63ee421200fe014cfa2f2a081f27ca43a51c
Added Application Framework Binder in Developer Guides

Revised and added Application Framework Binder as a part of Developer Guides.

v2 : Corrected typo : MACRO -> MACROS

Bug-AGL: [SPEC-3633]

Signed-off-by: Shankho Boron Ghosh <shankhoghosh123@gmail.com>
Change-Id: I7a6d6206f69ed44a18011c81f475ce5eac306a33
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/documentation/+/25663
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tested-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
17 files changed:
docs/3_Developer_Guides/2_Application_Framework_Binder/0_Overview.md [new file with mode: 0644]
docs/3_Developer_Guides/2_Application_Framework_Binder/1_Binder_daemon_vocabulary.md [new file with mode: 0644]
docs/3_Developer_Guides/2_Application_Framework_Binder/2_How_to_write_a_binding.md [new file with mode: 0644]
docs/3_Developer_Guides/2_Application_Framework_Binder/3_Binder_References.md [new file with mode: 0644]
docs/3_Developer_Guides/2_Application_Framework_Binder/4_Binder_events_guide.md [new file with mode: 0644]
docs/3_Developer_Guides/2_Application_Framework_Binder/5_Binder_Application_writing_guide.md [new file with mode: 0644]
docs/3_Developer_Guides/2_Application_Framework_Binder/7_Document_revisions.md [new file with mode: 0644]
docs/3_Developer_Guides/2_Application_Framework_Binder/Annexes/1_Migration_to_bindings_v3.md [new file with mode: 0644]
docs/3_Developer_Guides/2_Application_Framework_Binder/Annexes/2_WebSocket_protocol_x-afb-ws-json1.md [new file with mode: 0644]
docs/3_Developer_Guides/2_Application_Framework_Binder/Annexes/3_Installing_the_binder_on_a_desktop.md [new file with mode: 0644]
docs/3_Developer_Guides/2_Application_Framework_Binder/Annexes/4_Options_of_afb-daemon.md [new file with mode: 0644]
docs/3_Developer_Guides/2_Application_Framework_Binder/Annexes/5_Debugging_binder_and_bindings.md [new file with mode: 0644]
docs/3_Developer_Guides/2_Application_Framework_Binder/Annexes/6_LEGACY_Migration_from_v1_to_v2.md [new file with mode: 0644]
docs/3_Developer_Guides/2_Application_Framework_Binder/Annexes/7_LEGACY_Binding_v2_references.md [new file with mode: 0644]
docs/3_Developer_Guides/2_Application_Framework_Binder/pictures/basis.svg [new file with mode: 0644]
docs/3_Developer_Guides/2_Application_Framework_Binder/pictures/interconnection.svg [new file with mode: 0644]
docs/3_Developer_Guides/2_Application_Framework_Binder/pictures/signaling-basis.svg [new file with mode: 0644]