]> git.proxmox.com Git - mirror_edk2.git/commit
ProcessCapsule() and BdsMemoryTest() are implemented in the BdsDxe module, which...
authoreric_tian <eric_tian@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 13 Jul 2009 12:06:51 +0000 (12:06 +0000)
committereric_tian <eric_tian@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 13 Jul 2009 12:06:51 +0000 (12:06 +0000)
commitf51c8a9de38c994bfcc5ef0ccdd689438877953c
tree41f09d6f9ec2ca85026822323738659e01ed80f8
parenta798a789068ae448f6236f68f5bc28b0fe523385
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@8930 6f19259b-4bc3-4df7-8a09-765794883524
Nt32Pkg/Library/Nt32BdsLib/BdsPlatform.c