]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
MdePkg UefiDevicePathLib: Validate before touch input buffer.
[mirror_edk2.git] / MdePkg / Library / DxeServicesLib / DxeServicesLib.inf
... / ...
CommitLineData
1## @file\r
2# DXE Services Library instance provides functions that simplify the development of DXE Drivers.\r
3#\r
4# DXE Services Library provides access data from sections of FFS files based on FV protocol.\r
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
7#\r
8# Copyright (c) 2007 - 2014, Intel Corporation. All rights reserved.<BR>\r
9#\r
10# This program and the accompanying materials\r
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
13# http://opensource.org/licenses/bsd-license.php.\r
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
18##\r
19\r
20[Defines]\r
21 INF_VERSION = 0x00010005\r
22 BASE_NAME = DxeServicesLib\r
23 MODULE_UNI_FILE = DxeServicesLib.uni\r
24 FILE_GUID = EE680C58-FFC0-4a5d-858F-66FF9C84BC9F\r
25 MODULE_TYPE = DXE_DRIVER\r
26 VERSION_STRING = 1.0\r
27 LIBRARY_CLASS = DxeServicesLib|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER SMM_CORE UEFI_APPLICATION UEFI_DRIVER\r
28\r
29#\r
30# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
31#\r
32\r
33[Sources]\r
34 DxeServicesLib.c\r
35\r
36[Packages]\r
37 MdePkg/MdePkg.dec\r
38\r
39\r
40[LibraryClasses]\r
41 MemoryAllocationLib\r
42 DebugLib\r
43 DevicePathLib\r
44 UefiLib\r
45 UefiBootServicesTableLib\r
46\r
47[Guids]\r
48 gEfiFileInfoGuid ## SOMETIMES_CONSUMES ## UNDEFINED\r
49\r
50[Protocols]\r
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