TianoCore EDK2 master
Loading...
Searching...
No Matches
FmpDependencyCheckLib.h
Go to the documentation of this file.
1
12#ifndef __FMP_DEPENDENCY_CHECK_LIB__
13#define __FMP_DEPENDENCY_CHECK_LIB__
14
15#include <PiDxe.h>
17
34BOOLEAN
35EFIAPI
37 IN EFI_GUID ImageTypeId,
38 IN UINT32 Version,
39 IN EFI_FIRMWARE_IMAGE_DEP *Dependencies OPTIONAL,
40 IN UINT32 DependenciesSize,
41 OUT UINT32 *LastAttemptStatus OPTIONAL
42 );
43
44#endif
BOOLEAN EFIAPI CheckFmpDependency(IN EFI_GUID ImageTypeId, IN UINT32 Version, IN EFI_FIRMWARE_IMAGE_DEP *Dependencies OPTIONAL, IN UINT32 DependenciesSize, OUT UINT32 *LastAttemptStatus OPTIONAL)
#define IN
Definition: Base.h:279
#define OUT
Definition: Base.h:284
Definition: Base.h:213