2 Common header file shared by all source files.
4 This file includes package header files, library classes and protocol, PPI & GUID definitions.
6 Copyright (c) 2006 - 2007, Intel Corporation
7 All rights reserved. This program and the accompanying materials
8 are licensed and made available under the terms and conditions of the BSD License
9 which accompanies this distribution. The full text of the license may be found at
10 http://opensource.org/licenses/bsd-license.php
11 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
12 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
15 #ifndef __COMMON_HEADER_H_
16 #define __COMMON_HEADER_H_
20 // The package level header files this module uses
23 #include <WinNtPeim.h>
25 // The protocols, PPI and GUID defintions for this module
27 #include <Ppi/NtPeiLoadFile.h>
29 // The Library classes this module consumes
31 #include <Library/PeCoffGetEntryPointLib.h>
32 #include <Library/PeiServicesLib.h>