]> git.proxmox.com Git - mirror_edk2.git/blob - MdePkg/Library/BaseStackCheckLib/BaseStackCheckLib.inf
MdePkg BaseStackCheckLib: Correct style of file header
[mirror_edk2.git] / MdePkg / Library / BaseStackCheckLib / BaseStackCheckLib.inf
1 ## @file
2 # Stack Check Library
3 #
4 # Stack Check Library
5 #
6 # Copyright (c) 2014, ARM Ltd. All rights reserved.<BR>
7 #
8 # This program and the accompanying materials
9 # are licensed and made available under the terms and conditions of the BSD License
10 # which accompanies this distribution. The full text of the license may be found at
11 # http://opensource.org/licenses/bsd-license.php.
12 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
13 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
14 #
15 #
16 ##
17
18 [Defines]
19 INF_VERSION = 0x00010005
20 BASE_NAME = BaseStackCheckLib
21 MODULE_UNI_FILE = BaseStackCheckLib.uni
22 FILE_GUID = 5f6579f7-b648-4fdb-9f19-4c17e27e8eff
23 MODULE_TYPE = BASE
24 VERSION_STRING = 1.0
25 LIBRARY_CLASS = NULL
26
27
28 #
29 # VALID_ARCHITECTURES = ARM AARCH64
30 #
31
32 [Sources]
33 BaseStackCheckGcc.c | GCC
34 BaseStackCheckGcc.c | RVCT
35 BaseStackCheckNull.c | MSFT
36
37 [Packages]
38 MdePkg/MdePkg.dec
39
40 [LibraryClasses]
41 BaseLib
42 DebugLib
43
44 [FixedPcd]
45 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask ## CONSUMES