Re: Battery Driver PDD implementation



You must link to "battdrvr_lib.lib"

SOURCELIBS=
$(_COMMONOAKROOT)\lib\$(_CPUINDPATH)\battdrvr_lib.lib


"buckyllama" <tim.howe@xxxxxxxxx> wrote in message news:1122577036.001858.295470@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> 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
>


.