aboutsummaryrefslogtreecommitdiff
path: root/osp/impl/DEPS
blob: cd004f798e83ed36912ffc93c3f576dd0c0bfea8 (plain)
1
2
3
4
5
6
7
8
9
# -*- Mode: Python; -*-

include_rules = [
  # Allowed to use discovery module.
  '+discovery/public',
  '+discovery/dnssd/public',
  # Also necessary to implement discovery APIs.
  '+discovery/common',
]