Age | Commit message (Collapse) | Author | Files | Lines |
|
Add 'GetRunningBindingDirPath' function that returns the binding
directory path (the path to the directory that contains the binding).
FYI:
- 'Binding directory path' is the path to the directory that contains
a binding binding launched by the binder.
- 'Binder root directory path' is the path specified at binder launch
using '--rootdir' option. If no option is specified, binder root
directory is set to the current directory.
SPEC-AGL: SPEC-3009
Change-Id: I34b3d17710ebc2bf06541a00ca7f8d7189f6aa18
Signed-off-by: Jonathan Aillet <jonathan.aillet@iot.bzh>
|
|
Add 'GetAFBRootDirPath' function that replace 'GetBindingDirPath'
function as previous 'GetBindingDirPath' was returning
'Binder root directory path' and not 'Binding directory path'.
'GetBindingDirPath' function has been kept to call 'GetAFBRootDirPath'
for compatibility issues.
FYI:
- 'Binding directory path' is the path to the directory that contains
the binding.
- 'Binder root directory path' is the path specified at binder launch
using '--rootdir' option. If no option is specified, binder root
directory is set to the current directory.
BUG-AGL: SPEC-3009
Change-Id: I3f4bb64f1d67558a291481e0987bd93666535add
Signed-off-by: Jonathan Aillet <jonathan.aillet@iot.bzh>
|
|
Change-Id: I62bd819cd1bb3edd2140ac5f10501e5285bfe5c8
Signed-off-by: Clément Bénier <clement.benier@iot.bzh>
|
|
Change-Id: I660560f31b3885de78c43b9da9ceae66d80451dc
Signed-off-by: Clément Bénier <clement.benier@iot.bzh>
|
|
Change-Id: Ie5b3a6c287d50cc42b968c1632a39f33b41f1157
Signed-off-by: Clément Bénier <clement.benier@iot.bzh>
|
|
Change-Id: Id7e4f772ec1c7f8022a80bf7561b0edfdee3f10a
Signed-off-by: Clément Bénier <clement.benier@iot.bzh>
|
|
Only JSON helpers functions were documented before this commits. This add a description
for every function of the afb-helpers library.
Bug-AGL: SPEC-2114
Change-Id: I3ae941841ef4ad8e345dd4cd6bc012f6596eadc2
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
|