X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=IntelFrameworkModulePkg%2FUniversal%2FHiiDataBaseDxe%2FCommonHeader.h;fp=IntelFrameworkModulePkg%2FUniversal%2FHiiDataBaseDxe%2FCommonHeader.h;h=2506b805acdac0409ddfc42f44a29515211c3126;hp=0000000000000000000000000000000000000000;hb=103b65209db362ee55acf65e50efaa8cd19c9d31;hpb=61a30832e185b2a9994c28d49666d85cf2f737da;ds=sidebyside diff --git a/IntelFrameworkModulePkg/Universal/HiiDataBaseDxe/CommonHeader.h b/IntelFrameworkModulePkg/Universal/HiiDataBaseDxe/CommonHeader.h new file mode 100644 index 0000000000..2506b805ac --- /dev/null +++ b/IntelFrameworkModulePkg/Universal/HiiDataBaseDxe/CommonHeader.h @@ -0,0 +1,41 @@ +/**@file + Common header file shared by all source files. + + This file includes package header files, library classes and protocol, PPI & GUID definitions. + + Copyright (c) 2006 - 2007, Intel Corporation + All rights reserved. This program and the accompanying materials + are licensed and made available under the terms and conditions of the BSD License + which accompanies this distribution. The full text of the license may be found at + http://opensource.org/licenses/bsd-license.php + THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, + WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. +**/ + +#ifndef __COMMON_HEADER_H_ +#define __COMMON_HEADER_H_ + + +// +// The package level header files this module uses +// +#include +// +// The protocols, PPI and GUID defintions for this module +// +#include +#include +#include +// +// The Library classes this module consumes +// +#include +#include +#include +#include +#include +#include +#include +#include + +#endif