]> git.proxmox.com Git - mirror_edk2.git/commit
ArmVirtualizationPkg: clone PlatformIntelBdsLib from ArmPlatformPkg
authorLaszlo Ersek <lersek@redhat.com>
Fri, 2 Jan 2015 12:04:25 +0000 (12:04 +0000)
committerlersek <lersek@Edk2>
Fri, 2 Jan 2015 12:04:25 +0000 (12:04 +0000)
commitbe8afe14f1e25672b12c15b38d253b4c7f98be86
treeeb4b7e0c21c0e0600328318f56d94086a3bae2eb
parent6e2543b01d0cbd16b3fbcc6f12f6938d8c12bcc8
ArmVirtualizationPkg: clone PlatformIntelBdsLib from ArmPlatformPkg

In the next patch(es) we'll customize the PlatformBdsLib instance used by
ArmVirtualizationQemu.dsc. Let's clone it first verbatim from
ArmPlatformPkg/Library/PlatformIntelBdsLib, changing only its FILE_GUID.

(Also, coding style errors like "missing space before open parenthesis"
and "missing space after comma or semicolon" have been cleaned up.)

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Laszlo Ersek <lersek@redhat.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16568 6f19259b-4bc3-4df7-8a09-765794883524
ArmPlatformPkg/ArmVirtualizationPkg/ArmVirtualizationQemu.dsc
ArmPlatformPkg/ArmVirtualizationPkg/Library/PlatformIntelBdsLib/IntelBdsPlatform.c [new file with mode: 0644]
ArmPlatformPkg/ArmVirtualizationPkg/Library/PlatformIntelBdsLib/IntelBdsPlatform.h [new file with mode: 0644]
ArmPlatformPkg/ArmVirtualizationPkg/Library/PlatformIntelBdsLib/PlatformIntelBdsLib.inf [new file with mode: 0644]