I have written an SD Host Controller driver for my platform (sdhc.dll), which
I think requires the sdbus.dll driver to be included in the build. My
question is how to include the sdbus.dll in the build? I have tried adding a
bib entry for it under my platform.bib, but there are unresolved external
errors during the makeimg phase: "SDHCDGetHCFunctions" and
"SDGetClientFunctions" in sdbus.dll not found.
So there must be some file other than platform.bib where I can include the
sdbus.dll. The common.bib file has this entry:
; @CESYSGEN IF CE_MODULES_SDBUS
sdbus.dll $(_FLATRELEASEDIR)\sdbus.dll NK SH
; @CESYSGEN ENDIF CE_MODULES_SDBUS
But this does not show up in the final ce.bib file. What am I missing? Do I
need to add a sysgen variable? Please help! Thanks.