Battery Driver PDD implementation



So I'm implementing a custom PDD for the battery driver and I am
unclear as to how I should link it to the MDD.

Thus far I have copied the sbattif.c file into my platform drivers,
modified it, and am building it as a DLL. What do I need to do now to
get it to link against the MDD that lives in public?

Is it as simple as adding battdrvr.lib to my sourcelibs in my sources
file?

thanks!

-Tim

.