]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFrameworkModulePkg/Universal/StatusCode/Dxe/CommonHeader.h
Port DriverSample.inf, HiiDatabase.inf and SetupBrowser.inf
[mirror_edk2.git] / IntelFrameworkModulePkg / Universal / StatusCode / Dxe / CommonHeader.h
CommitLineData
ad1a1798 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, Intel Corporation.\r
7 All rights reserved. This program and the accompanying materials\r
8 are licensed and made available under the terms and conditions of the BSD License\r
9 which accompanies this distribution. The full text of the license may be found at\r
10 http://opensource.org/licenses/bsd-license.php\r
11 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13**/\r
14\r
15#ifndef __COMMON_HEADER_H_\r
16#define __COMMON_HEADER_H_\r
17\r
18\r
19//\r
20// The package level header files this module uses\r
21//\r
22#include <FrameworkDxe.h>\r
23//\r
24// The protocols, PPI and GUID defintions for this module\r
25//\r
26#include <Guid/StatusCode.h>\r
27#include <Protocol/DataHub.h>\r
28#include <Protocol/SerialIo.h>\r
29#include <Guid/MemoryStatusCodeRecord.h>\r
30#include <Protocol/StatusCode.h>\r
31#include <Guid/StatusCodeDataTypeId.h>\r
32//\r
33// The Library classes this module consumes\r
34//\r
35#include <Library/BaseLib.h>\r
36#include <Library/BaseMemoryLib.h>\r
37#include <Library/DebugLib.h>\r
38#include <Library/ReportStatusCodeLib.h>\r
39#include <Library/PrintLib.h>\r
40#include <Library/PcdLib.h>\r
41#include <Library/HobLib.h>\r
42#include <Library/UefiDriverEntryPoint.h>\r
43#include <Library/UefiBootServicesTableLib.h>\r
44#include <Library/UefiLib.h>\r
45#include <Library/MemoryAllocationLib.h>\r
46#include <Library/UefiRuntimeLib.h>\r
47#include <Library/SerialPortLib.h>\r
48#include <Library/OemHookStatusCodeLib.h>\r
49\r
50//\r
51// Declaration for callback Event.\r
52//\r
53VOID\r
54EFIAPI\r
55VirtualAddressChangeCallBack (\r
56 IN EFI_EVENT Event,\r
57 IN VOID *Context\r
58 );\r
59\r
60//\r
61// Declaration for original Entry Point.\r
62//\r
63EFI_STATUS\r
64EFIAPI\r
65DxeStatusCodeDriverEntry (\r
66 IN EFI_HANDLE ImageHandle,\r
67 IN EFI_SYSTEM_TABLE *SystemTable\r
68 );\r
69\r
70#endif\r