TianoCore EDK2 master
Loading...
Searching...
No Matches
FmpDependencyCheckLibNull.c
Go to the documentation of this file.
1
10#include <PiDxe.h>
13
29BOOLEAN
30EFIAPI
32 IN EFI_GUID ImageTypeId,
33 IN UINT32 Version,
34 IN EFI_FIRMWARE_IMAGE_DEP *Dependencies OPTIONAL,
35 IN UINT32 DependenciesSize,
36 OUT UINT32 *LastAttemptStatus OPTIONAL
37 )
38{
39 if (LastAttemptStatus != NULL) {
40 *LastAttemptStatus = LAST_ATTEMPT_STATUS_SUCCESS;
41 }
42
43 return TRUE;
44}
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 NULL
Definition: Base.h:319
#define TRUE
Definition: Base.h:301
#define IN
Definition: Base.h:279
#define OUT
Definition: Base.h:284
#define LAST_ATTEMPT_STATUS_SUCCESS
Definition: Base.h:213