Otabek Kasimov | 832d916 | 2020-07-27 19:24:57 -0700 | [diff] [blame] | 1 | # Copyright (c) 2020 The Chromium OS Authors. All rights reserved. |
2 | # Use of this source code is governed by a BSD-style license that can be | ||||
3 | # found in the LICENSE file. | ||||
4 | |||||
5 | # Device is not fixable due issues with hardware and has to be replaced | ||||
6 | DEVICE_STATE_NEEDS_REPLACEMENT = 'needs_replacement' | ||||
7 | # Device required manual attention to be fixed | ||||
8 | DEVICE_STATE_NEEDS_MANUAL_REPAIR = 'needs_manual_repair' |