Lei YU | 56aaf45 | 2018-06-21 16:09:44 +0800 | [diff] [blame^] | 1 | #include "item_updater_helper.hpp" |
| 2 | |
| 3 | namespace phosphor |
| 4 | { |
| 5 | namespace software |
| 6 | { |
| 7 | namespace updater |
| 8 | { |
| 9 | |
| 10 | void Helper::clearEntry(const std::string& entryId) |
| 11 | { |
| 12 | // Empty |
| 13 | } |
| 14 | |
| 15 | void Helper::cleanup() |
| 16 | { |
| 17 | // Empty |
| 18 | } |
| 19 | |
| 20 | void Helper::factoryReset() |
| 21 | { |
| 22 | // TODO |
| 23 | } |
| 24 | |
| 25 | void Helper::removeVersion(const std::string& versionId) |
| 26 | { |
| 27 | // Empty |
| 28 | } |
| 29 | |
| 30 | void Helper::updateUbootVersionId(const std::string& versionId) |
| 31 | { |
| 32 | // Empty |
| 33 | } |
| 34 | |
| 35 | void Helper::enableFieldMode() |
| 36 | { |
| 37 | // TODO |
| 38 | } |
| 39 | |
| 40 | void Helper::mirrorAlt() |
| 41 | { |
| 42 | // Empty |
| 43 | } |
| 44 | |
| 45 | } // namespace updater |
| 46 | } // namespace software |
| 47 | } // namespace phosphor |