mirror of https://github.com/acidanthera/audk.git
50 lines
1.3 KiB
INI
50 lines
1.3 KiB
INI
## @file
|
|
# NT32 instance of RedfishPlatformCredentialLib
|
|
#
|
|
# (C) Copyright 2020 Hewlett Packard Enterprise Development LP<BR>
|
|
#
|
|
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
|
#
|
|
##
|
|
|
|
[Defines]
|
|
INF_VERSION = 0x0001000b
|
|
BASE_NAME = RedfishPlatformCredentialLib
|
|
FILE_GUID = 00CF32A8-495C-3ED8-7C68-E9BB86810EE0
|
|
MODULE_TYPE = DXE_DRIVER
|
|
VERSION_STRING = 1.0
|
|
LIBRARY_CLASS = RedfishPlatformCredentialLib
|
|
|
|
#
|
|
# VALID_ARCHITECTURES = IA32 X64
|
|
#
|
|
|
|
[Sources]
|
|
RedfishPlatformCredentialLib.c
|
|
|
|
[Packages]
|
|
EmulatorPkg/EmulatorPkg.dec
|
|
MdePkg/MdePkg.dec
|
|
MdeModulePkg/MdeModulePkg.dec
|
|
RedfishPkg/RedfishPkg.dec
|
|
|
|
[LibraryClasses]
|
|
BaseLib
|
|
DebugLib
|
|
PcdLib
|
|
UefiBootServicesTableLib
|
|
UefiLib
|
|
|
|
[Pcd]
|
|
gEmulatorPkgTokenSpaceGuid.PcdRedfishServiceStopIfSecureBootDisabled ## CONSUMES
|
|
gEmulatorPkgTokenSpaceGuid.PcdRedfishServiceStopIfExitbootService ## CONSUMES
|
|
gEmulatorPkgTokenSpaceGuid.PcdRedfishServiceUserId ## CONSUMES
|
|
gEmulatorPkgTokenSpaceGuid.PcdRedfishServicePassword ## CONSUMES
|
|
|
|
[Guids]
|
|
gEfiGlobalVariableGuid
|
|
|
|
[Depex]
|
|
gEfiVariableArchProtocolGuid
|
|
|