include_rules = [
  "+mojo",  # By definition.

  "-services",  # Services have to list which other services they depend on.
  "+services/shell/public",  # Every service talks to shell.
]
