From 77035d43f6ec45c9317bcbbb7c9245d83c05d4e7 Mon Sep 17 00:00:00 2001 From: parvathika <131966254+parvathika@users.noreply.github.com> Date: Mon, 2 Sep 2024 18:53:48 +0530 Subject: [PATCH] Create Module.h --- Tests/mocks/thunder/Module.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Tests/mocks/thunder/Module.h diff --git a/Tests/mocks/thunder/Module.h b/Tests/mocks/thunder/Module.h new file mode 100644 index 0000000..289d820 --- /dev/null +++ b/Tests/mocks/thunder/Module.h @@ -0,0 +1,8 @@ +#pragma once + +#ifndef MODULE_NAME +#define MODULE_NAME RdkServicesL1Test +#endif + +#include +#include