summaryrefslogtreecommitdiff
path: root/artwork
diff options
context:
space:
mode:
authorSergey Prigogin <sprigogin@google.com>2022-02-07 20:04:43 +0000
committerTreeHugger Robot <treehugger-gerrit@google.com>2022-02-07 20:53:17 +0000
commit67a6bbda575c6cf380be4fbfb318b57a0bbd6a59 (patch)
tree6f6820d5224171b72410fb04c41cbb765e134366 /artwork
parent4e6a2b35e587a409dadf081418c28c6613953ea0 (diff)
downloadidea-67a6bbda575c6cf380be4fbfb318b57a0bbd6a59.tar.gz
Revert "Add Wear OS Rectangular skin"
Revert "Add Wear OS Rectangular skin" Revert submission 16365363 Reason for revert: Inappropriately modified the exclusion list in SkinDefinitioTest.testSkinConsistency to get the test to pass Reverted Changes: I8904c68df:Add Wear OS Rectangular skin If8ae2d123:Use new wear device configs for layout validator. I3eb6d88ab:Add Wear OS Rectangular skin Change-Id: Ibce48a3037c74e362f0f4c644d4d0510af5d2a17
Diffstat (limited to 'artwork')
-rw-r--r--artwork/resources/device-art-resources/wearos_rect/device_bezel.pngbin16973 -> 0 bytes
-rw-r--r--artwork/resources/device-art-resources/wearos_rect/hardware.ini3
-rw-r--r--artwork/resources/device-art-resources/wearos_rect/layout46
3 files changed, 0 insertions, 49 deletions
diff --git a/artwork/resources/device-art-resources/wearos_rect/device_bezel.png b/artwork/resources/device-art-resources/wearos_rect/device_bezel.png
deleted file mode 100644
index 85425c5904f..00000000000
--- a/artwork/resources/device-art-resources/wearos_rect/device_bezel.png
+++ /dev/null
Binary files differ
diff --git a/artwork/resources/device-art-resources/wearos_rect/hardware.ini b/artwork/resources/device-art-resources/wearos_rect/hardware.ini
deleted file mode 100644
index 3f8ab78b83a..00000000000
--- a/artwork/resources/device-art-resources/wearos_rect/hardware.ini
+++ /dev/null
@@ -1,3 +0,0 @@
-# skin-specific hardware values
-hw.rotaryInput=yes
-hw.sensors.heart_rate=yes
diff --git a/artwork/resources/device-art-resources/wearos_rect/layout b/artwork/resources/device-art-resources/wearos_rect/layout
deleted file mode 100644
index fce46f31892..00000000000
--- a/artwork/resources/device-art-resources/wearos_rect/layout
+++ /dev/null
@@ -1,46 +0,0 @@
-parts {
- portrait {
- background {
- image device_bezel.png
- }
- }
-
- device {
- display {
- width 402
- height 476
- x 0
- y 0
- }
- }
-}
-
-layouts {
- portrait {
- width 466
- height 540
- color 0x1f1f1f
- event EV_SW:0:1
-
- part1 {
- name portrait
- x 16
- y 16
- }
-
- part2 {
- name device
- x 32
- y 32
- }
- }
-}
-
-keyboard {
- charmap qwerty2
-}
-
-network {
- speed full
- delay none
-}