| # Copyright 2025 The Chromium Authors |
| # Use of this source code is governed by a BSD-style license that can be |
| # found in the LICENSE file. |
| |
| from __future__ import annotations |
| |
| # This file is generated by protoc/compile.py |
| from protoc.sys_path import protoc_in_sys_path |
| |
| with protoc_in_sys_path(): |
| from frameworks.base.core.proto.android.server import \ |
| activitymanagerservice_pb2, windowmanagerservice_pb2 |
| from frameworks.base.core.proto.android.service import battery_pb2 |
| from frameworks.proto_logging.stats.enums.os import enums_pb2 |
| from protos.perfetto.config import trace_config_pb2 |
| from protos.perfetto.trace_summary import file_pb2 |
| |
| __all__ = ( |
| "activitymanagerservice_pb2", |
| "battery_pb2", |
| "enums_pb2", |
| "file_pb2", |
| "trace_config_pb2", |
| "windowmanagerservice_pb2", |
| ) |