Sec.inf 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. ## @file
  2. # Entry Point of Emu Emulator
  3. #
  4. # Main executable file of Unix Emulator that loads PEI core after initialization finished.
  5. # Portions copyright (c) 2011, Apple Inc. All rights reserved.<BR>
  6. # Copyright (c) 2012, Intel Corporation. All rights reserved.<BR>
  7. #
  8. # SPDX-License-Identifier: BSD-2-Clause-Patent
  9. #
  10. #
  11. ##
  12. [Defines]
  13. INF_VERSION = 0x00010005
  14. BASE_NAME = EmuSec
  15. FILE_GUID = BCAF98C9-22B0-3B4F-9CBD-C8A6B4DBCEE9
  16. MODULE_TYPE = SEC
  17. VERSION_STRING = 1.0
  18. [Sources]
  19. Sec.c
  20. [Sources.X64]
  21. X64/SwitchRam.asm
  22. X64/SwitchRam.S
  23. [Sources.IA32]
  24. Ia32/TempRam.c
  25. Ia32/SwitchRam.asm
  26. Ia32/SwitchRam.S
  27. [Packages]
  28. MdePkg/MdePkg.dec
  29. EmulatorPkg/EmulatorPkg.dec
  30. [LibraryClasses]
  31. DebugLib
  32. PeCoffGetEntryPointLib
  33. PeiServicesLib
  34. PpiListLib
  35. BaseMemoryLib
  36. [Ppis]
  37. gEfiTemporaryRamSupportPpiGuid
  38. [Pcd]
  39. gEmulatorPkgTokenSpaceGuid.PcdPeiServicesTablePage