]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Library/PiSmmCoreMemoryAllocationLib/PiSmmCoreMemoryAllocationLib.inf
Update the copyright notice format
[mirror_edk2.git] / MdeModulePkg / Library / PiSmmCoreMemoryAllocationLib / PiSmmCoreMemoryAllocationLib.inf
CommitLineData
713b7781 1## @file\r
2# Memory Allocation Library instance dedicated to SMM Core.\r
3# The implementation borrows the SMM Core Memory Allocation services as the primitive\r
4# for memory allocation instead of using SMM System Table servces in an indirect way.\r
5# It is assumed that this library instance must be linked with SMM Cre in this package. \r
6#\r
cd5ebaa0 7# Copyright (c) 2010, Intel Corporation. All rights reserved.<BR>\r
713b7781 8#\r
cd5ebaa0 9# This program and the accompanying materials\r
713b7781 10# are licensed and made available under the terms and conditions of the BSD License\r
11# which accompanies this distribution. The full text of the license may be found at\r
12# http://opensource.org/licenses/bsd-license.php\r
13# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
14# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
15#\r
16##\r
17\r
18[Defines]\r
19 INF_VERSION = 0x00010005\r
20 BASE_NAME = PiSmmCoreMemoryAllocationLib\r
21 FILE_GUID = B618E089-9ABA-4d97-AE80-57B5BCCDA51D\r
22 MODULE_TYPE = SMM_CORE\r
23 VERSION_STRING = 1.0\r
24 PI_SPECIFICATION_VERSION = 0x0001000A\r
25 LIBRARY_CLASS = MemoryAllocationLib|SMM_CORE\r
26 \r
27#\r
28# The following information is for reference only and not required by the build tools.\r
29#\r
30# VALID_ARCHITECTURES = IA32 X64\r
31#\r
32\r
33[Sources]\r
34 MemoryAllocationLib.c\r
35 PiSmmCoreMemoryAllocationServices.h\r
36\r
37[Packages]\r
38 MdePkg/MdePkg.dec\r
39\r
40[LibraryClasses]\r
41 DebugLib\r
42 BaseMemoryLib\r