aboutsummaryrefslogtreecommitdiff
path: root/gd/module_unittest.fbs
blob: 3c0a1b6bd003543909d6e458df99af09e8a1f1cd (plain)
1
2
3
4
5
6
7
8
9
10
// module_unittest
namespace bluetooth;

attribute "privacy";

table ModuleUnitTestData {
    title:string (privacy:"Any");
}

root_type ModuleUnitTestData;