mirror of https://github.com/acidanthera/audk.git
Some HII related definitions change. Note these changes are inconsistent with current UEFI 2.3 spec. They are supposed to be in later errata document.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9744 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
8c6d73fb6b
commit
b1a803d153
|
@ -1,7 +1,7 @@
|
|||
/** @file
|
||||
Implementation for EFI_HII_DATABASE_PROTOCOL.
|
||||
|
||||
Copyright (c) 2007 - 2009, Intel Corporation
|
||||
Copyright (c) 2007 - 2010, Intel Corporation
|
||||
All rights reserved. This program and the accompanying materials
|
||||
are licensed and made available under the terms and conditions of the BSD License
|
||||
which accompanies this distribution. The full text of the license may be found at
|
||||
|
@ -2699,6 +2699,8 @@ ExportPackageList (
|
|||
@param PackageList A pointer to an EFI_HII_PACKAGE_LIST_HEADER
|
||||
structure.
|
||||
@param DriverHandle Associate the package list with this EFI handle.
|
||||
If a NULL is specified, this data will not be associate
|
||||
with any drivers and cannot have a callback induced.
|
||||
@param Handle A pointer to the EFI_HII_HANDLE instance.
|
||||
|
||||
@retval EFI_SUCCESS The package list associated with the Handle was
|
||||
|
@ -2714,7 +2716,7 @@ EFIAPI
|
|||
HiiNewPackageList (
|
||||
IN CONST EFI_HII_DATABASE_PROTOCOL *This,
|
||||
IN CONST EFI_HII_PACKAGE_LIST_HEADER *PackageList,
|
||||
IN CONST EFI_HANDLE DriverHandle,
|
||||
IN CONST EFI_HANDLE DriverHandle, OPTIONAL
|
||||
OUT EFI_HII_HANDLE *Handle
|
||||
)
|
||||
{
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/** @file
|
||||
Private structures definitions in HiiDatabase.
|
||||
|
||||
Copyright (c) 2007 - 2009, Intel Corporation
|
||||
Copyright (c) 2007 - 2010, Intel Corporation
|
||||
All rights reserved. This program and the accompanying materials
|
||||
are licensed and made available under the terms and conditions of the BSD License
|
||||
which accompanies this distribution. The full text of the license may be found at
|
||||
|
@ -1135,6 +1135,8 @@ HiiGetSecondaryLanguages (
|
|||
@param PackageList A pointer to an EFI_HII_PACKAGE_LIST_HEADER
|
||||
structure.
|
||||
@param DriverHandle Associate the package list with this EFI handle.
|
||||
If a NULL is specified, this data will not be associate
|
||||
with any drivers and cannot have a callback induced.
|
||||
@param Handle A pointer to the EFI_HII_HANDLE instance.
|
||||
|
||||
@retval EFI_SUCCESS The package list associated with the Handle was
|
||||
|
@ -1149,7 +1151,7 @@ EFIAPI
|
|||
HiiNewPackageList (
|
||||
IN CONST EFI_HII_DATABASE_PROTOCOL *This,
|
||||
IN CONST EFI_HII_PACKAGE_LIST_HEADER *PackageList,
|
||||
IN CONST EFI_HANDLE DriverHandle,
|
||||
IN CONST EFI_HANDLE DriverHandle, OPTIONAL
|
||||
OUT EFI_HII_HANDLE *Handle
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in New Issue