diff options
author | vanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-07-05 06:59:50 +0000 |
---|---|---|
committer | vanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-07-05 06:59:50 +0000 |
commit | bad463843cc0ccef85901fa5f08ea498994f3c5f (patch) | |
tree | a97a2d43130bbacb52d41e856687ac4f19a1e8b6 /MdePkg/MdePkg.dsc | |
parent | af05f8b667db383a68e7d37ae502755b662bdd70 (diff) | |
download | edk2-platforms-bad463843cc0ccef85901fa5f08ea498994f3c5f.tar.xz |
Add inf files for PeiSmbusLibSmbus2, PeiDxePostCodeLibReportStatusCode, PeiMemoryLib and DxeSmbusLib
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3066 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/MdePkg.dsc')
-rw-r--r-- | MdePkg/MdePkg.dsc | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/MdePkg/MdePkg.dsc b/MdePkg/MdePkg.dsc index f04e9388d7..0f51017f46 100644 --- a/MdePkg/MdePkg.dsc +++ b/MdePkg/MdePkg.dsc @@ -98,16 +98,19 @@ ${WORKSPACE}/MdePkg/Library/DxeMemoryAllocationLib/DxeMemoryAllocationLib.inf
${WORKSPACE}/MdePkg/Library/DxePcdLib/DxePcdLib.inf
${WORKSPACE}/MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
-# ${WORKSPACE}/MdePkg/Library/DxeSmbusLib/DxeSmbusLib.inf
+ ${WORKSPACE}/MdePkg/Library/DxeSmbusLib/DxeSmbusLib.inf
+ #${WORKSPACE}/MdePkg/Library/HiiLib/HiiLib.inf
${WORKSPACE}/MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf
+ ${WORKSPACE}/MdePkg/Library/PeiDxePostCodeLibReportStatusCode/PeiDxePostCodeLibReportStatusCode.inf
${WORKSPACE}/MdePkg/Library/PeiHobLib/PeiHobLib.inf
${WORKSPACE}/MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
+ ${WORKSPACE}/MdePkg/Library/PeiMemoryLib/PeiMemoryLib.inf
${WORKSPACE}/MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf
${WORKSPACE}/MdePkg/Library/PeiPcdLib/PeiPcdLib.inf
${WORKSPACE}/MdePkg/Library/PeiResourcePublicationLib/PeiResourcePublicationLib.inf
${WORKSPACE}/MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
${WORKSPACE}/MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
-# ${WORKSPACE}/MdePkg/Library/PeiSmbusLib/PeiSmbusLib.inf
+ ${WORKSPACE}/MdePkg/Library/PeiSmbusLibSmbus2/PeiSmbusLib.inf
${WORKSPACE}/MdePkg/Library/SerialPortLibNull/SerialPortLibNull.inf
${WORKSPACE}/MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf
${WORKSPACE}/MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
|