diff --git a/PcAtChipsetPkg/8259InterruptControllerDxe/8259.inf b/PcAtChipsetPkg/8259InterruptControllerDxe/8259.inf index dd9b3fe081..6135a535a4 100644 --- a/PcAtChipsetPkg/8259InterruptControllerDxe/8259.inf +++ b/PcAtChipsetPkg/8259InterruptControllerDxe/8259.inf @@ -1,7 +1,7 @@ #/** @file # 8259 Interrupt Controller driver # -# Copyright (c) 2005 - 2009, Intel Corporation +# Copyright (c) 2005 - 2010, Intel Corporation # All rights reserved. This program and the accompanying materials # are licensed and made available under the terms and conditions of the BSD License # which accompanies this distribution. The full text of the license may be found at @@ -18,11 +18,12 @@ FILE_GUID = 79CA4208-BBA1-4a9a-8456-E1E66A81484E MODULE_TYPE = DXE_DRIVER VERSION_STRING = 1.0 - EDK_RELEASE_VERSION = 0x00020000 - EFI_SPECIFICATION_VERSION = 0x00020000 - ENTRY_POINT = Install8259 +[Sources] + 8259.c + 8259.h + [Packages] MdePkg/MdePkg.dec IntelFrameworkPkg/IntelFrameworkPkg.dec @@ -36,15 +37,11 @@ IoLib PcdLib -[Sources.common] - 8259.c - 8259.h - [Protocols] gEfiLegacy8259ProtocolGuid # PROTOCOL ALWAYS_PRODUCED gEfiPciIoProtocolGuid -[Pcd] +[FixedPcd] gPcAtChipsetPkgTokenSpaceGuid.Pcd8259LegacyModeMask|0xFFFF gPcAtChipsetPkgTokenSpaceGuid.Pcd8259LegacyModeEdgeLevel|0x0000