]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFrameworkModulePkg/Bus/Isa/Ps2MouseDxe/CommonHeader.h
Update to BSD license header.
[mirror_edk2.git] / IntelFrameworkModulePkg / Bus / Isa / Ps2MouseDxe / CommonHeader.h
CommitLineData
05fbd06d 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
92a428e1 6Copyright (c) 2006 - 2007, Intel Corporation\r
7All rights reserved. This program and the accompanying materials\r
8are licensed and made available under the terms and conditions of the BSD License\r
9which accompanies this distribution. The full text of the license may be found at\r
10http://opensource.org/licenses/bsd-license.php\r
11\r
12THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
13WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
14\r
05fbd06d 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 <Framework/StatusCode.h>\r
26//\r
27// The protocols, PPI and GUID defintions for this module\r
28//\r
29#include <Protocol/SimplePointer.h>\r
30#include <Protocol/IsaIo.h>\r
31#include <Protocol/DevicePath.h>\r
32//\r
33// The Library classes this module consumes\r
34//\r
35#include <Library/DebugLib.h>\r
36#include <Library/UefiDriverEntryPoint.h>\r
37#include <Library/UefiLib.h>\r
38#include <Library/BaseMemoryLib.h>\r
39#include <Library/MemoryAllocationLib.h>\r
40#include <Library/UefiBootServicesTableLib.h>\r
41#include <Library/ReportStatusCodeLib.h>\r
42//\r
43// Driver Binding Externs\r
44//\r
45extern EFI_DRIVER_BINDING_PROTOCOL gPS2MouseDriver;\r
46extern EFI_COMPONENT_NAME_PROTOCOL gPs2MouseComponentName;\r
47\r
48#endif\r