efi_selftest: LoadImage from file device path
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Wed, 9 Jan 2019 18:04:14 +0000 (19:04 +0100)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Sat, 16 Feb 2019 14:42:19 +0000 (15:42 +0100)
commitd787caddf1ac69c3845992a435eafca3637b1fac
tree67f381d9273c072d5fb87090d18627607307410d
parent95288b1e94dbc0af9be969d12e82bf593dfb9044
efi_selftest: LoadImage from file device path

Provide a unit test that calls LoadImage() with a file device path and
executes the application via StartImage().

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
lib/efi_selftest/Makefile
lib/efi_selftest/efi_selftest_loadimage.c [new file with mode: 0644]