blob: 63910d9bf716f11ae302414f45a70031eab2f273 [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::kCheckEnrollment[] = "check_enrollment";
const char Crossystem::kNvramCleared[] = "nvram_cleared";
const char Crossystem::kMainfwType[] = "mainfw_type";
const char Crossystem::kMainfwTypeNonchrome[] = "nonchrome";
const char Crossystem::kClearTpmOwnerRequest[] = "clear_tpm_owner_request";