d4b99401af
Currently FakeHardware supports any interfaces because of a hack in the driver factory. However, when calculating the defaults we still rely on supported_***_interfaces in it, which makes enabling fake-hardware with non-fake interfaces harder than it should be. Change-Id: Ic90c94a85c32fab19ba1a40d7d826a8a65c027e7
7 lines
195 B
YAML
7 lines
195 B
YAML
---
|
|
other:
|
|
- |
|
|
The ``fake-hardware`` hardware types now explicitly declares support
|
|
for all generic interface implementations, so that they can be used
|
|
in the defaults calculation.
|