]> git.proxmox.com Git - mirror_edk2.git/blame - Vlv2TbltDevicePkg/SmBiosMiscDxe/CommonHeader.h
IntelFrameworkModulePkg/IsaSerialDxe: Use PcdSerialClockRate instead of hard code...
[mirror_edk2.git] / Vlv2TbltDevicePkg / SmBiosMiscDxe / CommonHeader.h
CommitLineData
3cbfba02
DW
1/**@file\r
2 Common header file shared by all source files.\r
3\r
4 This file includes package header files, library classes and protocol, PPI & GUID definitions.\r
5\r
6 Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.<BR>\r
7 \r\r
8 This program and the accompanying materials are licensed and made available under\r\r
9 the terms and conditions of the BSD License that accompanies this distribution. \r\r
10 The full text of the license may be found at \r\r
11 http://opensource.org/licenses/bsd-license.php. \r\r
12 \r\r
13 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r\r
14 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. \r\r
15 \r\r
16**/\r
17\r
18#ifndef __COMMON_HEADER_H_\r
19#define __COMMON_HEADER_H_\r
20\r
21\r
22\r
23#include <FrameworkDxe.h>\r
24#include <IndustryStandard/SmBios.h>\r
25#include <Protocol/Smbios.h>\r
26\r
27#include <Guid/DataHubRecords.h>\r
28#include <Guid/MdeModuleHii.h>\r
29\r
30#include <Library/DebugLib.h>\r
31#include <Library/BaseMemoryLib.h>\r
32#include <Library/UefiDriverEntryPoint.h>\r
33#include <Library/UefiBootServicesTableLib.h>\r
34#include <Library/DevicePathLib.h>\r
35#include <Library/HiiLib.h>\r
36#include <Library/BaseLib.h>\r
37#include <Library/MemoryAllocationLib.h>\r
38#include <Library/PcdLib.h>\r
39#include <Library/UefiLib.h>\r
40#include <PchRegs.h>\r
41#include <Library/PchPlatformLib.h>\r
42#include <Library/PrintLib.h>\r
43\r
44#endif\r