]> git.proxmox.com Git - mirror_edk2.git/blob - DuetPkg/AcpiResetDxe/Reset.inf
Update the copyright notice format
[mirror_edk2.git] / DuetPkg / AcpiResetDxe / Reset.inf
1 ## @file
2 # Component description file for AcpiResetDxe module.
3 #
4 # Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>
5 # This program and the accompanying materials
6 # are licensed and made available under the terms and conditions of the BSD License
7 # which accompanies this distribution. The full text of the license may be found at
8 # http://opensource.org/licenses/bsd-license.php
9 #
10 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
11 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
12 #
13 #
14 ##
15 [Defines]
16 INF_VERSION = 0x00010005
17 BASE_NAME = AcpiReset
18 FILE_GUID = 928EF6D4-72BC-4686-B57B-1EEB6ABD4F93
19 MODULE_TYPE = DXE_RUNTIME_DRIVER
20 VERSION_STRING = 1.0
21 ENTRY_POINT = InitializeReset
22
23 [Packages]
24 MdePkg/MdePkg.dec
25 DuetPkg/DuetPkg.dec
26
27 [LibraryClasses]
28 DebugLib
29 UefiBootServicesTableLib
30 UefiDriverEntryPoint
31 IoLib
32 PciLib
33 HobLib
34 BaseLib
35 BaseMemoryLib
36
37 [Sources]
38 Reset.c
39
40 [Protocols]
41 gEfiResetArchProtocolGuid
42
43 [Guids]
44 gEfiAcpiDescriptionGuid
45
46 [Depex]
47 TRUE