forked from eclipse-velocitas/vehicle-app-python-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.velocitas.json
28 lines (28 loc) · 805 Bytes
/
.velocitas.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
{
"packages": {
"devenv-runtimes": "v4.0.0",
"devenv-github-workflows": "v6.0.1",
"devenv-github-templates": "v1.0.5",
"devenv-devcontainer-setup": "v2.2.1"
},
"components": [
"runtime-local",
"runtime-kanto",
"deployment-kanto",
"pantaris-integration",
"github-workflows",
"github-templates",
"devcontainer-setup",
"vehicle-signal-interface",
"sdk-installer",
"grpc-interface-support"
],
"variables": {
"language": "python",
"repoType": "app",
"appManifestPath": "app/AppManifest.json",
"githubRepoId": "eclipse-velocitas/vehicle-app-python-template",
"generatedModelPath": "./gen/vehicle_model"
},
"cliVersion": "v0.9.1"
}