]> git.proxmox.com Git - mirror_edk2.git/blame - InOsEmuPkg/EmuSnpDxe/EmuSnpDxe.inf
Clarify the requirements for the Destination parameter of UnicodeStrToAsciiStr.
[mirror_edk2.git] / InOsEmuPkg / EmuSnpDxe / EmuSnpDxe.inf
CommitLineData
572287f8 1#/** @file\r
2# Component name for module EmuSnpDxe\r
3#\r
4# Copyright (c) 2010, Apple, Inc. All rights reserved.<BR>\r
5#\r
6# This program and the accompanying materials\r
7# are licensed and made available under the terms and conditions of the BSD License\r
8# which accompanies this distribution. The full text of the license may be found at\r
9# http://opensource.org/licenses/bsd-license.php\r
10#\r
11# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13#\r
14#**/\r
15\r
16[Defines]\r
17 INF_VERSION = 0x00010005\r
18 BASE_NAME = EmuSnpDxe\r
19 FILE_GUID = 22597239-6107-DF44-AD3F-5F053E92222E\r
20 MODULE_TYPE = UEFI_DRIVER\r
21 VERSION_STRING = 1.0\r
22 EDK_RELEASE_VERSION = 0x00020000\r
23 EFI_SPECIFICATION_VERSION = 0x00020000\r
24\r
25 ENTRY_POINT = InitializeEmuSnpDriver\r
26# UNLOAD_IMAGE = EmuSnpUnload\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 IPF EBC\r
31#\r
32\r
33[Sources.common]\r
34 ComponentName.c\r
35 EmuSnpDxe.c\r
36\r
37[Packages]\r
38 MdePkg/MdePkg.dec\r
39 MdeModulePkg/MdeModulePkg.dec\r
40 InOsEmuPkg/InOsEmuPkg.dec\r
41\r
42[LibraryClasses]\r
43 DevicePathLib\r
44 UefiLib\r
45 UefiBootServicesTableLib\r
46 BaseMemoryLib\r
47 DebugLib\r
48 UefiDriverEntryPoint\r
49 NetLib\r
50\r
51[Protocols]\r
52 gEfiSimpleNetworkProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
53 gEfiDevicePathProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
54 gEmuSnpProtocolGuid\r
55 gEmuIoThunkProtocolGuid\r
56\r
57\r