blob: e6ed941677ee7a48601783a959e3ff4fc625eef7 [file] [log] [blame]
// Copyright 2019 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
syntax = "proto3";
package policy;
import "chrome_device_policy.proto";
import "cloud_policy.proto";
option optimize_for = LITE_RUNTIME;
message PolicyFuzzerProto {
enterprise_management.ChromeDeviceSettingsProto chrome_device_settings = 1;
enterprise_management.CloudPolicySettings cloud_policy_settings = 2;
}