refactor: rename enable product helper files

Related-To: NEO-7703
Signed-off-by: Kamil Kopryk <kamil.kopryk@intel.com>
This commit is contained in:
Kamil Kopryk
2023-03-10 11:05:55 +00:00
committed by Compute-Runtime-Automation
parent f5eb09e9ce
commit f8e17842ed
21 changed files with 2 additions and 2 deletions

View File

@@ -0,0 +1,16 @@
/*
* Copyright (C) 2021-2023 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#include "shared/source/gen11/hw_cmds_lkf.h"
#include "shared/source/os_interface/hw_info_config.h"
#include "shared/source/os_interface/product_helper_hw.h"
namespace NEO {
static EnableProductHelper<IGFX_LAKEFIELD> enableLKF;
} // namespace NEO