1*bb4ee6a4SAndroid Build Coastguard Worker // Copyright 2024 The ChromiumOS Authors 2*bb4ee6a4SAndroid Build Coastguard Worker // Use of this source code is governed by a BSD-style license that can be 3*bb4ee6a4SAndroid Build Coastguard Worker // found in the LICENSE file. 4*bb4ee6a4SAndroid Build Coastguard Worker 5*bb4ee6a4SAndroid Build Coastguard Worker mod event_types; 6*bb4ee6a4SAndroid Build Coastguard Worker pub mod sys; 7*bb4ee6a4SAndroid Build Coastguard Worker 8*bb4ee6a4SAndroid Build Coastguard Worker pub use event_types::MetricEventType; 9*bb4ee6a4SAndroid Build Coastguard Worker pub use metrics_events_product::MetricEventType as VendorMetricEventType; 10*bb4ee6a4SAndroid Build Coastguard Worker pub use metrics_events_product::RecordDetails; 11