virtual-sdcp: Add a virtual SDCP device

This device is designed to talk to an external executable. This
executable can be provided/created using the test implementation from
Microsoft.
This commit is contained in:
Benjamin Berg
2020-05-15 21:06:24 +02:00
parent 77400b7a60
commit e3043123f5
3 changed files with 680 additions and 1 deletions

View File

@@ -92,8 +92,8 @@ virtual_drivers = [
'virtual_image',
'virtual_device',
'virtual_device_storage',
'virtual_sdcp',
]
default_drivers = [
'upektc_img',
'vfs5011',