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

13 lines
165 B
Plaintext
Raw Permalink Normal View History

2025-08-25 08:38:42 +08:00
namespace testing;
attribute "privacy";
table BarTestSchema {
bar_x:int;
bar_y:int;
another_field:string (privacy:"Any");
}
root_type BarTestSchema;