diff --git a/shared/source/os_interface/linux/CMakeLists.txt b/shared/source/os_interface/linux/CMakeLists.txt index 6261bac731..fbd3bdb290 100644 --- a/shared/source/os_interface/linux/CMakeLists.txt +++ b/shared/source/os_interface/linux/CMakeLists.txt @@ -104,7 +104,7 @@ if(SUPPORT_MTL_AND_LATER) endif() if(SUPPORT_PVC_AND_LATER) - list(APPEND NEO_CORE_OS_INTERFACE_LINUX ${CMAKE_CURRENT_SOURCE_DIR}/hw_info_config_xe_hpc_and_later.inl) + list(APPEND NEO_CORE_OS_INTERFACE_LINUX ${CMAKE_CURRENT_SOURCE_DIR}/product_helper_xe_hpc_and_later.inl) endif() if(DISABLE_WDDM_LINUX) diff --git a/shared/source/os_interface/linux/hw_info_config_xe_hpc_and_later.inl b/shared/source/os_interface/linux/product_helper_xe_hpc_and_later.inl similarity index 100% rename from shared/source/os_interface/linux/hw_info_config_xe_hpc_and_later.inl rename to shared/source/os_interface/linux/product_helper_xe_hpc_and_later.inl diff --git a/shared/source/xe_hpc_core/linux/hw_info_config_pvc.cpp b/shared/source/xe_hpc_core/linux/hw_info_config_pvc.cpp index 886f6bc063..08e91ceb26 100644 --- a/shared/source/xe_hpc_core/linux/hw_info_config_pvc.cpp +++ b/shared/source/xe_hpc_core/linux/hw_info_config_pvc.cpp @@ -30,7 +30,7 @@ const std::map> guidUuidOffsetMap = { // add new values for guid in the form of {"guid", {offset, size}} for each platform {"0x41fe79a5", {64u, 8u}}}; #include "shared/source/os_interface/linux/hw_info_config_uuid_xehp_and_later.inl" -#include "shared/source/os_interface/linux/hw_info_config_xe_hpc_and_later.inl" +#include "shared/source/os_interface/linux/product_helper_xe_hpc_and_later.inl" } // namespace NEO #include "shared/source/xe_hpc_core/os_agnostic_product_helper_xe_hpc_core.inl" #include "shared/source/xe_hpc_core/pvc/os_agnostic_product_helper_pvc.inl"