blob: 194ad95b96b5fd6dfc56027be06124e809fa6cdf [file] [log] [blame]
// Copyright 2016 The Fuchsia 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 "peridot/bin/ledger/app/constants.h"
#include <string>
#include <fuchsia/ledger/internal/cpp/fidl.h>
namespace ledger {
namespace {
const char kNullPageId[::fuchsia::ledger::kPageIdSize] = {};
} // namespace
// The zero-initialized root id.
constexpr fxl::StringView kRootPageId(kNullPageId,
::fuchsia::ledger::kPageIdSize);
} // namespace ledger