summaryrefslogtreecommitdiff
path: root/genivi.morph
blob: ed3b03ae2e02e9af1c12a944e80c32d9caf9cee5 (plain)
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
name: genivi
kind: stratum
description: Software components designed by genivi, for genivi.
build-depends:
- morph: genivi-foundation
chunks:
- name: DLT-daemon
  repo: upstream:DLT-daemon
  ref: v2.9.1
  build-depends: []
- name: node-startup-controller
  repo: upstream:node-startup-controller
  ref: baserock/morph
  build-depends:
  - DLT-daemon
- name: googletest
  repo: upstream:googletest
  ref: baserock/morph
  build-depends: []
- name: googlemock
  repo: upstream:googlemock
  ref: baserock/morph
  build-depends:
  - googletest
- name: genivi-common-api-runtime
  repo: upstream:genivi-common-api-runtime
  ref: 2.1.4
  build-depends: []
- name: genivi-common-api-dbus-runtime
  repo: upstream:genivi-common-api-dbus-runtime
  ref: 2.1.4
  build-depends:
  - genivi-common-api-runtime
- name: audiomanager
  repo: upstream:audiomanager
  ref: '5.0'
  build-depends:
  - DLT-daemon
  - googletest
  - googlemock
  - genivi-common-api-runtime
  - genivi-common-api-dbus-runtime