refactor: add mock_aubstream

Signed-off-by: Artur Harasimiuk <artur.harasimiuk@intel.com>
This commit is contained in:
Artur Harasimiuk
2024-04-25 13:47:06 +00:00
committed by Compute-Runtime-Automation
parent 4aa7c6c99e
commit cbc868c4ed
22 changed files with 102 additions and 48 deletions

View 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