]> git.proxmox.com Git - mirror_edk2.git/blob - MdePkg/Library/SmmMemoryAllocationLib/SmmMemoryAllocationLib.inf
Update the copyright notice format
[mirror_edk2.git] / MdePkg / Library / SmmMemoryAllocationLib / SmmMemoryAllocationLib.inf
1 ## @file
2 # Instance of Memory Allocation Library using SMM Services Table.
3 #
4 # Memory Allocation Library that uses services from the SMM Services Table to
5 # allocate and free memory.
6 #
7 # Copyright (c) 2010, Intel Corporation. All rights reserved.<BR>
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 [Defines]
18 INF_VERSION = 0x00010005
19 BASE_NAME = SmmMemoryAllocationLib
20 FILE_GUID = 4DF30A5D-D5B0-4f85-80ED-6B16CD343C8E
21 MODULE_TYPE = DXE_SMM_DRIVER
22 VERSION_STRING = 1.0
23 PI_SPECIFICATION_VERSION = 0x0001000A
24 LIBRARY_CLASS = MemoryAllocationLib|DXE_SMM_DRIVER
25
26 #
27 # VALID_ARCHITECTURES = IA32 X64
28 #
29
30 [Sources]
31 MemoryAllocationLib.c
32
33 [Packages]
34 MdePkg/MdePkg.dec
35
36 [LibraryClasses]
37 DebugLib
38 BaseMemoryLib
39 SmmServicesTableLib