summaryrefslogtreecommitdiffstats
path: root/data/onload-control-policy.json
diff options
context:
space:
mode:
authorfulup <fulup.arfoll@iot.bzh>2017-08-11 08:18:05 +0200
committerfulup <fulup.arfoll@iot.bzh>2017-08-11 08:24:20 +0200
commitc13952824e2cc110b9405e1bc9017801dd938ac0 (patch)
treec85896cd8453a103e30eb0d47b8d8448ea6dab4b /data/onload-control-policy.json
parenteb6a78be524aaee70fca55b86a7b065763591178 (diff)
Update to new Tempate
Diffstat (limited to 'data/onload-control-policy.json')
-rw-r--r--data/onload-control-policy.json99
1 files changed, 0 insertions, 99 deletions
diff --git a/data/onload-control-policy.json b/data/onload-control-policy.json
deleted file mode 100644
index 736e188..0000000
--- a/data/onload-control-policy.json
+++ /dev/null
@@ -1,99 +0,0 @@
-{
- "$schema": "ToBeDone",
- "metadata": {
- "label": "sample-audio-control",
- "info": "Provide Default Audio Policy for Multimedia, Navigation and Emergency",
- "version": "1.0"
- },
- "onload": {
- "label": "onload-config",
- "info": "onload initialisation config",
- "plugin": "audio-ctl-plugin-sample.so",
- "actions": [
- {
- "label": "onload-sample-cb",
- "info": "Call control sharelib install entrypoint",
- "callback": "SamplePolicyInstall",
- "args": {"arg1" : "first_arg", "nextarg": "second arg value"}
- }, {
- "label": "onload-sample-api",
- "info": "Assert AlsaCore Presence",
- "api": "alsacore",
- "verb": "ping",
- "args": "test"
- }, {
- "label": "onload-sample-lua",
- "info": "Assert LUA Engine",
- "lua": "Test_Lua_Engine",
- "args": "ping"
- }
- ]
- },
- "controls":
- [{
- "label": "multimedia",
- "actions": [
- {
- "label": "multimedia-control-cb",
- "info": "Call Sharelib Sample Callback",
- "callback": "samplePolicyCB",
- "args": {
- "arg1": "snoopy",
- "arg2": "toto"
- }
- }, {
- "label": "multimedia-control-ucm",
- "info": "Subcall AlSA UCM navigation",
- "api": "alsacore",
- "verb": "ucmset",
- "args": {
- "verb": "multimedia"
- }
- }
- ]
- },
- {
- "label":"navigation",
- "action" : {
- "api": "alsacore",
- "verb": "ucmset",
- "args": {
- "verb": "navigation"
- },
- "optional": true,
- "timeout": 100
- }
- }, {
- "label":"emergency",
- "action": {
- "api": "alsacore",
- "verb": "ucmset",
- "args": {
- "verb": "emergency"
- }
- }
- }]
- ,
- "events": [
- {
- "label": "SampleEvent",
- "comment": "define action when receiving a given event",
- "actions": [
- {
- "info": "Event Callback-1",
- "callback": "ProcessEventCB",
- "args": {
- "arg": "action-1"
- }
- }, {
- "info": "Event Callback-2",
- "callback": "ProcessEventCB",
- "args": {
- "arg": "action-2"
- }
- }
- ]
- }
- ]
-}
-