1/*
2 * Copyright (C) 2021 Intel Corporation
3 *
4 * SPDX-License-Identifier: MIT
5 *
6 */
7
8#include "shared/test/common/helpers/default_hw_info.h"
9
10namespace NEO {
11
12std::unique_ptr<HardwareInfo> defaultHwInfo;
13} // namespace NEO
14