Hi,
I would like to get a meaningful name from an efi handle using the function GetStringNameFromHandle, I add this include
#include <Library/HandleParsingLib.h>
The compilation is fine, yet the linking fails with
unresolved external symbol GetStringFromHandle
In EDK2 the function is insde HandleParsingLib yet VisualUefi seems not to be create the lib file. Any plan to add it ?