UNPKG

perfetto-protos

Version:

Perfetto protos exposed via protobuf-es for browser and node

43 lines 3.25 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.ShellHandlerMappingSchema = exports.ShellHandlerMappingsSchema = exports.ShellTransition_TargetSchema = exports.ShellTransitionSchema = exports.file_protos_perfetto_trace_android_shell_transition = void 0; const codegenv1_1 = require("@bufbuild/protobuf/codegenv1"); /** * Describes the file protos/perfetto/trace/android/shell_transition.proto. */ exports.file_protos_perfetto_trace_android_shell_transition = (0, codegenv1_1.fileDesc)("CjRwcm90b3MvcGVyZmV0dG8vdHJhY2UvYW5kcm9pZC9zaGVsbF90cmFuc2l0aW9uLnByb3RvEg9wZXJmZXR0by5wcm90b3MimQQKD1NoZWxsVHJhbnNpdGlvbhIKCgJpZBgBIAEoBRIWCg5jcmVhdGVfdGltZV9ucxgCIAEoAxIUCgxzZW5kX3RpbWVfbnMYAyABKAMSGAoQZGlzcGF0Y2hfdGltZV9ucxgEIAEoAxIVCg1tZXJnZV90aW1lX25zGAUgASgDEh0KFW1lcmdlX3JlcXVlc3RfdGltZV9ucxgGIAEoAxIbChNzaGVsbF9hYm9ydF90aW1lX25zGAcgASgDEhgKEHdtX2Fib3J0X3RpbWVfbnMYCCABKAMSFgoOZmluaXNoX3RpbWVfbnMYCSABKAMSHAoUc3RhcnRfdHJhbnNhY3Rpb25faWQYCiABKAQSHQoVZmluaXNoX3RyYW5zYWN0aW9uX2lkGAsgASgEEg8KB2hhbmRsZXIYDCABKAUSDAoEdHlwZRgNIAEoBRI4Cgd0YXJnZXRzGA4gAygLMicucGVyZmV0dG8ucHJvdG9zLlNoZWxsVHJhbnNpdGlvbi5UYXJnZXQSFAoMbWVyZ2VfdGFyZ2V0GA8gASgFEg0KBWZsYWdzGBAgASgFEiYKHnN0YXJ0aW5nX3dpbmRvd19yZW1vdmVfdGltZV9ucxgRIAEoAxpKCgZUYXJnZXQSDAoEbW9kZRgBIAEoBRIQCghsYXllcl9pZBgCIAEoBRIRCgl3aW5kb3dfaWQYAyABKAUSDQoFZmxhZ3MYBCABKAUiTQoUU2hlbGxIYW5kbGVyTWFwcGluZ3MSNQoHbWFwcGluZxgBIAMoCzIkLnBlcmZldHRvLnByb3Rvcy5TaGVsbEhhbmRsZXJNYXBwaW5nIi8KE1NoZWxsSGFuZGxlck1hcHBpbmcSCgoCaWQYASABKAUSDAoEbmFtZRgCIAEoCQ"); /** * Describes the message perfetto.protos.ShellTransition. * Use `create(ShellTransitionSchema)` to create a new message. */ exports.ShellTransitionSchema = (0, codegenv1_1.messageDesc)(exports.file_protos_perfetto_trace_android_shell_transition, 0); /** * Describes the message perfetto.protos.ShellTransition.Target. * Use `create(ShellTransition_TargetSchema)` to create a new message. */ exports.ShellTransition_TargetSchema = (0, codegenv1_1.messageDesc)(exports.file_protos_perfetto_trace_android_shell_transition, 0, 0); /** * Describes the message perfetto.protos.ShellHandlerMappings. * Use `create(ShellHandlerMappingsSchema)` to create a new message. */ exports.ShellHandlerMappingsSchema = (0, codegenv1_1.messageDesc)(exports.file_protos_perfetto_trace_android_shell_transition, 1); /** * Describes the message perfetto.protos.ShellHandlerMapping. * Use `create(ShellHandlerMappingSchema)` to create a new message. */ exports.ShellHandlerMappingSchema = (0, codegenv1_1.messageDesc)(exports.file_protos_perfetto_trace_android_shell_transition, 2); //# sourceMappingURL=shell_transition_pb.js.map