]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/SmmMemoryAllocationLib/SmmMemoryAllocationLib.inf
Update the copyright notice format
[mirror_edk2.git] / MdePkg / Library / SmmMemoryAllocationLib / SmmMemoryAllocationLib.inf
CommitLineData
6bfbb5f0 1## @file\r
c819c016 2# Instance of Memory Allocation Library using SMM Services Table.\r
3#\r
4# Memory Allocation Library that uses services from the SMM Services Table to \r
5# allocate and free memory.\r
6#\r
19388d29 7# Copyright (c) 2010, Intel Corporation. All rights reserved.<BR>\r
c819c016 8# This program and the accompanying materials\r
9# are licensed and made available under the terms and conditions of the BSD License\r
10# which accompanies this distribution. The full text of the license may be found at\r
11# http://opensource.org/licenses/bsd-license.php\r
12# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
13# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
14#\r
6bfbb5f0 15##\r
c819c016 16\r
17[Defines]\r
18 INF_VERSION = 0x00010005\r
19 BASE_NAME = SmmMemoryAllocationLib\r
20 FILE_GUID = 4DF30A5D-D5B0-4f85-80ED-6B16CD343C8E\r
21 MODULE_TYPE = DXE_SMM_DRIVER\r
22 VERSION_STRING = 1.0\r
23 PI_SPECIFICATION_VERSION = 0x0001000A\r
24 LIBRARY_CLASS = MemoryAllocationLib|DXE_SMM_DRIVER \r
25\r
26#\r
27# VALID_ARCHITECTURES = IA32 X64\r
28#\r
29\r
30[Sources]\r
31 MemoryAllocationLib.c\r
32\r
33[Packages]\r
34 MdePkg/MdePkg.dec\r
35\r
36[LibraryClasses]\r
37 DebugLib\r
38 BaseMemoryLib\r
39 SmmServicesTableLib\r