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