ProcessCapsule() and BdsMemoryTest() are implemented in the BdsDxe module, which...
commit814ab119efe5ff1f296e9d8a50dbd1f7627f49b8
authortian, feng <eric_tian@tianocore.org>
Mon, 13 Jul 2009 12:07:26 +0000 (13 12:07 +0000)
committertian, feng <eric_tian@tianocore.org>
Mon, 13 Jul 2009 12:07:26 +0000 (13 12:07 +0000)
tree9d05facd2efe97962d67f22495298a0822e6c429
parent2cde57eca4b80657e1a7a39262beb0cded2a6f04
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.
OvmfPkg/Library/PlatformBdsLib/BdsPlatform.c