BugFix:TIVI-1991
[profile/ivi/ico-vic-amb-plugin.git] / tests / etc / ambd / AMBformat_wrong13.conf
1 {
2         "Config":
3         {
4                 "Section":"Common",
5                 "VehicleInfoDefine":
6                 [
7                         {
8                                 "KeyEventType":"VELOCITY",
9                                 "Status":
10                                 [
11                                         {
12                                                 "AMBPropertyName":"VehicleSpeed",
13                                                 "Type":"uint16",
14                                                 "AccessControl":"R",
15                                                 "Default":"0",
16                                                 "DBusProperty":"VehicleSpeed",
17                                                 "DBusObjectName":"VehicleSpeed",
18                                                 "Zone":"None"
19                                         }
20                                 ],
21                                 "sense":
22                                 [
23                                 ],
24                                 "event_mask":
25                                 [
26                                 ],
27                                 "Priority":1,
28                                 "DBusInterface":"org.automotive.vehicleSpeed",
29                                 "DBusObject":"VehicleSpeed"
30                         },
31                         {
32                                 "KeyEventType":"ENGINE_SPEED",
33                                 "Status":
34                                 [
35                                         {
36                                                 "AMBPropertyName":"EngineSpeed",
37                                                 "Type":"uint16",
38                                                 "AccessControl":"R",
39                                                 "Default":"0",
40                                                 "DBusProperty":"EngineSpeed",
41                                                 "DBusObjectName":"EngineSpeed",
42                                                 "Zone":"None"
43                                         }
44                                 ],
45                                 "sense":
46                                 [
47                                 ],
48                                 "event_mask":
49                                 [
50                                 ],
51                                 "Priority":1,
52                                 "DBusInterface":"org.automotive.engineSpeed",
53                                 "DBusObject":"EngineSpeed"
54                         }
55                 ],
56                 "DefaultInfoPort":
57                 {
58                         "DataPort":25010,
59                         "CtrlPort":25011
60                 },
61                 "CustomizeInfoPort":
62                 {
63                         "DataPort":25020,
64                         "CtrlPort":25021
65                 }
66         }
67 }