]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseStackCheckLib/BaseStackCheckLib.inf
MdePkg: Introduced BaseStackCheckLib (cont.)
[mirror_edk2.git] / MdePkg / Library / BaseStackCheckLib / BaseStackCheckLib.inf
diff --git a/MdePkg/Library/BaseStackCheckLib/BaseStackCheckLib.inf b/MdePkg/Library/BaseStackCheckLib/BaseStackCheckLib.inf
new file mode 100644 (file)
index 0000000..3304284
--- /dev/null
@@ -0,0 +1,42 @@
+## @file\r
+#  Stack Check Library\r
+#\r
+#  Copyright (c) 2014, ARM Ltd. All rights reserved.<BR>\r
+#\r
+#  This program and the accompanying materials\r
+#  are licensed and made available under the terms and conditions of the BSD License\r
+#  which accompanies this distribution. The full text of the license may be found at\r
+#  http://opensource.org/licenses/bsd-license.php.\r
+#  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
+#  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+#\r
+#\r
+##\r
+\r
+[Defines]\r
+  INF_VERSION                    = 0x00010005\r
+  BASE_NAME                      = BaseStackCheckLib\r
+  FILE_GUID                      = 5f6579f7-b648-4fdb-9f19-4c17e27e8eff\r
+  MODULE_TYPE                    = BASE\r
+  VERSION_STRING                 = 1.0\r
+  LIBRARY_CLASS                  = NULL\r
+\r
+\r
+#\r
+#  VALID_ARCHITECTURES           = ARM AARCH64\r
+#\r
+\r
+[Sources]\r
+  BaseStackCheckGcc.c | GCC\r
+  BaseStackCheckGcc.c | RVCT\r
+\r
+[Packages]\r
+  MdePkg/MdePkg.dec\r
+\r
+[LibraryClasses]\r
+  BaseLib\r
+  DebugLib\r
+\r
+[FixedPcd]\r
+  gEfiMdePkgTokenSpaceGuid.PcdBaseStackCanary\r
+  gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask\r