diff options
author | Eric Dong <eric.dong@intel.com> | 2017-08-15 13:26:14 +0800 |
---|---|---|
committer | Eric Dong <eric.dong@intel.com> | 2017-08-16 16:16:18 +0800 |
commit | 875e842d8d7bb9b045248306e4758ff0ce466fcb (patch) | |
tree | 87d2690054b3aec7f12abe6e4d8d2223c9f27424 | |
parent | 2bda62478fb93049162eb0232472574309b85a60 (diff) | |
download | edk2-875e842d8d7bb9b045248306e4758ff0ce466fcb.zip edk2-875e842d8d7bb9b045248306e4758ff0ce466fcb.tar.gz edk2-875e842d8d7bb9b045248306e4758ff0ce466fcb.tar.bz2 |
UefiCpuPkg/BaseUefiCpuLib.inf: Remove unnecessary library class.
UefiCpuLib inf file reference itself in [LibraryClasses]
section, this is not necessary. This patch remove it.
Cc: Ruiyu Ni <ruiyu.ni@intel.com>
Cc: Ming Shao <ming.shao@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Eric Dong <eric.dong@intel.com>
Reviewed-by: Ruiyu Ni <ruiyu.ni@intel.com>
-rw-r--r-- | UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib.inf | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib.inf b/UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib.inf index b397ce0..ce5d3aa 100644 --- a/UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib.inf +++ b/UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib.inf @@ -3,7 +3,7 @@ #
# The library routines are UEFI specification compliant.
#
-# Copyright (c) 2009 - 2014, Intel Corporation. All rights reserved.<BR>
+# Copyright (c) 2009 - 2017, Intel Corporation. All rights reserved.<BR>
# 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
@@ -42,7 +42,3 @@ [Packages]
MdePkg/MdePkg.dec
UefiCpuPkg/UefiCpuPkg.dec
-
-[LibraryClasses]
- UefiCpuLib
-
|