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:
@ -1,7 +1,7 @@
|
|||||||
/** @file
|
/** @file
|
||||||
Implementation for EFI_HII_DATABASE_PROTOCOL.
|
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
|
All rights reserved. This program and the accompanying materials
|
||||||
are licensed and made available under the terms and conditions of the BSD License
|
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
|
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
|
@param PackageList A pointer to an EFI_HII_PACKAGE_LIST_HEADER
|
||||||
structure.
|
structure.
|
||||||
@param DriverHandle Associate the package list with this EFI handle.
|
@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.
|
@param Handle A pointer to the EFI_HII_HANDLE instance.
|
||||||
|
|
||||||
@retval EFI_SUCCESS The package list associated with the Handle was
|
@retval EFI_SUCCESS The package list associated with the Handle was
|
||||||
@ -2714,7 +2716,7 @@ EFIAPI
|
|||||||
HiiNewPackageList (
|
HiiNewPackageList (
|
||||||
IN CONST EFI_HII_DATABASE_PROTOCOL *This,
|
IN CONST EFI_HII_DATABASE_PROTOCOL *This,
|
||||||
IN CONST EFI_HII_PACKAGE_LIST_HEADER *PackageList,
|
IN CONST EFI_HII_PACKAGE_LIST_HEADER *PackageList,
|
||||||
IN CONST EFI_HANDLE DriverHandle,
|
IN CONST EFI_HANDLE DriverHandle, OPTIONAL
|
||||||
OUT EFI_HII_HANDLE *Handle
|
OUT EFI_HII_HANDLE *Handle
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/** @file
|
/** @file
|
||||||
Private structures definitions in HiiDatabase.
|
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
|
All rights reserved. This program and the accompanying materials
|
||||||
are licensed and made available under the terms and conditions of the BSD License
|
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
|
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
|
@param PackageList A pointer to an EFI_HII_PACKAGE_LIST_HEADER
|
||||||
structure.
|
structure.
|
||||||
@param DriverHandle Associate the package list with this EFI handle.
|
@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.
|
@param Handle A pointer to the EFI_HII_HANDLE instance.
|
||||||
|
|
||||||
@retval EFI_SUCCESS The package list associated with the Handle was
|
@retval EFI_SUCCESS The package list associated with the Handle was
|
||||||
@ -1149,7 +1151,7 @@ EFIAPI
|
|||||||
HiiNewPackageList (
|
HiiNewPackageList (
|
||||||
IN CONST EFI_HII_DATABASE_PROTOCOL *This,
|
IN CONST EFI_HII_DATABASE_PROTOCOL *This,
|
||||||
IN CONST EFI_HII_PACKAGE_LIST_HEADER *PackageList,
|
IN CONST EFI_HII_PACKAGE_LIST_HEADER *PackageList,
|
||||||
IN CONST EFI_HANDLE DriverHandle,
|
IN CONST EFI_HANDLE DriverHandle, OPTIONAL
|
||||||
OUT EFI_HII_HANDLE *Handle
|
OUT EFI_HII_HANDLE *Handle
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user