blob: c8e37932fedb3e95416b56e8bb0935c25fd3a73b [file] [log] [blame]
// Copyright 2019 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 LIB_VIRTUALIZATION_TESTING_GUEST_CID_H_
#define LIB_VIRTUALIZATION_TESTING_GUEST_CID_H_
namespace guest {
namespace testing {
// This is typically '3' in production for the first guest. Use some alternate
// value here to ensure we don't couple too tightly to that behavior.
static constexpr uint32_t kGuestCid = 1234;
} // namespace testing
} // namespace guest
#endif // LIB_VIRTUALIZATION_TESTING_GUEST_CID_H_