efi_selftest: test EFI_LOAD_FILE_PROTOCOL
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Tue, 8 Dec 2020 14:55:01 +0000 (15:55 +0100)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Thu, 10 Dec 2020 08:15:33 +0000 (09:15 +0100)
commit7f8e656338c442c300034bd5119a2b798a1b098c
treef6998c1940f9d6987abcaa977fea08f9b2389aef
parent6d78ca8360190a339eaf469d957eb0f89d840bc2
efi_selftest: test EFI_LOAD_FILE_PROTOCOL

A unit test is supplied to test the support for the EFI_LOAD_FILE_PROTOCOL
and the EFI_LOAD_FILE2_PROTOCOL by the LoadImage() boot service.

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