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