]> git.proxmox.com Git - mirror_edk2.git/blame - EmulatorPkg/Library/DevicePathTextLib/DevicePathTextLib.inf
EmulatorPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / EmulatorPkg / Library / DevicePathTextLib / DevicePathTextLib.inf
CommitLineData
7e284acb 1## @file\r
2# Null DevicePathToText library.\r
3#\r
ba6037f8 4# Copyright (c) 2010 - 2018, Intel Corporation. All rights reserved.<BR>\r
7e284acb 5#\r
e3ba31da 6# SPDX-License-Identifier: BSD-2-Clause-Patent\r
7e284acb 7#\r
8##\r
9\r
10[Defines]\r
11 INF_VERSION = 0x00010005\r
12 BASE_NAME = DevicePathTextLib\r
13 FILE_GUID = DCD1F939-1732-CA4D-81B7-C757AEC84DBC\r
a0aab286 14 MODULE_TYPE = UEFI_DRIVER\r
7e284acb 15 VERSION_STRING = 1.0\r
ba6037f8 16 LIBRARY_CLASS = NULL|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER SMM_CORE\r
a0aab286 17 CONSTRUCTOR = DevicePathToTextLibConstructor\r
7e284acb 18\r
19#\r
20# The following information is for reference only and not required by the build tools.\r
21#\r
ba6037f8 22# VALID_ARCHITECTURES = IA32 X64 EBC\r
7e284acb 23#\r
24\r
25[Sources]\r
26 DevicePathTextLib.c\r
27\r
28[Packages]\r
29 MdePkg/MdePkg.dec\r
30 MdeModulePkg/MdeModulePkg.dec\r
bb89ec1a 31 EmulatorPkg/EmulatorPkg.dec\r
7e284acb 32\r
33[LibraryClasses]\r
a0aab286 34 BaseLib\r
35 DebugLib\r
36 DevicePathLib\r
7e284acb 37\r
38[Protocols]\r
39 gEmuThunkProtocolGuid\r
40 gEmuGraphicsWindowProtocolGuid\r
41 gEfiSimpleFileSystemProtocolGuid\r
42 gEmuBlockIoProtocolGuid\r
79e4f2a5 43 gEmuThreadThunkProtocolGuid\r