diff options
author | Yu Pu <yu.pu@intel.com> | 2022-11-01 15:58:42 +0800 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2023-04-12 06:54:38 +0000 |
commit | b991aec0509f24ae7573d732ba337549ecee310c (patch) | |
tree | 2cdbcf62cdcdd06b66bbdc788e6c89df000de6e5 /UefiCpuPkg/Include | |
parent | 51734dfc48466eddfb0f8acdb24518266c36c905 (diff) | |
download | edk2-b991aec0509f24ae7573d732ba337549ecee310c.tar.gz edk2-b991aec0509f24ae7573d732ba337549ecee310c.tar.bz2 edk2-b991aec0509f24ae7573d732ba337549ecee310c.zip |
UefiCpuLib: Remove UefiCpuLib.
Because UefiCpuPkg/UefiCpuLib is merged to MdePkg/CpuLib and all modules
are updated to not depend on this library, remove it completely.
Cc: Eric Dong <eric.dong@intel.com>
Cc: Ray Ni <ray.ni@intel.com>
Cc: Rahul Kumar <rahul1.kumar@intel.com>
Signed-off-by: Yu Pu <yu.pu@intel.com>
Reviewed-by: Ray Ni <ray.ni@intel.com>
Signed-off-by: Zhiguang Liu <zhiguang.liu@intel.com>
Diffstat (limited to 'UefiCpuPkg/Include')
-rw-r--r-- | UefiCpuPkg/Include/Library/UefiCpuLib.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/UefiCpuPkg/Include/Library/UefiCpuLib.h b/UefiCpuPkg/Include/Library/UefiCpuLib.h deleted file mode 100644 index ab6982db6e..0000000000 --- a/UefiCpuPkg/Include/Library/UefiCpuLib.h +++ /dev/null @@ -1,16 +0,0 @@ -/** @file
- Public header file for UEFI CPU library class.
-
- This library class defines some routines that are generic for IA32 family CPU
- to be UEFI specification compliant.
-
- Copyright (c) 2009 - 2021, Intel Corporation. All rights reserved.<BR>
- Copyright (c) 2020, AMD Inc. All rights reserved.<BR>
- SPDX-License-Identifier: BSD-2-Clause-Patent
-
-**/
-
-#ifndef __UEFI_CPU_LIB_H__
-#define __UEFI_CPU_LIB_H__
-
-#endif
|