| // Copyright 2022 The Fuchsia Authors. All rights reserved. | |
| // Use of this source code is governed by a BSD-style license that can be | |
| // found in the LICENSE file. | |
| // [START bind_rules] | |
| using fuchsia.hardware.i2c; | |
| fuchsia.hardware.i2c.Service == fuchsia.hardware.i2c.Service.ZirconTransport; | |
| fuchsia.BIND_I2C_ADDRESS == 0xFF; | |
| // [END bind_rules] |