]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
MdePkg UefiDevicePathLib: Validate before touch input buffer.
[mirror_edk2.git] / MdePkg / Library / DxeServicesLib / DxeServicesLib.inf
CommitLineData
6bfbb5f0 1## @file\r
c92c1790
LG
2# DXE Services Library instance provides functions that simplify the development of DXE Drivers.\r
3#\r
b75a165d 4# DXE Services Library provides access data from sections of FFS files based on FV protocol.\r
84716614
LG
5# It also provides access file based on file path from a firmware volume, \r
6# from a file system interface, or from the load file interface.\r
1c280088 7#\r
c92c1790 8# Copyright (c) 2007 - 2014, Intel Corporation. All rights reserved.<BR>\r
1c280088 9#\r
19388d29 10# This program and the accompanying materials\r
1c280088 11# are licensed and made available under the terms and conditions of the BSD License\r
12# which accompanies this distribution. The full text of the license may be found at\r
2fc59a00 13# http://opensource.org/licenses/bsd-license.php.\r
1c280088 14# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
15# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
16#\r
17#\r
6bfbb5f0 18##\r
1c280088 19\r
20[Defines]\r
21 INF_VERSION = 0x00010005\r
eb9dd4d0 22 BASE_NAME = DxeServicesLib\r
c92c1790 23 MODULE_UNI_FILE = DxeServicesLib.uni\r
1c280088 24 FILE_GUID = EE680C58-FFC0-4a5d-858F-66FF9C84BC9F\r
25 MODULE_TYPE = DXE_DRIVER\r
26 VERSION_STRING = 1.0\r
682cee4c 27 LIBRARY_CLASS = DxeServicesLib|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER SMM_CORE UEFI_APPLICATION UEFI_DRIVER\r
1c280088 28\r
29#\r
30# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
31#\r
32\r
6bfbb5f0 33[Sources]\r
eb9dd4d0 34 DxeServicesLib.c\r
1c280088 35\r
36[Packages]\r
37 MdePkg/MdePkg.dec\r
38\r
39\r
40[LibraryClasses]\r
41 MemoryAllocationLib\r
42 DebugLib\r
84716614
LG
43 DevicePathLib\r
44 UefiLib\r
8cf43dd7 45 UefiBootServicesTableLib\r
1c280088 46\r
84716614 47[Guids]\r
c92c1790 48 gEfiFileInfoGuid ## SOMETIMES_CONSUMES ## UNDEFINED\r
84716614 49\r
1c280088 50[Protocols]\r
c92c1790
LG
51 gEfiFirmwareVolume2ProtocolGuid ## SOMETIMES_CONSUMES\r
52 gEfiLoadedImageProtocolGuid ## SOMETIMES_CONSUMES\r
53 gEfiLoadFileProtocolGuid ## SOMETIMES_CONSUMES\r
54 gEfiLoadFile2ProtocolGuid ## SOMETIMES_CONSUMES \r
55 gEfiSimpleFileSystemProtocolGuid ## SOMETIMES_CONSUMES \r
56\r