diff options
author | Star Zeng <star.zeng@intel.com> | 2018-03-06 21:37:22 +0800 |
---|---|---|
committer | Star Zeng <star.zeng@intel.com> | 2018-03-08 21:33:49 +0800 |
commit | d62cb7bb0c27f62373a9fb03680339f80c8fe1b3 (patch) | |
tree | 9826fa6602b137b15a6f1d2ee1d52d064ac7a08f /SecurityPkg/Library/TcgStorageCoreLib | |
parent | 6accc5fad4cf96416f4cb069ff7b4ee70741371b (diff) | |
download | edk2-d62cb7bb0c27f62373a9fb03680339f80c8fe1b3.tar.gz edk2-d62cb7bb0c27f62373a9fb03680339f80c8fe1b3.tar.bz2 edk2-d62cb7bb0c27f62373a9fb03680339f80c8fe1b3.zip |
SecurityPkg TcgStorageCoreLib: Make it be base type really
Cc: Jiewen Yao <jiewen.yao@intel.com>
Cc: Eric Dong <eric.dong@intel.com>
Cc: Chao Zhang <chao.b.zhang@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Star Zeng <star.zeng@intel.com>
Reviewed-by: Jiewen Yao <jiewen.yao@intel.com>
Diffstat (limited to 'SecurityPkg/Library/TcgStorageCoreLib')
-rw-r--r-- | SecurityPkg/Library/TcgStorageCoreLib/TcgStorageCoreLib.inf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/SecurityPkg/Library/TcgStorageCoreLib/TcgStorageCoreLib.inf b/SecurityPkg/Library/TcgStorageCoreLib/TcgStorageCoreLib.inf index a80cb00a9c..78a0557bfe 100644 --- a/SecurityPkg/Library/TcgStorageCoreLib/TcgStorageCoreLib.inf +++ b/SecurityPkg/Library/TcgStorageCoreLib/TcgStorageCoreLib.inf @@ -3,7 +3,7 @@ #
# This module is used to provide API used by Opal password solution.
#
-# Copyright (c) 2016, Intel Corporation. All rights reserved.<BR>
+# Copyright (c) 2016 - 2018, 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
@@ -18,7 +18,7 @@ FILE_GUID = ad63b09b-1fc9-4789-af0c-5af8a3fb1f9c
VERSION_STRING = 1.0
MODULE_TYPE = BASE
- LIBRARY_CLASS = TcgStorageCoreLib|DXE_DRIVER DXE_CORE DXE_SMM_DRIVER
+ LIBRARY_CLASS = TcgStorageCoreLib
#
# The following information is for reference only and not required by the build tools.
#
|