DIR_METADATA: Add V2 Test Plans.

Add the default set of test rules.

V2 test plans will be verified in staging before being enabled in prod.

See go/cros-cq-test-config for more details.

BUG=b:249150178
TEST=dirmd validate

Change-Id: Id0026630371865735456a63b6d1b83d812dfac8d
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/xorg-conf/+/3927760
Tested-by: Navil Perez <navil@google.com>
Reviewed-by: Andrew Lamb <andrewlamb@chromium.org>
Commit-Queue: Navil Perez <navil@google.com>
1 file changed
tree: 114b7ef29c2ca267fea320cc4ea9e4f4f9b80695
  1. files/
  2. 20-mouse.conf
  3. 40-touchpad-cmt.conf
  4. 50-touchpad-cmt-atlas.conf
  5. 50-touchpad-cmt-banjo.conf
  6. 50-touchpad-cmt-brya.conf
  7. 50-touchpad-cmt-candy.conf
  8. 50-touchpad-cmt-caroline.conf
  9. 50-touchpad-cmt-cave.conf
  10. 50-touchpad-cmt-celes.conf
  11. 50-touchpad-cmt-clapper.conf
  12. 50-touchpad-cmt-cyan.conf
  13. 50-touchpad-cmt-daisy.conf
  14. 50-touchpad-cmt-dedede.conf
  15. 50-touchpad-cmt-elan.conf
  16. 50-touchpad-cmt-elm.conf
  17. 50-touchpad-cmt-enguarde.conf
  18. 50-touchpad-cmt-eve.conf
  19. 50-touchpad-cmt-expresso.conf
  20. 50-touchpad-cmt-falco.conf
  21. 50-touchpad-cmt-gandof.conf
  22. 50-touchpad-cmt-glimmer.conf
  23. 50-touchpad-cmt-gnawty.conf
  24. 50-touchpad-cmt-grunt.conf
  25. 50-touchpad-cmt-hatch.conf
  26. 50-touchpad-cmt-heli.conf
  27. 50-touchpad-cmt-jacuzzi.conf
  28. 50-touchpad-cmt-kevin.conf
  29. 50-touchpad-cmt-kip.conf
  30. 50-touchpad-cmt-leon.conf
  31. 50-touchpad-cmt-lulu.conf
  32. 50-touchpad-cmt-octopus.conf
  33. 50-touchpad-cmt-orco.conf
  34. 50-touchpad-cmt-pbody.conf
  35. 50-touchpad-cmt-peppy.conf
  36. 50-touchpad-cmt-pi.conf
  37. 50-touchpad-cmt-pit.conf
  38. 50-touchpad-cmt-puppy.conf
  39. 50-touchpad-cmt-quawks.conf
  40. 50-touchpad-cmt-rambi.conf
  41. 50-touchpad-cmt-reven.conf
  42. 50-touchpad-cmt-samus.conf
  43. 50-touchpad-cmt-sarien.conf
  44. 50-touchpad-cmt-snappy.conf
  45. 50-touchpad-cmt-spring.conf
  46. 50-touchpad-cmt-squawks.conf
  47. 50-touchpad-cmt-swanky.conf
  48. 50-touchpad-cmt-trogdor.conf
  49. 50-touchpad-cmt-volteer.conf
  50. 50-touchpad-cmt-winky.conf
  51. 50-touchpad-cmt-wolf.conf
  52. 50-touchpad-cmt-zork.conf
  53. 60-touchpad-cmt-auron_paine.conf
  54. 60-touchpad-cmt-auron_yuna.conf
  55. 60-touchpad-cmt-daisy_skate.conf
  56. 60-touchpad-cmt-nyan_big.conf
  57. 60-touchpad-cmt-nyan_blaze.conf
  58. 60-touchpad-cmt-veyron_jaq.conf
  59. 60-touchpad-cmt-veyron_jerry.conf
  60. 60-touchpad-cmt-veyron_mighty.conf
  61. 60-touchpad-cmt-veyron_minnie.conf
  62. 60-touchpad-cmt-veyron_speedy.conf
  63. DIR_METADATA
  64. OWNERS
  65. README.md
  66. unblocked_terms.txt
README.md

“Xorg” configuration files

This repository contains configuration files that were originally for the X Windowing System (a.k.a. X11 or Xorg). CrOS moved away from using X around 2015, but these files are still used to configure input devices. Thankfully this reduction in scope greatly reduces their effect on life satisfaction.

Syntax

The syntax is now a subset of Xorg's configuration syntax, and using anything outside of that subset will either cause an error or just be ignored. Specifically, only InputClass sections are supported. Within those, the following entries are supported:

  • Identifier;
  • some Match directives (MatchProduct, MatchDevicePath, MatchUSBID, MatchIsPointer, MatchIsTouchpad, and MatchIsTouchscreen);
  • Driver, which is ignored; and
  • Option, which is used to specify gesture properties instead of X11 input device options (though some old X11 options may be hanging around).

For more details, see the parsing code in Chromium's GesturePropertyProvider.