11 lines
157 B
Plaintext
11 lines
157 B
Plaintext
|
// module_unittest
|
||
|
namespace bluetooth;
|
||
|
|
||
|
attribute "privacy";
|
||
|
|
||
|
table ModuleUnitTestData {
|
||
|
title:string (privacy:"Any");
|
||
|
}
|
||
|
|
||
|
root_type ModuleUnitTestData;
|