FrameworkDxe.h 774 B

1234567891011121314151617181920212223242526
  1. /** @file
  2. The root header file that provides Framework extension to UEFI/PI for modules. It can be included by
  3. DXE, RUNTIME and SMM type modules that use Framework definitions.
  4. This header file includes Framework extension definitions common to DXE
  5. modules.
  6. Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>
  7. SPDX-License-Identifier: BSD-2-Clause-Patent
  8. **/
  9. #ifndef _FRAMEWORK_DXE_H_
  10. #define _FRAMEWORK_DXE_H_
  11. #include <PiDxe.h>
  12. #include <Framework/FrameworkInternalFormRepresentation.h>
  13. #include <Framework/FirmwareVolumeImageFormat.h>
  14. #include <Framework/FirmwareVolumeHeader.h>
  15. #include <Framework/Hob.h>
  16. #include <Framework/BootScript.h>
  17. #include <Framework/StatusCode.h>
  18. #include <Framework/DxeCis.h>
  19. #endif