# -*- Mode: Python; -*-

include_rules = [
  # By default, openscreen implementation libraries should not be exposed
  # through public APIs.
  '-base',
  '-platform',

  # Dependencies on the implementation are not allowed in public/.
  '-cast/sender',
  '+cast/sender/public'
]
