Jay Srinivasan | 1c0fe79 | 2013-03-28 16:45:25 -0700 | [diff] [blame] | 1 | // Copyright (c) 2013 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 | #ifndef CHROMEOS_PLATFORM_UPDATE_ENGINE_CONSTANTS_H |
| 6 | #define CHROMEOS_PLATFORM_UPDATE_ENGINE_CONSTANTS_H |
| 7 | |
| 8 | namespace chromeos_update_engine { |
| 9 | |
| 10 | // The name of the marker file used to trigger powerwash when post-install |
| 11 | // completes successfully so that the device is powerwashed on next reboot. |
| 12 | extern const char kPowerwashMarkerFile[]; |
| 13 | |
| 14 | // The contents of the powerwash marker file. |
| 15 | extern const char kPowerwashCommand[]; |
| 16 | |
| 17 | } // namespace chromeos_update_engine |
| 18 | |
| 19 | #endif // CHROMEOS_PLATFORM_UPDATE_ENGINE_CONSTANTS_H |