Re: Howto implement catalog feature dependency?

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



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.
>>
>>
>
>


.



Relevant Pages

  • Re: XPe SP2 bloat
    ... etc. to add new features but I should be able to make that choice. ... checking the archives will answer some of your questions. ... What's needed is at least a Maximum 2 MB swap file for the perf ... > introduce a dependency that was not there for SP1 or Gold, ...
    (microsoft.public.windowsxp.embedded)
  • Re: Recommendations for PHP Form Validation Script
    ... > developer A creates class X that extends or uses developer B's ... > Y as a dependency, rather than including that class in his package. ... > better OO features in PHP5. ... Regardless how the authors upload ...
    (comp.lang.php)
  • Re: Recommendations for PHP Form Validation Script
    ... > developer A creates class X that extends or uses developer B's ... > Y as a dependency, rather than including that class in his package. ... > better OO features in PHP5. ... Regardless how the authors upload ...
    (comp.lang.php)
  • Howto implement catalog feature dependency?
    ... And another catalog related question: ... dependency in such way that adding one of my BSP features ... dependent BSP features or just native CE features? ...
    (microsoft.public.windowsce.platbuilder)