summaryrefslogtreecommitdiffstats
path: root/UnitTestFrameworkPkg/Include
diff options
context:
space:
mode:
Diffstat (limited to 'UnitTestFrameworkPkg/Include')
-rw-r--r--UnitTestFrameworkPkg/Include/Library/SubhookLib.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/UnitTestFrameworkPkg/Include/Library/SubhookLib.h b/UnitTestFrameworkPkg/Include/Library/SubhookLib.h
new file mode 100644
index 0000000000..46783adfcc
--- /dev/null
+++ b/UnitTestFrameworkPkg/Include/Library/SubhookLib.h
@@ -0,0 +1,15 @@
+/** @file
+ SubhookLib class with APIs from the subhook project
+
+ Copyright (c) 2022, Intel Corporation. All rights reserved.<BR>
+ SPDX-License-Identifier: BSD-2-Clause-Patent
+
+**/
+
+#ifndef SUBHOOK_LIB_H_
+#define SUBHOOK_LIB_H_
+
+#define SUBHOOK_STATIC
+#include <subhook.h>
+
+#endif