Platform specific implementation of acquiring credential to access to Redfish service. This is the platform library which incorporates with Redfish Credential DXE driver under Redfish package. Signed-off-by: Abner Chang <abner.chang@hpe.com> Cc: Jordan Justen <jordan.l.justen@intel.com> Cc: Andrew Fish <afish@apple.com> Cc: Ray Ni <ray.ni@intel.com> Cc: Nickle Wang <nickle.wang@hpe.com> Cc: Peter O'Hanley <peter.ohanley@hpe.com> Acked-by: Ray Ni <ray.ni@intel.com>
		
			
				
	
	
		
			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.PcdRedfishServieStopIfSecureBootDisabled ## CONSUMES
 | |
|   gEmulatorPkgTokenSpaceGuid.PcdRedfishServieStopIfExitbootService    ## CONSUMES
 | |
|   gEmulatorPkgTokenSpaceGuid.PcdRedfishServieUserId                   ## CONSUMES
 | |
|   gEmulatorPkgTokenSpaceGuid.PcdRedfishServiePassword                 ## CONSUMES
 | |
| 
 | |
| [Guids]
 | |
|   gEfiGlobalVariableGuid
 | |
| 
 | |
| [Depex]
 | |
|   gEfiVariableArchProtocolGuid
 | |
| 
 |