ProcessCapsule() and BdsMemoryTest() are implemented in the BdsDxe module, which...
commit2cde57eca4b80657e1a7a39262beb0cded2a6f04
authortian, feng <eric_tian@tianocore.org>
Mon, 13 Jul 2009 12:06:51 +0000 (13 12:06 +0000)
committertian, feng <eric_tian@tianocore.org>
Mon, 13 Jul 2009 12:06:51 +0000 (13 12:06 +0000)
tree41f09d6f9ec2ca85026822323738659e01ed80f8
parent8cd4d962cfaea3f340b797ef88e15d0ce1a40e65
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.
Nt32Pkg/Library/Nt32BdsLib/BdsPlatform.c