]> git.proxmox.com Git - mirror_edk2.git/commit - OvmfPkg/Library/PlatformBdsLib/BdsPlatform.c
ProcessCapsule() and BdsMemoryTest() are implemented in the BdsDxe module, which...
authoreric_tian <eric_tian@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 13 Jul 2009 12:07:26 +0000 (12:07 +0000)
committereric_tian <eric_tian@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 13 Jul 2009 12:07:26 +0000 (12:07 +0000)
commitd18476d0dc16ea9776dfcb8d12b583ebfbc4df87
tree9d05facd2efe97962d67f22495298a0822e6c429
parentf51c8a9de38c994bfcc5ef0ccdd689438877953c
ProcessCapsule() and BdsMemoryTest() are implemented in the BdsDxe module, which will be invoked at PlatformBds library.
It is not proper for a library implementation to assume the names of function in a parent module.
Instead, they must be designed as the pointers to these two BdsDxe functions and passed in.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8931 6f19259b-4bc3-4df7-8a09-765794883524
OvmfPkg/Library/PlatformBdsLib/BdsPlatform.c