summaryrefslogtreecommitdiff
path: root/UnitTestFrameworkPkg/Library/SubhookLib
diff options
context:
space:
mode:
Diffstat (limited to 'UnitTestFrameworkPkg/Library/SubhookLib')
-rw-r--r--UnitTestFrameworkPkg/Library/SubhookLib/SubhookLib.inf62
-rw-r--r--UnitTestFrameworkPkg/Library/SubhookLib/SubhookLib.uni22
2 files changed, 42 insertions, 42 deletions
diff --git a/UnitTestFrameworkPkg/Library/SubhookLib/SubhookLib.inf b/UnitTestFrameworkPkg/Library/SubhookLib/SubhookLib.inf
index a67be890d8..b6d2f6f93c 100644
--- a/UnitTestFrameworkPkg/Library/SubhookLib/SubhookLib.inf
+++ b/UnitTestFrameworkPkg/Library/SubhookLib/SubhookLib.inf
@@ -1,31 +1,31 @@
-## @file
-# This module provides Subhook Library implementation.
-#
-# Copyright (c) 2022, Intel Corporation. All rights reserved.<BR>
-# SPDX-License-Identifier: BSD-2-Clause-Patent
-#
-##
-
-[Defines]
- INF_VERSION = 0x00010018
- BASE_NAME = SubhookLib
- MODULE_UNI_FILE = SubhookLib.uni
- FILE_GUID = 70E03378-E140-46A8-8E65-7719DA14A240
- MODULE_TYPE = HOST_APPLICATION
- VERSION_STRING = 0.1
- LIBRARY_CLASS = SubhookLib
-
-#
-# VALID_ARCHITECTURES = IA32 X64
-#
-
-[Sources]
- subhook/subhook.c
-
-[Packages]
- UnitTestFrameworkPkg/UnitTestFrameworkPkg.dec
-
-[BuildOptions]
- MSFT:*_*_*_CC_FLAGS == /c /EHsc /Zi /DSUBHOOK_STATIC /Od
- GCC:*_*_IA32_CC_FLAGS == -g -c -O0 -m32
- GCC:*_*_X64_CC_FLAGS == -g -c -O0 -m64
+## @file
+# This module provides Subhook Library implementation.
+#
+# Copyright (c) 2022, Intel Corporation. All rights reserved.<BR>
+# SPDX-License-Identifier: BSD-2-Clause-Patent
+#
+##
+
+[Defines]
+ INF_VERSION = 0x00010018
+ BASE_NAME = SubhookLib
+ MODULE_UNI_FILE = SubhookLib.uni
+ FILE_GUID = 70E03378-E140-46A8-8E65-7719DA14A240
+ MODULE_TYPE = HOST_APPLICATION
+ VERSION_STRING = 0.1
+ LIBRARY_CLASS = SubhookLib
+
+#
+# VALID_ARCHITECTURES = IA32 X64
+#
+
+[Sources]
+ subhook/subhook.c
+
+[Packages]
+ UnitTestFrameworkPkg/UnitTestFrameworkPkg.dec
+
+[BuildOptions]
+ MSFT:*_*_*_CC_FLAGS == /c /EHsc /Zi /DSUBHOOK_STATIC /Od
+ GCC:*_*_IA32_CC_FLAGS == -g -c -O0 -m32
+ GCC:*_*_X64_CC_FLAGS == -g -c -O0 -m64
diff --git a/UnitTestFrameworkPkg/Library/SubhookLib/SubhookLib.uni b/UnitTestFrameworkPkg/Library/SubhookLib/SubhookLib.uni
index eb61f03404..f8a222537f 100644
--- a/UnitTestFrameworkPkg/Library/SubhookLib/SubhookLib.uni
+++ b/UnitTestFrameworkPkg/Library/SubhookLib/SubhookLib.uni
@@ -1,11 +1,11 @@
-// /** @file
-// This module provides Subhook Library implementation.
-//
-// Copyright (c) 2022, Intel Corporation. All rights reserved.<BR>
-// SPDX-License-Identifier: BSD-2-Clause-Patent
-//
-// **/
-
-#string STR_MODULE_ABSTRACT #language en-US "Subhook Library implementation"
-
-#string STR_MODULE_DESCRIPTION #language en-US "This module provides Subhook Library implementation."
+// /** @file
+// This module provides Subhook Library implementation.
+//
+// Copyright (c) 2022, Intel Corporation. All rights reserved.<BR>
+// SPDX-License-Identifier: BSD-2-Clause-Patent
+//
+// **/
+
+#string STR_MODULE_ABSTRACT #language en-US "Subhook Library implementation"
+
+#string STR_MODULE_DESCRIPTION #language en-US "This module provides Subhook Library implementation."