[Description]:
1) Remove HiiLibAddFontPackageToHiiDatabase as it is not properly defined API. It only cover Simplified Font. User is recomended to use Hii Font Protocol API to add various font into HII database. [Impaction]: All modules that may reference HiiLibAddFontPackageToHiiDatabase function. [Reference Info]: No. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4855 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -81,16 +81,6 @@ HiiLibAddPackages (
|
||||
)
|
||||
;
|
||||
|
||||
EFI_STATUS
|
||||
EFIAPI
|
||||
HiiLibAddFontPackageToHiiDatabase (
|
||||
IN UINTN FontSize,
|
||||
IN CONST UINT8 *FontBinary,
|
||||
IN CONST EFI_GUID *GuidId,
|
||||
OUT EFI_HII_HANDLE *HiiHandle OPTIONAL
|
||||
)
|
||||
;
|
||||
|
||||
/**
|
||||
Removes a package list from the default HII database.
|
||||
|
||||
|
Reference in New Issue
Block a user