]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFrameworkModulePkg/Universal/LegacyRegionDxe/LegacyRegionDxe.inf
Update the copyright notice format
[mirror_edk2.git] / IntelFrameworkModulePkg / Universal / LegacyRegionDxe / LegacyRegionDxe.inf
CommitLineData
6bfbb5f0 1## @file\r
78d6366d 2# Produces the Legacy Region Protocol.\r
3#\r
4# This generic implementation of the Legacy Region Protocol does not actually \r
5# perform any lock/unlock operations. This module may be used on platforms \r
6# that do not provide HW locking of the legacy memory regions. It can also \r
7# be used as a template driver for implementing the Legacy Region Protocol on\r
8# a platform that does support HW locking of the legacy memory regions.\r
9#\r
180a5a35
HT
10# Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR>\r
11# This program and the accompanying materials\r
78d6366d 12# are licensed and made available under the terms and conditions of the BSD License\r
13# which accompanies this distribution. The full text of the license may be found at\r
14# http://opensource.org/licenses/bsd-license.php\r
15# \r
16# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
17# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
18#\r
6bfbb5f0 19##\r
78d6366d 20\r
21[Defines]\r
22 INF_VERSION = 0x00010005\r
23 BASE_NAME = LegacyRegionDxe\r
24 FILE_GUID = 8C439043-85CA-467a-96F1-CB14F4D0DCDA\r
25 MODULE_TYPE = DXE_DRIVER\r
26 VERSION_STRING = 1.0\r
27 ENTRY_POINT = LegacyRegionInstall\r
28\r
29#\r
30# The following information is for reference only and not required by the build tools.\r
31#\r
32# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
33#\r
34\r
35[Sources]\r
36 LegacyRegion.c\r
37\r
38[Packages]\r
39 MdePkg/MdePkg.dec\r
40 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
41\r
42[LibraryClasses]\r
43 UefiDriverEntryPoint\r
44 DebugLib\r
45 UefiBootServicesTableLib\r
46\r
47[Protocols]\r
48 gEfiLegacyRegionProtocolGuid ## PRODUCES\r
49\r
50[Depex]\r
51 TRUE\r