]> git.proxmox.com Git - mirror_edk2.git/commit - UnixPkg/Library/UnixBdsLib/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:08:24 +0000 (12:08 +0000)
committereric_tian <eric_tian@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 13 Jul 2009 12:08:24 +0000 (12:08 +0000)
commiteb0f522c152a7064ca7c6d4f448a12a4c2fb9aae
treecb34e2686b8e3b480d02e708cbd92eb2bc006158
parentd18476d0dc16ea9776dfcb8d12b583ebfbc4df87
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@8932 6f19259b-4bc3-4df7-8a09-765794883524
UnixPkg/Library/UnixBdsLib/BdsPlatform.c