diff options
Diffstat (limited to 'daemon/test-database')
-rwxr-xr-x | daemon/test-database | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/daemon/test-database b/daemon/test-database index 02418881..ac945760 100755 --- a/daemon/test-database +++ b/daemon/test-database @@ -14,6 +14,10 @@ xml = ' \ </sequence> \ </attribute> \ \ + <attribute id="0x0002"> \ + <uint32 value="0"/> \ + </attribute> \ + \ <attribute id="0x0003"> \ <uuid value="00001101-0000-1000-8000-00805f9b34fb"/> \ </attribute> \ @@ -30,6 +34,12 @@ xml = ' \ </sequence> \ </attribute> \ \ + <attribute id="0x0005"> \ + <sequence> \ + <uuid value="0x1002"/> \ + </sequence> \ + </attribute> \ + \ <attribute id="0x0006"> \ <sequence> \ <uint16 value="0x656e"/> \ |