xref: /aosp_15_r20/external/federated-compute/fcp/tracing/tools/testdata/DeprecatedField.fbs (revision 14675a029014e728ec732f129a32e299b2da0601)
1*14675a02SAndroid Build Coastguard Workerinclude "fcp/tracing/tracing_schema_common.fbs";
2*14675a02SAndroid Build Coastguard Worker
3*14675a02SAndroid Build Coastguard Workertable DeprecatedInt (tag: "DEPI") {
4*14675a02SAndroid Build Coastguard Worker  field1: int32 (deprecated);
5*14675a02SAndroid Build Coastguard Worker  field2: int32;
6*14675a02SAndroid Build Coastguard Worker}
7*14675a02SAndroid Build Coastguard Worker
8*14675a02SAndroid Build Coastguard Workertable DeprecatedString (tag: "DEPS") {
9*14675a02SAndroid Build Coastguard Worker  field1: string (deprecated);
10*14675a02SAndroid Build Coastguard Worker  field2: int32;
11*14675a02SAndroid Build Coastguard Worker}