1
0

COMPATIBLE_INTERFACE_NUMBER_MAX.rst 951 B

1234567891011121314151617
  1. COMPATIBLE_INTERFACE_NUMBER_MAX
  2. -------------------------------
  3. Properties whose maximum value from the link interface will be used.
  4. The COMPATIBLE_INTERFACE_NUMBER_MAX property may contain a list of
  5. properties for this target whose maximum value may be read at generate time
  6. when evaluated in the INTERFACE of all linked dependees. For example, if a
  7. property "FOO" appears in the list, then for each dependee, the
  8. "INTERFACE_FOO" property content in all of its dependencies will be compared
  9. with each other and with the "FOO" property in the depender. When reading
  10. the FOO property at generate time, the maximum value will be returned.
  11. If the property is not set, then it is ignored. Note that for each
  12. dependee, the set of properties from this property must not intersect
  13. with the set of properties from the :prop_tgt:`COMPATIBLE_INTERFACE_BOOL`,
  14. :prop_tgt:`COMPATIBLE_INTERFACE_STRING` or
  15. :prop_tgt:`COMPATIBLE_INTERFACE_NUMBER_MIN` property.