]> git.proxmox.com Git - mirror_edk2.git/blame - InOsEmuPkg/EmuBlockIoDxe/EmuBlockIoDxe.inf
Clarify the requirements for the Destination parameter of UnicodeStrToAsciiStr.
[mirror_edk2.git] / InOsEmuPkg / EmuBlockIoDxe / EmuBlockIoDxe.inf
CommitLineData
d59326d3 1## @file\r
2# Block Io driver\r
3#\r
4# Produce block IO abstractions for real devices on your PC using Unix APIs.\r
5# The configuration of what devices to mount or emulate comes from\r
6# environment variables.\r
7# Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
8#\r
9# This program and the accompanying materials\r
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\r
19[Defines]\r
20 INF_VERSION = 0x00010005\r
21 BASE_NAME = EmuBlockIo\r
22 FILE_GUID = C6760651-A38D-5F4F-AEAF-F6661549DF75\r
23 MODULE_TYPE = UEFI_DRIVER\r
24 VERSION_STRING = 1.0\r
25\r
26 ENTRY_POINT = InitializeEmuBlockIo\r
27\r
28#\r
29# The following information is for reference only and not required by the build tools.\r
30#\r
31# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
32#\r
33# DRIVER_BINDING = gUnixBlockIoDriverBinding \r
34# COMPONENT_NAME = gUnixBlockIoComponentName \r
35# DRIVER_DIAG = gUnixBlockIoDriverDiagnostics \r
36#\r
37\r
38[Sources]\r
39 DriverDiagnostics.c\r
40 DriverConfiguration.c\r
41 ComponentName.c\r
42 EmuBlockIo.c\r
43 EmuBlockIo.h\r
44\r
45\r
46[Packages]\r
47 MdePkg/MdePkg.dec\r
48 InOsEmuPkg/InOsEmuPkg.dec\r
49\r
50[LibraryClasses]\r
51 UefiBootServicesTableLib\r
52 MemoryAllocationLib\r
53 BaseMemoryLib\r
54 UefiLib\r
55 UefiDriverEntryPoint\r
56 BaseLib\r
57 DebugLib\r
58\r
59\r
60[Guids]\r
61 gEmuPhysicalDisksGuid # SOMETIMES_CONSUMED\r
62 gEmuVirtualDisksGuid # ALWAYS_CONSUMED\r
63\r
64\r
65[Protocols]\r
66 gEfiBlockIoProtocolGuid # PROTOCOL BY_START\r
67 gEfiBlockIo2ProtocolGuid # PROTOCOL BY_START\r
68 gEmuIoThunkProtocolGuid # PROTOCOL TO_START\r
033d0e5f 69 gEmuBlockIoProtocolGuid # PROTOCOL BY_START\r