| 'confidential-guest-support.c', |
| system_ss.add(files('rng-random.c')) |
| system_ss.add(files('hostmem-file.c')) |
| system_ss.add(files('hostmem-memfd.c')) |
| system_ss.add(keyutils, files('cryptodev-lkcf.c')) |
| system_ss.add(when: 'CONFIG_VIRTIO', if_true: files('vhost-user.c')) |
| system_ss.add(when: 'CONFIG_VIRTIO_CRYPTO', if_true: files('cryptodev-vhost.c')) |
| system_ss.add(when: 'CONFIG_IOMMUFD', if_true: files('iommufd.c')) |
| if have_vhost_user_crypto |
| system_ss.add(when: 'CONFIG_VIRTIO_CRYPTO', if_true: files('cryptodev-vhost-user.c')) |
| system_ss.add(when: gio, if_true: files('dbus-vmstate.c')) |
| system_ss.add(when: 'CONFIG_SGX', if_true: files('hostmem-epc.c')) |