Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org> Signed-off-by: Leif Lindholm <leif.lindholm@linaro.org> Acked-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Reviewed-by: Philippe Mathieu-Daude <philmd@redhat.com>
		
			
				
	
	
		
			31 lines
		
	
	
		
			733 B
		
	
	
	
		
			INI
		
	
	
	
	
	
			
		
		
	
	
			31 lines
		
	
	
		
			733 B
		
	
	
	
		
			INI
		
	
	
	
	
	
#/** @file
 | 
						|
# Memory Status Code Library for UEFI drivers
 | 
						|
#
 | 
						|
# Lib to provide memory journal status code reporting Routines
 | 
						|
# Copyright (c) 2006, Intel Corporation. All rights reserved.<BR>
 | 
						|
#
 | 
						|
#  SPDX-License-Identifier: BSD-2-Clause-Patent
 | 
						|
#
 | 
						|
#
 | 
						|
#**/
 | 
						|
 | 
						|
[Defines]
 | 
						|
  INF_VERSION                    = 0x00010005
 | 
						|
  BASE_NAME                      = TemplateResetSystemLib
 | 
						|
  FILE_GUID                      = 40BAFDE5-4CC8-4FBE-A8BA-071890076E50
 | 
						|
  MODULE_TYPE                    = BASE
 | 
						|
  VERSION_STRING                 = 1.0
 | 
						|
  LIBRARY_CLASS                  = EfiResetSystemLib
 | 
						|
 | 
						|
 | 
						|
[Sources.common]
 | 
						|
  ResetSystemLib.c
 | 
						|
 | 
						|
[Packages]
 | 
						|
  MdePkg/MdePkg.dec
 | 
						|
  EmbeddedPkg/EmbeddedPkg.dec
 | 
						|
 | 
						|
[LibraryClasses]
 | 
						|
  IoLib
 | 
						|
  DebugLib
 |