1# SPDX-License-Identifier: BSD-3-Clause 2# 3# Filter inherited property specifications 4# up to the grandchild-binding level. 5 6include: 7 - name: simple_inherit.yaml 8 property-blocklist: [prop-1] 9 child-binding: 10 property-blocklist: [child-prop-1] 11 child-binding: 12 property-blocklist: [grandchild-prop-1] 13