mirror of
				https://git.proxmox.com/git/mirror_edk2
				synced 2025-11-04 02:19:12 +00:00 
			
		
		
		
	EDKII Redfish Credential DXE driver which abstracts platform Redfish credential implementation. Signed-off-by: Jiaxin Wu <jiaxin.wu@intel.com> Signed-off-by: Ting Ye <ting.ye@intel.com> Signed-off-by: Siyuan Fu <siyuan.fu@intel.com> Signed-off-by: Fan Wang <fan.wang@intel.com> Signed-off-by: Abner Chang <abner.chang@hpe.com> Cc: Nickle Wang <nickle.wang@hpe.com> Cc: Peter O'Hanley <peter.ohanley@hpe.com> Reviewed-by: Nickle Wang <nickle.wang@hpe.com>
		
			
				
	
	
		
			21 lines
		
	
	
		
			771 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			771 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
## @file
 | 
						|
# Redfish DSC include file for [Components*] section of all Architectures.
 | 
						|
#
 | 
						|
# This file can be included to the [Components*] section(s) of a platform DSC file
 | 
						|
# by using "!include RedfishPkg/RedfishComponents.dsc.inc" to specify the INF files
 | 
						|
# of EDKII Redfish drivers according to the value of flags described in
 | 
						|
# "RedfishDefines.dsc.inc".
 | 
						|
#
 | 
						|
# (C) Copyright 2020 Hewlett Packard Enterprise Development LP<BR>
 | 
						|
#
 | 
						|
#    SPDX-License-Identifier: BSD-2-Clause-Patent
 | 
						|
#
 | 
						|
##
 | 
						|
 | 
						|
!if $(REDFISH_ENABLE) == TRUE
 | 
						|
  RedfishPkg/RestJsonStructureDxe/RestJsonStructureDxe.inf
 | 
						|
  RedfishPkg/RedfishHostInterfaceDxe/RedfishHostInterfaceDxe.inf
 | 
						|
  RedfishPkg/RedfishRestExDxe/RedfishRestExDxe.inf
 | 
						|
  RedfishPkg/RedfishCredentialDxe/RedfishCredentialDxe.inf
 | 
						|
!endif
 |