Add in Macro named SUPPORT_DEPRECATED_IFRSUPPORTLIB_API to comment out the functions that will be not be supported by EdkCompatibilityPka's FrameworkHiiToUefiHiiThunk module. We choose not to support these function as they are not commonly used by modules.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5084 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -61,6 +61,7 @@ Returns:
|
||||
--*/
|
||||
;
|
||||
|
||||
#ifdef SUPPORT_DEPRECATED_IFRSUPPORTLIB_API
|
||||
EFI_STATUS
|
||||
AddString (
|
||||
IN VOID *StringBuffer,
|
||||
@@ -515,6 +516,7 @@ Returns:
|
||||
|
||||
--*/
|
||||
;
|
||||
#endif
|
||||
|
||||
EFI_STATUS
|
||||
ExtractDataFromHiiHandle (
|
||||
@@ -920,6 +922,7 @@ Returns:
|
||||
--*/
|
||||
;
|
||||
|
||||
#ifdef SUPPORT_DEPRECATED_IFRSUPPORTLIB_API
|
||||
EFI_STATUS
|
||||
ValidateDataFromHiiHandle (
|
||||
IN EFI_HII_HANDLE HiiHandle,
|
||||
@@ -948,6 +951,7 @@ Returns:
|
||||
EFI_SUCCESS - Data successfully validated
|
||||
--*/
|
||||
;
|
||||
#endif
|
||||
|
||||
EFI_STATUS
|
||||
CreateBannerOpCode (
|
||||
|
Reference in New Issue
Block a user