]> git.proxmox.com Git - mirror_edk2.git/blobdiff - PcAtChipsetPkg/8259InterruptControllerDxe/8259.inf
PcAtChipsetPkg: INF/DEC file updates to EDK II packages
[mirror_edk2.git] / PcAtChipsetPkg / 8259InterruptControllerDxe / 8259.inf
index 22aeeb32e0dfe2d3c2069ec79a07c3b260e6072f..2b4a06b6493bf417593324d0043dfd33cfa6141b 100644 (file)
@@ -1,7 +1,7 @@
 ## @file\r
-# 8259 Interrupt Controller driver\r
+# 8259 Interrupt Controller driver that provides Legacy 8259 protocol.\r
 #\r
-# Copyright (c) 2005 - 2011, Intel Corporation. All rights reserved.<BR>\r
+# Copyright (c) 2005 - 2014, 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
@@ -15,6 +15,7 @@
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = Legacy8259\r
+  MODULE_UNI_FILE                = Legacy8259.uni\r
   FILE_GUID                      = 79CA4208-BBA1-4a9a-8456-E1E66A81484E\r
   MODULE_TYPE                    = DXE_DRIVER\r
   VERSION_STRING                 = 1.0\r
   \r
 [Protocols]\r
   gEfiLegacy8259ProtocolGuid                    # PROTOCOL ALWAYS_PRODUCED\r
-  gEfiPciIoProtocolGuid\r
+  gEfiPciIoProtocolGuid                         ## SOMETIMES_CONSUMES\r
 \r
 [Pcd]\r
-  gPcAtChipsetPkgTokenSpaceGuid.Pcd8259LegacyModeMask\r
-  gPcAtChipsetPkgTokenSpaceGuid.Pcd8259LegacyModeEdgeLevel\r
+  gPcAtChipsetPkgTokenSpaceGuid.Pcd8259LegacyModeMask      ## CONSUMES\r
+  gPcAtChipsetPkgTokenSpaceGuid.Pcd8259LegacyModeEdgeLevel ## CONSUMES\r
   \r
 [Depex]\r
   TRUE\r
 \r
+[UserExtensions.TianoCore."ExtraFiles"]\r
+  Legacy8259Extra.uni\r