diff options
author | Jiewen Yao <jiewen.yao@intel.com> | 2017-01-30 06:42:29 -0800 |
---|---|---|
committer | Jiewen Yao <jiewen.yao@intel.com> | 2017-02-22 15:28:12 +0800 |
commit | 0466aac877e5c0666c4db6c072196f3e4bff9020 (patch) | |
tree | a3ac97aa5711736afeace9862732f1cda20b8a4e /MdePkg | |
parent | e8af3c1ca2308c4e29ced00955e341d90b42403b (diff) | |
download | edk2-0466aac877e5c0666c4db6c072196f3e4bff9020.tar.gz edk2-0466aac877e5c0666c4db6c072196f3e4bff9020.tar.bz2 edk2-0466aac877e5c0666c4db6c072196f3e4bff9020.zip |
MdePkg/dsc: add SmiHandlerProfileLib to dsc.
Cc: Michael D Kinney <michael.d.kinney@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Cc: Laszlo Ersek <lersek@redhat.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jiewen Yao <jiewen.yao@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
Diffstat (limited to 'MdePkg')
-rw-r--r-- | MdePkg/MdePkg.dsc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/MdePkg/MdePkg.dsc b/MdePkg/MdePkg.dsc index b4575cd8d6..2144979b59 100644 --- a/MdePkg/MdePkg.dsc +++ b/MdePkg/MdePkg.dsc @@ -1,7 +1,7 @@ ## @file
# EFI/PI MdePkg Package
#
-# Copyright (c) 2007 - 2016, Intel Corporation. All rights reserved.<BR>
+# Copyright (c) 2007 - 2017, Intel Corporation. All rights reserved.<BR>
# Portions copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>
#
# This program and the accompanying materials
@@ -155,6 +155,7 @@ MdePkg/Library/SmmMemLib/SmmMemLib.inf
MdePkg/Library/BaseRngLib/BaseRngLib.inf
MdePkg/Library/SmmPciExpressLib/SmmPciExpressLib.inf
+ MdePkg/Library/SmiHandlerProfileLibNull/SmiHandlerProfileLibNull.inf
[Components.IPF]
MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
|