TianoCore EDK2
master
Loading...
Searching...
No Matches
FmpDependencyCheckLibNull.c
Go to the documentation of this file.
1
10
#include <
PiDxe.h
>
11
#include <
Guid/SystemResourceTable.h
>
12
#include <
Library/FmpDependencyCheckLib.h
>
13
29
BOOLEAN
30
EFIAPI
31
CheckFmpDependency
(
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
}
FmpDependencyCheckLib.h
CheckFmpDependency
BOOLEAN EFIAPI CheckFmpDependency(IN EFI_GUID ImageTypeId, IN UINT32 Version, IN EFI_FIRMWARE_IMAGE_DEP *Dependencies OPTIONAL, IN UINT32 DependenciesSize, OUT UINT32 *LastAttemptStatus OPTIONAL)
Definition:
FmpDependencyCheckLibNull.c:31
NULL
#define NULL
Definition:
Base.h:319
TRUE
#define TRUE
Definition:
Base.h:301
IN
#define IN
Definition:
Base.h:279
OUT
#define OUT
Definition:
Base.h:284
PiDxe.h
SystemResourceTable.h
LAST_ATTEMPT_STATUS_SUCCESS
#define LAST_ATTEMPT_STATUS_SUCCESS
Definition:
SystemResourceTable.h:37
EFI_FIRMWARE_IMAGE_DEP
Definition:
FirmwareManagement.h:52
GUID
Definition:
Base.h:213
FmpDevicePkg
Library
FmpDependencyCheckLibNull
FmpDependencyCheckLibNull.c
Generated on Fri Nov 15 2024 18:01:07 for TianoCore EDK2 by
1.9.6