Re: Howto implement catalog feature dependency?
- From: "Voidcoder" <voidcoder@xxxxxxxxx>
- Date: Thu, 21 Jul 2005 09:16:42 -0700
Hi,
Yes I see, thanks. What about my own BSP features?
I'd like somehow to create dependency for my own
BSP features too. Lets say for example user
inserted the "Backlight Support" feature from the BSP.
This requre the PWM driver to be added as well.
Ho do I create a dependency of "Backlight Support" and
"PWM Driver"? Up to now I have a tutorial on howto
use BSP, what features must be added to the OS design
etc. However some of my customers are getting me nuts,
I spent a lot of time for support because something
"is not working" cause they forget to include some
required features to the OS design. So I need a way
to create a dependency between the BSP features.
"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
>
> "Voidcoder" <voidcoder@xxxxxxxxx> wrote in message
> news:ejQO4KSjFHA.4028@xxxxxxxxxxxxxxxxxxxxxxx
>> And another catalog related question: how do I implement
>> the catalog feature dependency? Too much words around this in
>> documentation and nothing concrete. How do I create a
>> dependency in such way that adding one of my BSP features
>> to os design will automatically include some other
>> dependent BSP features or just native CE features?
>> And of course it would be great to have dependency
>> explorer working with this features as well and showing
>> dependencies .
>>
>> I'm getting again and again the same problem from
>> BSP to BSP with my customers. I have to explain
>> each time why for example they have to include
>> "Device Manager" feature to the os design in order
>> to use device drivers; why they need to add
>> "Graphics Shell" in order to see desktop; etc etc etc.
>>
>> So I'm looking for a way to automate this process
>> using the catalog item dependencies. Eg. if user added
>> the "Compact Flash Support" feature from the BSP this
>> will force STOREMGR, MSPART, FATFS etc to be
>> added automatically to the OS design as well.
>>
>> Many thanks for any input.
>>
>>
>
>
.
- References:
- Multiple catalog features, one binary
- From: Voidcoder
- Howto implement catalog feature dependency?
- From: Voidcoder
- Re: Howto implement catalog feature dependency?
- From: sajid
- Multiple catalog features, one binary
- Prev by Date: Re: Display BMP on .NET form for WinCE 5.0
- Next by Date: Re: Newbie embedded Visual C++ question
- Previous by thread: Re: Howto implement catalog feature dependency?
- Next by thread: Re: Howto implement catalog feature dependency?
- Index(es):
Relevant Pages
|