android13/packages/modules/Bluetooth/system/gd/dumpsys/test_data/bar.fbs

13 lines
165 B
Plaintext

namespace testing;
attribute "privacy";
table BarTestSchema {
bar_x:int;
bar_y:int;
another_field:string (privacy:"Any");
}
root_type BarTestSchema;