Important: |
---|
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
Use the ComponentCapabilityDependencies section in a component definition file to associate components with the capabilities on which they depend or with which they conflict.
Under the ComponentCapabilityDependencies section, type the section syntax as follows:
Section syntax
Component number, dependent capability number, dependency type
Component number | Use the component numbers as you defined them in the Components section. |
dependent capability number | Use the capability numbers as you defined them in the Capabilities section. |
dependency type | Dependency Type:
Y or blank = Component requires the presence of the dependent capability (default) N = Component conflicts with the dependent capability and is mutually exclusive |
Syntax example
ComponentCapabilityDependencies
In this example, at least one SCSI adapter must be present in the configuration when a SCSI disk is specified.
[Capabilities] 1 = ''SCSI Adapters'' [Components] 2 = ''SCSI Disk'' [ComponentCapabilityDependencies] 2,1