MdePkg: Change IoLibFifo.c to IoLibFifoCc.c

Change IoLibFifo.c to IoLibFifoCc.c since the
file is for Tdx and SEV in BaseIoLibIntrinsicSev.
It's also to distinguish with a new incoming
IoLibFifo.c for BaseIoLibIntrinsic.

Cc: Michael D Kinney <michael.d.kinney@intel.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
Cc: Zhiguang Liu <zhiguang.liu@intel.com>
Cc: Ray Ni <ray.ni@intel.com>
Signed-off-by: Dun Tan <dun.tan@intel.com>
Reviewed-by: Ray Ni <ray.ni@intel.com>
Acked-by: Michael D Kinney <michael.d.kinney@intel.com>
Acked-by: Laszlo Ersek <lersek@redhat.com>
This commit is contained in:
Dun Tan 2023-11-08 18:49:57 -08:00 committed by mergify[bot]
parent aa2f32cefa
commit 3c73532a8a
2 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@
IoLibMsc.c | MSFT
IoLib.c
IoLibInternalTdx.c
IoLibFifo.c
IoLibFifoCc.c
X64/IoFifoSev.nasm
[Packages]

View File

@ -1,7 +1,7 @@
/** @file
IoFifo read/write routines.
Copyright (c) 2021, Intel Corporation. All rights reserved.<BR>
Copyright (c) 2021 - 2023, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
**/