diff options
author | xli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-06-30 06:59:33 +0000 |
---|---|---|
committer | xli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-06-30 06:59:33 +0000 |
commit | a56678b8ce9eb1b98e14caff0d858acb8142288f (patch) | |
tree | 1c6c9c31c60d0a009f664ec6c285c732ed5edf4b /IntelFrameworkPkg/IntelFrameworkPkg.dsc | |
parent | d569cbb0d1ebf786f4daa7ed6c4533b927335174 (diff) | |
download | edk2-a56678b8ce9eb1b98e14caff0d858acb8142288f.tar.gz |
Add null instance of SmmLib in IntelFrameworkPkg.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8686 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'IntelFrameworkPkg/IntelFrameworkPkg.dsc')
-rw-r--r-- | IntelFrameworkPkg/IntelFrameworkPkg.dsc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/IntelFrameworkPkg/IntelFrameworkPkg.dsc b/IntelFrameworkPkg/IntelFrameworkPkg.dsc index e96d666f9c..adbbca9058 100644 --- a/IntelFrameworkPkg/IntelFrameworkPkg.dsc +++ b/IntelFrameworkPkg/IntelFrameworkPkg.dsc @@ -3,7 +3,7 @@ #
# This DSC file is used for Package Level build.
#
-# Copyright (c) 2007, Intel Corporation
+# Copyright (c) 2007 - 2009, Intel Corporation
#
# All rights reserved. This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License
@@ -75,4 +75,5 @@ IntelFrameworkPkg/Library/DxeSmmDriverEntryPoint/DxeSmmDriverEntryPoint.inf
IntelFrameworkPkg/Library/PeiSmbusLibSmbusPpi/PeiSmbusLibSmbusPpi.inf
IntelFrameworkPkg/Library/PeiHobLibFramework/PeiHobLibFramework.inf
+ IntelFrameworkPkg/Library/SmmLibNull/SmmLibNull.inf
|