mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 14:55:24 +08:00
refactor: add mock_aubstream
Signed-off-by: Artur Harasimiuk <artur.harasimiuk@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
4aa7c6c99e
commit
cbc868c4ed
22
shared/source/aub_stream_stubs/aub_stream_stubs.cpp
Normal file
22
shared/source/aub_stream_stubs/aub_stream_stubs.cpp
Normal file
@@ -0,0 +1,22 @@
|
||||
/*
|
||||
* Copyright (C) 2018-2024 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*
|
||||
*/
|
||||
|
||||
#include "aubstream/aubstream.h"
|
||||
|
||||
#include <limits>
|
||||
|
||||
namespace aub_stream {
|
||||
|
||||
extern "C" {
|
||||
void injectMMIOList(MMIOList mmioList){};
|
||||
void setTbxServerPort(uint16_t port){};
|
||||
void setTbxServerIp(std::string server){};
|
||||
void setTbxFrontdoorMode(bool frontdoor){};
|
||||
void setAubStreamCaller(uint32_t caller){};
|
||||
}
|
||||
|
||||
} // namespace aub_stream
|
||||
Reference in New Issue
Block a user