diff options
author | jljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-08-29 22:16:28 +0000 |
---|---|---|
committer | jljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-08-29 22:16:28 +0000 |
commit | fe69ac847a984abf0307ae8706dcabbb928a5a48 (patch) | |
tree | d9a5e6fd3d69991819a7a1fc48852ffdc6aeaa8d /MdePkg/MdePkg.dsc | |
parent | 8a96515e8852b9fd4180fc3fcfbbb72f0d93e031 (diff) | |
download | edk2-fe69ac847a984abf0307ae8706dcabbb928a5a48.tar.gz edk2-fe69ac847a984abf0307ae8706dcabbb928a5a48.tar.bz2 edk2-fe69ac847a984abf0307ae8706dcabbb928a5a48.zip |
MdePkg: Add S3 library interfaces and base implementations
Signed-off-by: jljusten
Reviewed-by: mdkinney
Reviewed-by: rsun3
Reviewed-by: jyao1
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12222 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/MdePkg.dsc')
-rw-r--r-- | MdePkg/MdePkg.dsc | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/MdePkg/MdePkg.dsc b/MdePkg/MdePkg.dsc index d3ce1eeccb..1a7a43b97d 100644 --- a/MdePkg/MdePkg.dsc +++ b/MdePkg/MdePkg.dsc @@ -140,7 +140,12 @@ MdePkg/Library/SmmPciLibPciRootBridgeIo/SmmPciLibPciRootBridgeIo.inf
MdePkg/Library/SmmServicesTableLib/SmmServicesTableLib.inf
MdePkg/Library/SmmMemoryAllocationLib/SmmMemoryAllocationLib.inf
- MdePkg/Library/SmmPeriodicSmiLib/SmmPeriodicSmiLib.inf
+ MdePkg/Library/SmmPeriodicSmiLib/SmmPeriodicSmiLib.inf
+ MdePkg/Library/BaseS3BootScriptLibNull/BaseS3BootScriptLibNull.inf
+ MdePkg/Library/BaseS3IoLib/BaseS3IoLib.inf
+ MdePkg/Library/BaseS3PciLib/BaseS3PciLib.inf
+ MdePkg/Library/BaseS3SmbusLib/BaseS3SmbusLib.inf
+ MdePkg/Library/BaseS3StallLib/BaseS3StallLib.inf
[Components.IPF]
MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
|