]> git.proxmox.com Git - mirror_edk2.git/blame - RedfishPkg/RedfishCredentialDxe/RedfishCredentialDxe.inf
OvmfPkg/VirtioFsDxe: add EFI_FILE_INFO cache fields to VIRTIO_FS_FILE
[mirror_edk2.git] / RedfishPkg / RedfishCredentialDxe / RedfishCredentialDxe.inf
CommitLineData
e6ae24e1
AC
1## @file\r
2# RedfishCredentialDxe is required to produce the\r
3# EdkII RedfishCredentialProtocol for the consumer to get the Redfish\r
4# credential Info and to restrict Redfish access from UEFI side.\r
5#\r
6# (C) Copyright 2020 Hewlett Packard Enterprise Development LP<BR>\r
7# SPDX-License-Identifier: BSD-2-Clause-Patent\r
8#\r
9##\r
10\r
11[Defines]\r
12 INF_VERSION = 0x0001000b\r
13 BASE_NAME = RedfishCredentialDxe\r
14 FILE_GUID = 458CE95A-4942-09A9-5D21-A6B16D5DAD7F\r
15 MODULE_TYPE = DXE_DRIVER\r
16 VERSION_STRING = 1.0\r
17 ENTRY_POINT = RedfishCredentialDxeDriverEntryPoint\r
18\r
19#\r
20# VALID_ARCHITECTURES = IA32 X64 ARM AARCH64 RISCV64\r
21#\r
22\r
23[Sources]\r
24 RedfishCredentialDxe.c\r
25 RedfishCredentialDxe.h\r
26\r
27[Packages]\r
28 MdePkg/MdePkg.dec\r
29 MdeModulePkg/MdeModulePkg.dec\r
30 RedfishPkg/RedfishPkg.dec\r
31\r
32[LibraryClasses]\r
33 BaseLib\r
34 DebugLib\r
35 PrintLib\r
36 RedfishPlatformCredentialLib\r
37 UefiBootServicesTableLib\r
38 UefiDriverEntryPoint\r
39 UefiRuntimeServicesTableLib\r
40 UefiLib\r
41\r
42[Protocols]\r
43 gEdkIIRedfishCredentialProtocolGuid ## BY_START\r
44\r
45\r
46[Guids]\r
47 gEfiEndOfDxeEventGroupGuid ## CONSUMES ## Event\r
48 gEfiEventExitBootServicesGuid ## CONSUMES ## Event\r
49\r
50[Depex]\r
51 TRUE\r