diff options
author | Tobias Jahnke <tobias.jahnke@microchip.com> | 2018-12-17 16:51:56 +0100 |
---|---|---|
committer | Tobias Jahnke <tobias.jahnke@microchip.com> | 2018-12-17 16:51:56 +0100 |
commit | 8ef79c4fe380e590a7050f76605f304726eca664 (patch) | |
tree | 6a4f9dfd669c8e1541d01581c0eb2409091fbc83 /conf.d/project/json.d/README.md | |
parent | 6c067df867da74cab78c987aa9299290f08c280a (diff) |
4a-hal-unicens: prepare import of plugin
Bug-AGL: SPEC-1505
- remove all files from legacy hal binding
Change-Id: I69e6d170cfa6a16d116f63263a1a5f75e2098d5b
Signed-off-by: Tobias Jahnke <tobias.jahnke@microchip.com>
Diffstat (limited to 'conf.d/project/json.d/README.md')
-rw-r--r-- | conf.d/project/json.d/README.md | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/conf.d/project/json.d/README.md b/conf.d/project/json.d/README.md deleted file mode 100644 index 0f4967d..0000000 --- a/conf.d/project/json.d/README.md +++ /dev/null @@ -1,22 +0,0 @@ -By default controller searches for a config filename with the same 'middlename' as daemon process. As an example if your process name is afb-daemon then middle name is 'daemon'. - -``` - onload-middlename-xxxxx.json - - # Middlename is taken from process middlename. -``` - -You may overload config search path with environement variables - * AFB_BINDER_NAME: change patern config search path. 'export AFB_BINDER_NAME=sample' will make controller to search for a configfile name 'onload-sample-xxx.json'. - * CONTROL_CONFIG_PATH: change default reserch path for configuration. You may provide multiple directories separated by ':'. - * CONTROL_LUA_PATH: same as CONTROL_CONFIG_PATH but for Lua script files. - -Example to load a config name 'onload-myconfig-test.json' do -``` - AFB_BINDER_NAME='myconfig' afb-daemon --verbose ...' -``` - -Note: you may change search pattern for Lua script by adding 'ctlname=afb-middlename-xxx' in the metadata section of your config 'onload-*.json' - -WARNING: Audio Control are the one from the HAL and not from Alsa LowLevel - |