diff options
Diffstat (limited to 'chrome/test/data')
5 files changed, 0 insertions, 71 deletions
diff --git a/chrome/test/data/chromeos/bluetooth/invalid_uuid.xml b/chrome/test/data/chromeos/bluetooth/invalid_uuid.xml deleted file mode 100644 index 2b33304..0000000 --- a/chrome/test/data/chromeos/bluetooth/invalid_uuid.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" ?> -<record> - <attribute id="0x0001"> - <sequence> - <uuid value="01234567:89AB-CDEF-0123-456789ABCDEF" /> - </sequence> - </attribute> -</record> diff --git a/chrome/test/data/chromeos/bluetooth/medium_uuid.xml b/chrome/test/data/chromeos/bluetooth/medium_uuid.xml deleted file mode 100644 index 432d7fe..0000000 --- a/chrome/test/data/chromeos/bluetooth/medium_uuid.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" ?> -<record> - <attribute id="0x0001"> - <sequence> - <uuid value="0x00001101" /> - </sequence> - </attribute> -</record> diff --git a/chrome/test/data/chromeos/bluetooth/rfcomm.xml b/chrome/test/data/chromeos/bluetooth/rfcomm.xml deleted file mode 100644 index ec3bdec..0000000 --- a/chrome/test/data/chromeos/bluetooth/rfcomm.xml +++ /dev/null @@ -1,39 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" ?> - -<record> - <attribute id="0x0000"> - <uint32 value="0x00010003" /> - </attribute> - <attribute id="0x0001"> - <sequence> - <uuid value="01234567-89ab-cdef-0123-456789abcdef" /> - </sequence> - </attribute> - <attribute id="0x0004"> - <sequence> - <sequence> - <uuid value="0x0100" /> - </sequence> - <sequence> - <uuid value="0x0003" /> - <uint8 value="0x0c" /> - </sequence> - </sequence> - </attribute> - <attribute id="0x0005"> - <sequence> - <uuid value="0x1002" /> - </sequence> - </attribute> - <attribute id="0x0009"> - <sequence> - <sequence> - <uuid value="0x1108" /> - <uint16 value="0x0102" /> - </sequence> - </sequence> - </attribute> - <attribute id="0x0100"> - <text value="Headset Audio Gateway" /> - </attribute> -</record> diff --git a/chrome/test/data/chromeos/bluetooth/short_uuid.xml b/chrome/test/data/chromeos/bluetooth/short_uuid.xml deleted file mode 100644 index 9ad3c9f..0000000 --- a/chrome/test/data/chromeos/bluetooth/short_uuid.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" ?> -<record> - <attribute id="0x0001"> - <sequence> - <uuid value="0x1101" /> - </sequence> - </attribute> -</record> diff --git a/chrome/test/data/chromeos/bluetooth/uppercase_uuid.xml b/chrome/test/data/chromeos/bluetooth/uppercase_uuid.xml deleted file mode 100644 index 4e0574f..0000000 --- a/chrome/test/data/chromeos/bluetooth/uppercase_uuid.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" ?> -<record> - <attribute id="0x0001"> - <sequence> - <uuid value="01234567-89AB-CDEF-0123-456789ABCDEF" /> - </sequence> - </attribute> -</record> |