]> git.proxmox.com Git - mirror_edk2.git/blame - OvmfPkg/BlockMmioToBlockIoDxe/BlockIo.inf
Update the copyright notice format
[mirror_edk2.git] / OvmfPkg / BlockMmioToBlockIoDxe / BlockIo.inf
CommitLineData
efd82c57 1## @file\r
2# The driver wrappers BlockMmio protocol instances to produce\r
3# Block I/O Protocol instances.\r
4#\r
56d7640a 5# Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
efd82c57 6#\r
56d7640a 7# This program and the accompanying materials\r
efd82c57 8# are licensed and made available under the terms and conditions of the BSD License\r
9# which accompanies this distribution. The full text of the license may be found at\r
10# http://opensource.org/licenses/bsd-license.php\r
11#\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
15#\r
16##\r
17\r
18[Defines]\r
19 INF_VERSION = 0x00010005\r
20 BASE_NAME = BlockMmioToBlockIoDxe\r
21 FILE_GUID = 33cb97af-6c33-4c42-986b-07581fa366d4\r
22 MODULE_TYPE = UEFI_DRIVER\r
23 VERSION_STRING = 1.0\r
24 ENTRY_POINT = BlockMmioToBlockIoEntryPoint\r
25\r
26#\r
27# The following information is for reference only and not required by the build tools.\r
28#\r
29# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
30#\r
31\r
32[Sources]\r
33 BlockIo.c\r
34 ComponentName.c\r
35\r
36[Packages]\r
37 MdePkg/MdePkg.dec\r
38 OvmfPkg/OvmfPkg.dec\r
39\r
40[LibraryClasses]\r
41 BaseLib\r
42 BaseMemoryLib\r
43 DebugLib\r
44 DevicePathLib\r
45 MemoryAllocationLib\r
46 UefiBootServicesTableLib\r
47 UefiDriverEntryPoint\r
48 UefiLib\r
49\r
50[Protocols]\r
51 gBlockMmioProtocolGuid ## TO_START\r
52 gEfiCpuIo2ProtocolGuid ## TO_START\r
53 gEfiDevicePathProtocolGuid ## TO_START\r
54 gEfiBlockIoProtocolGuid ## BY_START\r
55\r