This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: a question on CDL


On Tue, Apr 06, 2004 at 09:24:27PM +0800, kneep wrote:
> Dear All,
> 
> 	hello!
> 	i have question on CDL.
> 	can anyone explain the difference between the properties 'requires'	and 'active_if'? i can not understand this.
> 	thank you for your kindness.

http://ecos.sourceware.org/docs-latest/cdl-guide/language.values.html

active_if enables/disables a configuration option.  

requires is only active if the configuration option is enabled. The
condition must be true, or the configuration is invalid.

          Andrew

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]