CapabilityComponentDependencies Section
Use the CapabilityComponentDependencies section in a component definition file to associate capabilities with components on which they depend or with which they conflict.
Under the CapabilityComponentDependencies section, type the section syntax as follows:
Section syntax
Capability number, dependent component number, dependency type
Capability number | Use the capability numbers as you defined them in the Capabilities section. |
dependent component number | Use the component numbers as you defined them in the Components section. |
dependency type | Y or blank–The capability requires the presence of the dependent component (default)
N – The capability conflicts with the dependent component and is mutually exclusive |
Syntax example
CapabilityComponentDependencies
In this example, the XYZ capability requires the ABC component.
[Capabilities]
1 = XYZ
[Components]
2 = ABC
[CapabilityComponentDependencies]
1, 2
Last updated on Friday, April 02, 2004