]> git.proxmox.com Git - mirror_edk2.git/commit - MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.c
Import some Pei and Dxe related instances for MdePkg.
authorvanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 22 Jun 2007 06:57:39 +0000 (06:57 +0000)
committervanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 22 Jun 2007 06:57:39 +0000 (06:57 +0000)
commite386b444c88b01c5a14ca846b6ba10dcf5536e05
tree25d2f4f7e149cec0bba4b5b508b21b10c161e240
parentb6460fcfd993cde549d9563885a20606caa70686
Import some Pei and Dxe related instances for MdePkg.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2712 6f19259b-4bc3-4df7-8a09-765794883524
82 files changed:
MdePkg/Library/DxeCoreEntryPoint/CommonHeader.h [new file with mode: 0644]
MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.c [new file with mode: 0644]
MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf [new file with mode: 0644]
MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.msa [new file with mode: 0644]
MdePkg/Library/DxeMemoryAllocationLib/CommonHeader.h [new file with mode: 0644]
MdePkg/Library/DxeMemoryAllocationLib/DxeMemoryAllocationLib.inf [new file with mode: 0644]
MdePkg/Library/DxeMemoryAllocationLib/DxeMemoryAllocationLib.msa [new file with mode: 0644]
MdePkg/Library/DxeMemoryAllocationLib/MemoryAllocationLib.c [new file with mode: 0644]
MdePkg/Library/DxeMemoryAllocationLib/MemoryAllocationLibInternals.h [new file with mode: 0644]
MdePkg/Library/DxePcdLib/CommonHeader.h [new file with mode: 0644]
MdePkg/Library/DxePcdLib/DxePcdLib.c [new file with mode: 0644]
MdePkg/Library/DxePcdLib/DxePcdLib.inf [new file with mode: 0644]
MdePkg/Library/DxePcdLib/DxePcdLib.msa [new file with mode: 0644]
MdePkg/Library/DxeServicesTableLib/CommonHeader.h [new file with mode: 0644]
MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.c [new file with mode: 0644]
MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf [new file with mode: 0644]
MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.msa [new file with mode: 0644]
MdePkg/Library/PeiCoreEntryPoint/CommonHeader.h [new file with mode: 0644]
MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.c [new file with mode: 0644]
MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf [new file with mode: 0644]
MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.msa [new file with mode: 0644]
MdePkg/Library/PeiMemoryAllocationLib/CommonHeader.h [new file with mode: 0644]
MdePkg/Library/PeiMemoryAllocationLib/MemoryAllocationLib.c [new file with mode: 0644]
MdePkg/Library/PeiMemoryAllocationLib/MemoryAllocationLibInternals.h [new file with mode: 0644]
MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf [new file with mode: 0644]
MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.msa [new file with mode: 0644]
MdePkg/Library/PeiPcdLib/CommonHeader.h [new file with mode: 0644]
MdePkg/Library/PeiPcdLib/PeiPcdLib.c [new file with mode: 0644]
MdePkg/Library/PeiPcdLib/PeiPcdLib.inf [new file with mode: 0644]
MdePkg/Library/PeiPcdLib/PeiPcdLib.msa [new file with mode: 0644]
MdePkg/Library/PeiResourcePublicationLib/CommonHeader.h [new file with mode: 0644]
MdePkg/Library/PeiResourcePublicationLib/PeiResourcePublicationLib.c [new file with mode: 0644]
MdePkg/Library/PeiResourcePublicationLib/PeiResourcePublicationLib.inf [new file with mode: 0644]
MdePkg/Library/PeiResourcePublicationLib/PeiResourcePublicationLib.msa [new file with mode: 0644]
MdePkg/Library/PeiServicesTablePointerLib/CommonHeader.h [new file with mode: 0644]
MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointer.c [new file with mode: 0644]
MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf [new file with mode: 0644]
MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.msa [new file with mode: 0644]
MdePkg/Library/SecPeiDxeTimerLibCpu/CommonHeader.h [new file with mode: 0644]
MdePkg/Library/SecPeiDxeTimerLibCpu/IpfTimerLib.c [new file with mode: 0644]
MdePkg/Library/SecPeiDxeTimerLibCpu/SecPeiDxeTimerLibCpu.inf [new file with mode: 0644]
MdePkg/Library/SecPeiDxeTimerLibCpu/SecPeiDxeTimerLibCpu.msa [new file with mode: 0644]
MdePkg/Library/SecPeiDxeTimerLibCpu/x86TimerLib.c [new file with mode: 0644]
MdePkg/Library/UefiApplicationEntryPoint/ApplicationEntryPoint.c [new file with mode: 0644]
MdePkg/Library/UefiApplicationEntryPoint/CommonHeader.h [new file with mode: 0644]
MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf [new file with mode: 0644]
MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.msa [new file with mode: 0644]
MdePkg/Library/UefiBootServicesTableLib/CommonHeader.h [new file with mode: 0644]
MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.c [new file with mode: 0644]
MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf [new file with mode: 0644]
MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.msa [new file with mode: 0644]
MdePkg/Library/UefiDebugLibConOut/CommonHeader.h [new file with mode: 0644]
MdePkg/Library/UefiDebugLibConOut/DebugLib.c [new file with mode: 0644]
MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf [new file with mode: 0644]
MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.msa [new file with mode: 0644]
MdePkg/Library/UefiDebugLibStdErr/CommonHeader.h [new file with mode: 0644]
MdePkg/Library/UefiDebugLibStdErr/DebugLib.c [new file with mode: 0644]
MdePkg/Library/UefiDebugLibStdErr/UefiDebugLibStdErr.inf [new file with mode: 0644]
MdePkg/Library/UefiDebugLibStdErr/UefiDebugLibStdErr.msa [new file with mode: 0644]
MdePkg/Library/UefiDevicePathLib/CommonHeader.h [new file with mode: 0644]
MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.c [new file with mode: 0644]
MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf [new file with mode: 0644]
MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.msa [new file with mode: 0644]
MdePkg/Library/UefiDevicePathLibDevicePathProtocol/CommonHeader.h [new file with mode: 0644]
MdePkg/Library/UefiDevicePathLibDevicePathProtocol/UefiDevicePathLib.c [new file with mode: 0644]
MdePkg/Library/UefiDevicePathLibDevicePathProtocol/UefiDevicePathLibDevicePathProtocol.inf [new file with mode: 0644]
MdePkg/Library/UefiDevicePathLibDevicePathProtocol/UefiDevicePathLibDevicePathProtocol.msa [new file with mode: 0644]
MdePkg/Library/UefiDriverEntryPoint/CommonHeader.h [new file with mode: 0644]
MdePkg/Library/UefiDriverEntryPoint/DriverEntryPoint.c [new file with mode: 0644]
MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf [new file with mode: 0644]
MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.msa [new file with mode: 0644]
MdePkg/Library/UefiLib/CommonHeader.h [new file with mode: 0644]
MdePkg/Library/UefiLib/Console.c [new file with mode: 0644]
MdePkg/Library/UefiLib/UefiLib.c [new file with mode: 0644]
MdePkg/Library/UefiLib/UefiLib.inf [new file with mode: 0644]
MdePkg/Library/UefiLib/UefiLib.msa [new file with mode: 0644]
MdePkg/Library/UefiLib/UefiLibPrint.c [new file with mode: 0644]
MdePkg/Library/UefiLib/UefiNotTiano.c [new file with mode: 0644]
MdePkg/Library/UefiRuntimeServicesTableLib/CommonHeader.h [new file with mode: 0644]
MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.c [new file with mode: 0644]
MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf [new file with mode: 0644]
MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.msa [new file with mode: 0644]