1# Copyright 2024 The ChromiumOS Authors 2# Use of this source code is governed by a BSD-style license that can be 3# found in the LICENSE file. 4 5_owners = [ 6 "bbrotherton@google.com", 7] 8 9_bug_component = "b:1110659" 10 11pvs_common = struct( 12 owners = _owners, 13 bug_component = _bug_component, 14) 15