TianoCore EDK2 master
|
Go to the source code of this file.
Functions | |
EFI_STATUS EFIAPI | SaveFmpDependency (IN EFI_FIRMWARE_IMAGE_DEP *Depex, IN UINT32 DepexSize) |
EFI_FIRMWARE_IMAGE_DEP *EFIAPI | GetFmpDependency (OUT UINT32 *DepexSize) |
Null instance of FmpDependencyDeviceLib.
Copyright (c) 2020, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file FmpDependencyDeviceLib.c.
EFI_FIRMWARE_IMAGE_DEP *EFIAPI GetFmpDependency | ( | OUT UINT32 * | DepexSize | ) |
Get dependency from the Fmp device. This caller is responsible for freeing the dependency buffer.
[out] | DepexSize | Size, in bytes, of the dependency. |
The | pointer to dependency. |
NULL |
Definition at line 45 of file FmpDependencyDeviceLib.c.
EFI_STATUS EFIAPI SaveFmpDependency | ( | IN EFI_FIRMWARE_IMAGE_DEP * | Depex, |
IN UINT32 | DepexSize | ||
) |
Save dependency to Fmp device.
[in] | Depex | Fmp dependency. |
[in] | DepexSize | Size, in bytes, of the Fmp dependency. |
EFI_SUCCESS | Save Fmp dependency succeeds. |
EFI_UNSUPPORTED | Save Fmp dependency is not supported. |
Others | Save Fmp dependency fails. |
Definition at line 25 of file FmpDependencyDeviceLib.c.