summaryrefslogtreecommitdiffstats
path: root/device/test
diff options
context:
space:
mode:
authorscheib <scheib@chromium.org>2015-04-21 16:09:16 -0700
committerCommit bot <commit-bot@chromium.org>2015-04-21 23:10:23 +0000
commitfe4b51b7261465471760d50035532d36a821b649 (patch)
tree2e24b3e0089cb7adbb7d4570ceb90a48d13055aa /device/test
parentf4a176aeff99ecc7359088ddbb0f71e409de59cc (diff)
downloadchromium_src-fe4b51b7261465471760d50035532d36a821b649.zip
chromium_src-fe4b51b7261465471760d50035532d36a821b649.tar.gz
chromium_src-fe4b51b7261465471760d50035532d36a821b649.tar.bz2
bluetooth: Remove legacy test data device/test/data/bluetooth.
This test data was only referenced from the legacy bluetooth implementation that was removed in 2013-05-25. https://chromiumcodereview.appspot.com/15020009 BUG=221813 Review URL: https://codereview.chromium.org/1099963002 Cr-Commit-Position: refs/heads/master@{#326161}
Diffstat (limited to 'device/test')
-rw-r--r--device/test/data/bluetooth/invalid_uuid.xml8
-rw-r--r--device/test/data/bluetooth/medium_uuid.xml8
-rw-r--r--device/test/data/bluetooth/rfcomm.xml39
-rw-r--r--device/test/data/bluetooth/short_uuid.xml8
-rw-r--r--device/test/data/bluetooth/uppercase_uuid.xml8
5 files changed, 0 insertions, 71 deletions
diff --git a/device/test/data/bluetooth/invalid_uuid.xml b/device/test/data/bluetooth/invalid_uuid.xml
deleted file mode 100644
index 2b33304..0000000
--- a/device/test/data/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/device/test/data/bluetooth/medium_uuid.xml b/device/test/data/bluetooth/medium_uuid.xml
deleted file mode 100644
index 432d7fe..0000000
--- a/device/test/data/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/device/test/data/bluetooth/rfcomm.xml b/device/test/data/bluetooth/rfcomm.xml
deleted file mode 100644
index ec3bdec..0000000
--- a/device/test/data/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/device/test/data/bluetooth/short_uuid.xml b/device/test/data/bluetooth/short_uuid.xml
deleted file mode 100644
index 9ad3c9f..0000000
--- a/device/test/data/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/device/test/data/bluetooth/uppercase_uuid.xml b/device/test/data/bluetooth/uppercase_uuid.xml
deleted file mode 100644
index 4e0574f..0000000
--- a/device/test/data/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>