/* * Copyright (C) 2022 Intel Corporation * * SPDX-License-Identifier: MIT * */ #include "shared/test/common/helpers/mock_hw_info_config_hw.h" namespace NEO { constexpr static auto gfxProduct = IGFX_UNKNOWN; #include "shared/test/common/helpers/mock_hw_info_config_hw.inl" template struct MockHwInfoConfigHw; } // namespace NEO