2020-01-30 16:36:05 +08:00
|
|
|
/*
|
|
|
|
* Copyright (C) 2020 Intel Corporation
|
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: MIT
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
2020-03-23 17:23:43 +08:00
|
|
|
#include "shared/test/unit_test/helpers/default_hw_info.h"
|
2020-01-30 16:36:05 +08:00
|
|
|
|
|
|
|
namespace NEO {
|
|
|
|
|
2020-03-23 17:23:43 +08:00
|
|
|
std::unique_ptr<HardwareInfo> defaultHwInfo;
|
2020-01-30 16:36:05 +08:00
|
|
|
} // namespace NEO
|