Roll src/third_party/cros_system_api/ d12f867f0..281301612 (9 commits)

https://chromium.googlesource.com/chromiumos/platform2/system_api.git/+log/d12f867f0ffd..2813016123fc

$ git log d12f867f0..281301612 --date=short --no-merges --format='%ad %ae %s'
2021-10-13 genechang system_api: rmad: Remove lagacy proto of gyroscopes
2021-10-21 dlunev cryptohome: Add kiosk key type and handling in auth session.
2021-10-14 hcyang cryptohome: Add dbus api GetWebAuthnSecretHash
2021-09-30 kevinptt hardware_verifier: Enable D-Bus support and add method VerifyComponents
2021-10-08 kevinptt hardware_verifier: Include component fields in verification reports
2021-10-13 chenghan rmad: Setup for FinalizeStatus signal
2021-10-07 hardikgoyal cryptohome: Remove AddDataRestoreKey as it is not being used
2021-10-11 rodmartin system_api: [CAS] IMEI and MEID signals repeated
2021-10-08 evanbenn system_api: hps: Change signedness of inference documentation

Created with:
  roll-dep src/third_party/cros_system_api

Also update some of the switches that now have to handle new enum value
introduced by "Add kiosk key type and handling in auth session" change.

Bug: 1179246
Change-Id: Ie68919759ba4423d6fda1de4c430c56fb74f3fc9
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3245394
Auto-Submit: Denis Kuznetsov [CET] <[email protected]>
Reviewed-by: Maksim Ivanov <[email protected]>
Commit-Queue: Denis Kuznetsov [CET] <[email protected]>
Cr-Commit-Position: refs/heads/main@{#934952}
diff --git a/DEPS b/DEPS
index 91625ce..b538882 100644
--- a/DEPS
+++ b/DEPS
@@ -1024,7 +1024,7 @@
 
   # For Linux and Chromium OS.
   'src/third_party/cros_system_api': {
-      'url': Var('chromium_git') + '/chromiumos/platform2/system_api.git' + '@' + 'd12f867f0ffd7dd88f86441fc622752e2691864e',
+      'url': Var('chromium_git') + '/chromiumos/platform2/system_api.git' + '@' + '2813016123fc324d0c7b68f04ff4d436c25ee868',
       'condition': 'checkout_linux',
   },