PlatformInfoDxe.h 789 B

123456789101112131415161718192021222324252627282930
  1. /*++
  2. Copyright (c) 2004 - 2014, Intel Corporation. All rights reserved.<BR>
  3. SPDX-License-Identifier: BSD-2-Clause-Patent
  4. Module Name:
  5. PlatformInfoDxe.h
  6. Abstract:
  7. Platform Info Driver.
  8. --*/
  9. #ifndef _PLATFORM_INFO_DRIVER_H_
  10. #define _PLATFORM_INFO_DRIVER_H_
  11. #include <PiDxe.h>
  12. #include <Library/HobLib.h>
  13. #include <Guid/PlatformInfo.h>
  14. #include <Guid/GlobalVariable.h>
  15. #include <Library/UefiRuntimeServicesTableLib.h>
  16. #include <Guid/Vlv2Variable.h>
  17. #include <Library/BaseMemoryLib.h>
  18. #include <SetupMode.h>
  19. #include <Guid/OsSelection.h>
  20. #include <Guid/SetupVariable.h>
  21. #endif