]> git.proxmox.com Git - mirror_edk2.git/commit
add in PlatformBds.inf
authorqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 2 Jul 2007 05:08:32 +0000 (05:08 +0000)
committerqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 2 Jul 2007 05:08:32 +0000 (05:08 +0000)
commitbc11b82964c116a64e8e453777c8b61d62e38e11
tree9c6d540ab542c4fa9393ea8168aa447c7f7a3845
parentd9d78c65fd339267ddf0a70f709cb0ee79ae88d6
add in PlatformBds.inf

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2932 6f19259b-4bc3-4df7-8a09-765794883524
43 files changed:
Nt32Pkg/PlatformBdsDxe/BdsPlatform.c [new file with mode: 0644]
Nt32Pkg/PlatformBdsDxe/BdsPlatform.h [new file with mode: 0644]
Nt32Pkg/PlatformBdsDxe/CommonHeader.h [new file with mode: 0644]
Nt32Pkg/PlatformBdsDxe/Generic/Bds.dxs [new file with mode: 0644]
Nt32Pkg/PlatformBdsDxe/Generic/Bds.h [new file with mode: 0644]
Nt32Pkg/PlatformBdsDxe/Generic/BdsEntry.c [new file with mode: 0644]
Nt32Pkg/PlatformBdsDxe/Generic/BootMaint/BBSsupport.c [new file with mode: 0644]
Nt32Pkg/PlatformBdsDxe/Generic/BootMaint/BBSsupport.h [new file with mode: 0644]
Nt32Pkg/PlatformBdsDxe/Generic/BootMaint/BmLib.c [new file with mode: 0644]
Nt32Pkg/PlatformBdsDxe/Generic/BootMaint/BootMaint.c [new file with mode: 0644]
Nt32Pkg/PlatformBdsDxe/Generic/BootMaint/BootMaint.h [new file with mode: 0644]
Nt32Pkg/PlatformBdsDxe/Generic/BootMaint/BootOption.c [new file with mode: 0644]
Nt32Pkg/PlatformBdsDxe/Generic/BootMaint/ConsoleOption.c [new file with mode: 0644]
Nt32Pkg/PlatformBdsDxe/Generic/BootMaint/Data.c [new file with mode: 0644]
Nt32Pkg/PlatformBdsDxe/Generic/BootMaint/FE.vfr [new file with mode: 0644]
Nt32Pkg/PlatformBdsDxe/Generic/BootMaint/FileExplorer.c [new file with mode: 0644]
Nt32Pkg/PlatformBdsDxe/Generic/BootMaint/FormGuid.h [new file with mode: 0644]
Nt32Pkg/PlatformBdsDxe/Generic/BootMaint/UpdatePage.c [new file with mode: 0644]
Nt32Pkg/PlatformBdsDxe/Generic/BootMaint/Variable.c [new file with mode: 0644]
Nt32Pkg/PlatformBdsDxe/Generic/BootMaint/bm.vfr [new file with mode: 0644]
Nt32Pkg/PlatformBdsDxe/Generic/BootMaint/bmstring.uni [new file with mode: 0644]
Nt32Pkg/PlatformBdsDxe/Generic/BootMngr/BootManager.c [new file with mode: 0644]
Nt32Pkg/PlatformBdsDxe/Generic/BootMngr/BootManager.h [new file with mode: 0644]
Nt32Pkg/PlatformBdsDxe/Generic/BootMngr/BootManagerStrings.uni [new file with mode: 0644]
Nt32Pkg/PlatformBdsDxe/Generic/BootMngr/BootManagerVfr.Vfr [new file with mode: 0644]
Nt32Pkg/PlatformBdsDxe/Generic/Capsules.c [new file with mode: 0644]
Nt32Pkg/PlatformBdsDxe/Generic/DeviceMngr/DeviceManager.c [new file with mode: 0644]
Nt32Pkg/PlatformBdsDxe/Generic/DeviceMngr/DeviceManager.h [new file with mode: 0644]
Nt32Pkg/PlatformBdsDxe/Generic/DeviceMngr/DeviceManagerStrings.uni [new file with mode: 0644]
Nt32Pkg/PlatformBdsDxe/Generic/DeviceMngr/DeviceManagerVfr.Vfr [new file with mode: 0644]
Nt32Pkg/PlatformBdsDxe/Generic/FrontPage.c [new file with mode: 0644]
Nt32Pkg/PlatformBdsDxe/Generic/FrontPage.h [new file with mode: 0644]
Nt32Pkg/PlatformBdsDxe/Generic/FrontPageStrings.uni [new file with mode: 0644]
Nt32Pkg/PlatformBdsDxe/Generic/FrontPageVfr.Vfr [new file with mode: 0644]
Nt32Pkg/PlatformBdsDxe/Generic/Language.c [new file with mode: 0644]
Nt32Pkg/PlatformBdsDxe/Generic/Language.h [new file with mode: 0644]
Nt32Pkg/PlatformBdsDxe/Generic/MemoryTest.c [new file with mode: 0644]
Nt32Pkg/PlatformBdsDxe/Generic/String.c [new file with mode: 0644]
Nt32Pkg/PlatformBdsDxe/Generic/String.h [new file with mode: 0644]
Nt32Pkg/PlatformBdsDxe/Generic/Strings.uni [new file with mode: 0644]
Nt32Pkg/PlatformBdsDxe/PlatformBds.inf [new file with mode: 0644]
Nt32Pkg/PlatformBdsDxe/PlatformBds.msa [new file with mode: 0644]
Nt32Pkg/PlatformBdsDxe/PlatformData.c [new file with mode: 0644]