]> git.proxmox.com Git - mirror_edk2.git/commit - DuetPkg/Library/DuetBdsLib/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:01:46 +0000 (12:01 +0000)
committereric_tian <eric_tian@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 13 Jul 2009 12:01:46 +0000 (12:01 +0000)
commit03a2bbf3a1a1d28b5e29572cbe6cb6fc69339659
tree6686006f34436eb10dcb6d0c820b7acef2a210ef
parentf3f33e1da8b61edd8dc281b5794b999c0ac54a87
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@8928 6f19259b-4bc3-4df7-8a09-765794883524
DuetPkg/Library/DuetBdsLib/BdsPlatform.c