UbaSingleBoardPei.dsc 1.4 KB

123456789101112131415161718192021222324252627282930313233343536
  1. ## @file UbaSingleBoardPei.dsc
  2. # DSC include file for a single UBA board build items
  3. #
  4. # @copyright
  5. # Copyright 2012 - 2020 Intel Corporation. <BR>
  6. #
  7. # SPDX-License-Identifier: BSD-2-Clause-Patent
  8. ##
  9. [Components.IA32]
  10. #
  11. # Board Init Peim
  12. #
  13. $(RP_PKG)/Uba/BoardInit/Pei/BoardInitPei.inf {
  14. <LibraryClasses>
  15. NULL|$(RP_PKG)/$(BOARD_NAME)/Uba/Type$(BOARD_NAME)/Pei/PeiBoardInitLib.inf
  16. #
  17. #### NO PLATFORM SPECIFIC LIBRARY CLASSES AFTER THIS LINE!!!!
  18. #
  19. # Do not place any platform specific PeiBoardInitLib.inf entries after PeiCommonBoardInitLib.inf
  20. # The order of this libary class list is translated directly into the autogen.c created
  21. # to execute the libary constructors for all the platforms in this list.
  22. # PeiCommonBoardInitLib.inf depends on being the last constructor to execute and
  23. # assumes that a platform specific constructor has executed and installed its UBA
  24. # configuration information.
  25. #
  26. NULL|$(RP_PKG)/Uba/UbaMain/Common/Pei/PeiCommonBoardInitLib.inf
  27. }
  28. [Components.X64]
  29. #
  30. # Platform TypeBoardPortTemplate
  31. #
  32. $(RP_PKG)/$(BOARD_NAME)/Uba/TypeBoardPortTemplate/Dxe/UsbOcUpdateDxe/UsbOcUpdateDxe.inf
  33. $(RP_PKG)/$(BOARD_NAME)/Uba/TypeBoardPortTemplate/Dxe/IioCfgUpdateDxe/IioCfgUpdateDxe.inf
  34. $(RP_PKG)/$(BOARD_NAME)/Uba/TypeBoardPortTemplate/Dxe/SlotDataUpdateDxe/SlotDataUpdateDxe.inf