UefiCpuPkg CpuIo2Dxe: Update INF to refer to NASM source file

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Liming Gao <liming.gao@intel.com>
Reviewed-by: Jeff Fan <jeff.fan@intel.com>
This commit is contained in:
Liming Gao 2016-07-11 11:13:57 +08:00
parent 9caff8d961
commit 68d37176a5

View File

@ -1,7 +1,7 @@
## @file ## @file
# Produces the CPU I/O 2 Protocol by using the services of the I/O Library. # Produces the CPU I/O 2 Protocol by using the services of the I/O Library.
# #
# Copyright (c) 2009 - 2014, Intel Corporation. All rights reserved.<BR> # Copyright (c) 2009 - 2016, Intel Corporation. All rights reserved.<BR>
# This program and the accompanying materials # This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License # 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 # which accompanies this distribution. The full text of the license may be found at
@ -33,14 +33,12 @@
IoFifo.h IoFifo.h
[Sources.IA32] [Sources.IA32]
Ia32/IoFifo.nasm | GCC Ia32/IoFifo.nasm
Ia32/IoFifo.asm | MSFT Ia32/IoFifo.asm
Ia32/IoFifo.asm | INTEL
[Sources.X64] [Sources.X64]
X64/IoFifo.nasm | GCC X64/IoFifo.nasm
X64/IoFifo.asm | MSFT X64/IoFifo.asm
X64/IoFifo.asm | INTEL
[Packages] [Packages]
MdePkg/MdePkg.dec MdePkg/MdePkg.dec