UNPKG

perfetto-protos

Version:

Perfetto protos exposed via protobuf-es for browser and node

38 lines 2.9 kB
"use strict"; // // Copyright (C) 2023 The Android Open Source Project // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. Object.defineProperty(exports, "__esModule", { value: true }); exports.EntityStateResidency_StateResidencySchema = exports.EntityStateResidency_PowerEntityStateSchema = exports.EntityStateResidencySchema = exports.file_protos_perfetto_trace_power_android_entity_state_residency = void 0; const codegenv1_1 = require("@bufbuild/protobuf/codegenv1"); /** * Describes the file protos/perfetto/trace/power/android_entity_state_residency.proto. */ exports.file_protos_perfetto_trace_power_android_entity_state_residency = (0, codegenv1_1.fileDesc)("CkBwcm90b3MvcGVyZmV0dG8vdHJhY2UvcG93ZXIvYW5kcm9pZF9lbnRpdHlfc3RhdGVfcmVzaWRlbmN5LnByb3RvEg9wZXJmZXR0by5wcm90b3MiuwMKFEVudGl0eVN0YXRlUmVzaWRlbmN5ElIKEnBvd2VyX2VudGl0eV9zdGF0ZRgBIAMoCzI2LnBlcmZldHRvLnByb3Rvcy5FbnRpdHlTdGF0ZVJlc2lkZW5jeS5Qb3dlckVudGl0eVN0YXRlEkcKCXJlc2lkZW5jeRgCIAMoCzI0LnBlcmZldHRvLnByb3Rvcy5FbnRpdHlTdGF0ZVJlc2lkZW5jeS5TdGF0ZVJlc2lkZW5jeRpmChBQb3dlckVudGl0eVN0YXRlEhQKDGVudGl0eV9pbmRleBgBIAEoBRITCgtzdGF0ZV9pbmRleBgCIAEoBRITCgtlbnRpdHlfbmFtZRgDIAEoCRISCgpzdGF0ZV9uYW1lGAQgASgJGp0BCg5TdGF0ZVJlc2lkZW5jeRIUCgxlbnRpdHlfaW5kZXgYASABKAUSEwoLc3RhdGVfaW5kZXgYAiABKAUSHgoWdG90YWxfdGltZV9pbl9zdGF0ZV9tcxgDIAEoBBIfChd0b3RhbF9zdGF0ZV9lbnRyeV9jb3VudBgEIAEoBBIfChdsYXN0X2VudHJ5X3RpbWVzdGFtcF9tcxgFIAEoBA"); /** * Describes the message perfetto.protos.EntityStateResidency. * Use `create(EntityStateResidencySchema)` to create a new message. */ exports.EntityStateResidencySchema = (0, codegenv1_1.messageDesc)(exports.file_protos_perfetto_trace_power_android_entity_state_residency, 0); /** * Describes the message perfetto.protos.EntityStateResidency.PowerEntityState. * Use `create(EntityStateResidency_PowerEntityStateSchema)` to create a new message. */ exports.EntityStateResidency_PowerEntityStateSchema = (0, codegenv1_1.messageDesc)(exports.file_protos_perfetto_trace_power_android_entity_state_residency, 0, 0); /** * Describes the message perfetto.protos.EntityStateResidency.StateResidency. * Use `create(EntityStateResidency_StateResidencySchema)` to create a new message. */ exports.EntityStateResidency_StateResidencySchema = (0, codegenv1_1.messageDesc)(exports.file_protos_perfetto_trace_power_android_entity_state_residency, 0, 1); //# sourceMappingURL=android_entity_state_residency_pb.js.map