]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/CommonHeader.h
Update to BSD license header.
[mirror_edk2.git] / IntelFrameworkModulePkg / Bus / Isa / IsaBusDxe / CommonHeader.h
... / ...
CommitLineData
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 - 2007, Intel Corporation<BR>\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\r
12 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
13 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
14\r
15**/\r
16\r
17#ifndef __COMMON_HEADER_H_\r
18#define __COMMON_HEADER_H_\r
19\r
20\r
21//\r
22// The package level header files this module uses\r
23//\r
24#include <PiDxe.h>\r
25#include <FrameworkDxe.h>\r
26//\r
27// The protocols, PPI and GUID defintions for this module\r
28//\r
29#include <Protocol/PciIo.h>\r
30#include <Protocol/ComponentName.h>\r
31#include <Protocol/IsaIo.h>\r
32#include <Protocol/DevicePath.h>\r
33#include <Protocol/IsaAcpi.h>\r
34#include <Protocol/DriverBinding.h>\r
35#include <Protocol/GenericMemoryTest.h>\r
36#include <Guid/StatusCodeDataTypeId.h>\r
37//\r
38// The Library classes this module consumes\r
39//\r
40#include <Library/DebugLib.h>\r
41#include <Library/UefiDriverEntryPoint.h>\r
42#include <Library/UefiLib.h>\r
43#include <Library/DevicePathLib.h>\r
44#include <Library/BaseMemoryLib.h>\r
45#include <Library/MemoryAllocationLib.h>\r
46#include <Library/UefiBootServicesTableLib.h>\r
47#include <Library/ReportStatusCodeLib.h>\r
48#include <Library/BootScriptLib.h>\r
49#include <Library/PcdLib.h>\r
50//\r
51// Driver Binding Externs\r
52//\r
53extern EFI_DRIVER_BINDING_PROTOCOL gIsaBusControllerDriver;\r
54extern EFI_COMPONENT_NAME_PROTOCOL gIsaBusComponentName;\r
55\r
56#endif\r