blob: c433fd006520aeaf6d98ab9bf7fdb7a8ff3b1f57 [file] [log] [blame]
// Copyright 2016 The Chromium OS Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "login_manager/crossystem.h"
#include <vboot/crossystem.h>
static_assert(Crossystem::kVbMaxStringProperty == VB_MAX_STRING_PROPERTY,
"VB_MAX_STRING_PROPERTY got out of sync!");
const char Crossystem::kBlockDevmode[] = "block_devmode";
const char Crossystem::kNvramCleared[] = "nvram_cleared";
const char Crossystem::kMainfwType[] = "mainfw_type";
const char Crossystem::kMainfwTypeNonchrome[] = "nonchrome";