]> git.proxmox.com Git - mirror_edk2.git/blobdiff - PcAtChipsetPkg/IsaAcpiDxe/IsaAcpi.inf
Add generic HPET Timer DXE Driver and support libraries
[mirror_edk2.git] / PcAtChipsetPkg / IsaAcpiDxe / IsaAcpi.inf
index c96544ec4f1f0787d716027e39c384ca00400185..2edd39a01b80c6856fd2306ac0cc6093da147cdf 100644 (file)
@@ -1,7 +1,8 @@
 ## @file\r
-# \r
-# Copyright (c) 2005 - 2010, Intel Corporation                                                         \r
-# All rights reserved. This program and the accompanying materials                          \r
+#   Component description file for PCAT ISA ACPI driver\r
+#\r
+# Copyright (c) 2005 - 2011, Intel Corporation. All rights reserved.<BR>\r
+# This program and the accompanying materials                          \r
 # are licensed and made available under the terms and conditions of the BSD License         \r
 # which accompanies this distribution.  The full text of the license may be found at        \r
 # http://opensource.org/licenses/bsd-license.php                                            \r
@@ -9,11 +10,6 @@
 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,                     \r
 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.             \r
 #\r
-#  Module Name:\r
-#   IsaAcpi.inf\r
-#\r
-#  Abstract:\r
-#    Component description file for PCAT ISA ACPI driver\r
 #\r
 ##\r
 \r
   FILE_GUID                      = 38A0EC22-FBE7-4911-8BC1-176E0D6C1DBD\r
   MODULE_TYPE                    = UEFI_DRIVER\r
   VERSION_STRING                 = 1.0\r
-  EDK_RELEASE_VERSION            = 0x00020000\r
-  EFI_SPECIFICATION_VERSION      = 0x0002000A\r
 \r
   ENTRY_POINT                    = PcatIsaAcpiDriverEntryPoint\r
 \r
 [Packages]\r
   MdePkg/MdePkg.dec\r
   IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec\r
+  PcAtChipsetPkg/PcAtChipsetPkg.dec\r
 \r
 [LibraryClasses]\r
   UefiDriverEntryPoint\r
   UefiBootServicesTableLib\r
   UefiLib\r
+  BaseMemoryLib\r
+  PcdLib\r
   \r
 [Sources]\r
   PcatIsaAcpi.h\r
 [Protocols]\r
   gEfiPciIoProtocolGuid\r
   gEfiIsaAcpiProtocolGuid\r
+\r
+[Pcd]\r
+  gPcAtChipsetPkgTokenSpaceGuid.PcdIsaAcpiCom1Enable\r
+  gPcAtChipsetPkgTokenSpaceGuid.PcdIsaAcpiCom2Enable\r
+  gPcAtChipsetPkgTokenSpaceGuid.PcdIsaAcpiPs2KeyboardEnable\r
+  gPcAtChipsetPkgTokenSpaceGuid.PcdIsaAcpiPs2MouseEnable\r
+  gPcAtChipsetPkgTokenSpaceGuid.PcdIsaAcpiFloppyAEnable\r
+  gPcAtChipsetPkgTokenSpaceGuid.PcdIsaAcpiFloppyBEnable\r