]> git.proxmox.com Git - mirror_edk2.git/commit
Add following library instances to MDE package:
authorxli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 11 Nov 2008 08:33:02 +0000 (08:33 +0000)
committerxli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 11 Nov 2008 08:33:02 +0000 (08:33 +0000)
commit1a3eaf06d52a64b4de0942700ba4c01533f53e0f
tree7b5c8ac46896de059cc3ccfe03a30a8f6fb583e3
parentdd4a462dcbcb9de5bb8a139212fef966417e39b8
Add following library instances to MDE package:
1. DxePciLibPciRootBridgeIo
2. DxePciSegmentLibPciRootBridgeIo
3. PeiPciLibPciCfg2
4. PeiPciSegmentLibPciCfg2
5. UefiPalLib
6. UefiSalLib

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6451 6f19259b-4bc3-4df7-8a09-765794883524
14 files changed:
MdePkg/Library/DxePciLibPciRootBridgeIo/DxePciLibPciRootBridgeIo.inf [new file with mode: 0644]
MdePkg/Library/DxePciLibPciRootBridgeIo/PciLib.c [new file with mode: 0644]
MdePkg/Library/DxePciSegmentLibPciRootBridgeIo/DxePciSegmentLibPciRootBridgeIo.inf [new file with mode: 0644]
MdePkg/Library/DxePciSegmentLibPciRootBridgeIo/PciSegmentLib.c [new file with mode: 0644]
MdePkg/Library/DxePciSegmentLibPciRootBridgeIo/PciSegmentLib.h [new file with mode: 0644]
MdePkg/Library/PeiPciLibPciCfg2/PciLib.c [new file with mode: 0644]
MdePkg/Library/PeiPciLibPciCfg2/PeiPciLibPciCfg2.inf [new file with mode: 0644]
MdePkg/Library/PeiPciSegmentLibPciCfg2/PciSegmentLib.c [new file with mode: 0644]
MdePkg/Library/PeiPciSegmentLibPciCfg2/PeiPciSegmentLibPciCfg2.inf [new file with mode: 0644]
MdePkg/Library/UefiPalLib/UefiPalLib.c [new file with mode: 0644]
MdePkg/Library/UefiPalLib/UefiPalLib.inf [new file with mode: 0644]
MdePkg/Library/UefiSalLib/UefiSalLib.c [new file with mode: 0644]
MdePkg/Library/UefiSalLib/UefiSalLib.inf [new file with mode: 0644]
MdePkg/MdePkg.dsc