Re: Howto implement catalog feature dependency?



In your BSP root ($(_WINCEROOT)\PLATFORM\MYBSP), you have a .bat file used
by PB to add/remove features automatically when using the BSP MYBSP.
You can work on this file to manage dependencies using "BSP_xxxxx" and
"SYSGEN_xxxxx" environment variables.

--
________________________________________
Olivier BLOCH
Mobile and Embedded technologies engineer
THEORIS - www.theoris.fr


"Voidcoder" <voidcoder@xxxxxxxxx> a écrit dans le message de
news:%23E3dMrcjFHA.3568@xxxxxxxxxxxxxxxxxxxxxxx
> Also what do You mean by "bsp.bat"?
>
>
> "sajid" <sajid@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:eOkcIWajFHA.3784@xxxxxxxxxxxxxxxxxxxxxxx
> > dear voidcoder,
> >
> > In your 'bsp.bat' file add the corresponding 'sysgen_' variables of the
> > dependent modules.
> >
> > Almost all drivers need device manager, so to add device manager with
your
> > drivers in an automated fashion, try the following:
> >
> > SYSGEN_DEVICE=1
> >
> > with your dependent entries.
> >
> > good luck.
> > sajid
> >


.


Loading