2020-01-30 16:36:05 +08:00
|
|
|
/*
|
2021-05-17 02:51:16 +08:00
|
|
|
* Copyright (C) 2021 Intel Corporation
|
2020-01-30 16:36:05 +08:00
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: MIT
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
2021-01-21 20:10:13 +08:00
|
|
|
#include "shared/test/common/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
|