// Copyright 2017 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. | |
#ifndef SRC_MODULAR_LIB_LEDGER_CLIENT_CONSTANTS_H_ | |
#define SRC_MODULAR_LIB_LEDGER_CLIENT_CONSTANTS_H_ | |
namespace modular { | |
inline constexpr char kLedgerAppUrl[] = "fuchsia-pkg://fuchsia.com/ledger#meta/ledger.cmx"; | |
} // namespace modular | |
#endif // SRC_MODULAR_LIB_LEDGER_CLIENT_CONSTANTS_H_ |