generated from eclipse-velocitas/vehicle-app-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-index.json
87 lines (87 loc) · 3.2 KB
/
package-index.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
[
{
"type": "extension",
"package": "https://github.com/eclipse-velocitas/devenv-devcontainer-setup.git",
"exposedInterfaces": [
{
"type": "vehicle-signal-interface",
"description": "Vehicle Signal Interface based on VSS and KUKSA Databroker",
"args": [
{
"id": "src",
"description": "URI or path to VSS json",
"default": "https://github.com/COVESA/vehicle_signal_specification/releases/download/v3.0/vss_rel_3.0.json",
"required": true,
"type": "string"
},
{
"id": "datapoints",
"description": "Datapoints to be used in your Vehicle Application",
"default": "{\"required\":[{\"path\":\"\",\"access\":\"\"}]}",
"required": false,
"type": "object"
}
]
},
{
"type": "grpc-interface",
"description": "gRPC service contract based on a proto interface description",
"args": [
{
"id": "src",
"description": "URI to the proto file which acts as the service interface",
"default": "",
"required": true,
"type": "string"
},
{
"id": "required",
"description": "Configuration for the \"Client\" of the service. (Leave empty for now)",
"required": false,
"default": "{}",
"type": "object"
},
{
"id": "provided",
"description": "Configuration for the \"Provider\" of the service. (Leave empty for now)",
"required": false,
"default": "{}",
"type": "object"
}
]
}
]
},
{
"type": "extension",
"package": "https://github.com/eclipse-velocitas/devenv-runtimes.git",
"exposedInterfaces": []
},
{
"type": "extension",
"package": "https://github.com/eclipse-velocitas/devenv-github-templates.git",
"exposedInterfaces": []
},
{
"type": "extension",
"package": "https://github.com/eclipse-velocitas/devenv-github-workflows.git",
"exposedInterfaces": []
},
{
"type": "core",
"package": "https://github.com/eclipse-velocitas/vehicle-app-python-sdk",
"exposedInterfaces": [
{
"type": "examples",
"description": "Provided Examples from SDK",
"args": [
{
"id": "seat-adjuster",
"description": "Seat Adjuster Example",
"type": "string"
}
]
}
]
}
]