blob: 7dfc3170710ebbfdaf56d5cf7d99b0b34f38d21e [file] [log] [blame]
// Copyright (c) 2011 The Chromium OS Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
package chaps;
option optimize_for = LITE_RUNTIME;
message Attribute {
required uint32 type = 1;
optional bytes value = 2;
optional sint32 length = 3;
}
message AttributeList {
repeated Attribute attribute = 1;
}