0c18794e |
1 | ## @file\r |
2 | # The library instance provides security service of deferring image load.\r |
3 | #\r |
4 | # Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR>\r |
5 | # This program and the accompanying materials\r |
6 | # are licensed and made available under the terms and conditions of the BSD License\r |
7 | # which accompanies this distribution. The full text of the license may be found at\r |
8 | # http://opensource.org/licenses/bsd-license.php\r |
9 | # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r |
10 | # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r |
11 | #\r |
12 | ##\r |
13 | \r |
14 | [Defines]\r |
15 | INF_VERSION = 0x00010005\r |
16 | BASE_NAME = DxeDeferImageLoadLib \r |
17 | FILE_GUID = 5E2FAE1F-41DA-4fbd-BC81-603CE5CD8497\r |
18 | MODULE_TYPE = DXE_DRIVER\r |
19 | VERSION_STRING = 1.0\r |
20 | LIBRARY_CLASS = NULL|DXE_DRIVER UEFI_DRIVER DXE_RUNTIME_DRIVER UEFI_APPLICATION\r |
21 | CONSTRUCTOR = DxeDeferImageLoadLibConstructor\r |
22 | \r |
23 | #\r |
24 | # The following information is for reference only and not required by the build tools.\r |
25 | #\r |
26 | # VALID_ARCHITECTURES = IA32 X64 EBC\r |
27 | #\r |
28 | \r |
29 | [Sources]\r |
30 | DxeDeferImageLoadLib.c\r |
31 | DxeDeferImageLoadLib.h\r |
32 | \r |
33 | [Packages]\r |
34 | MdePkg/MdePkg.dec\r |
35 | MdeModulePkg/MdeModulePkg.dec\r |
36 | SecurityPkg/SecurityPkg.dec\r |
37 | \r |
38 | [LibraryClasses]\r |
39 | UefiRuntimeServicesTableLib\r |
40 | UefiBootServicesTableLib\r |
41 | SecurityManagementLib\r |
42 | MemoryAllocationLib\r |
43 | DevicePathLib\r |
44 | BaseMemoryLib\r |
45 | PrintLib\r |
46 | DebugLib \r |
47 | UefiLib\r |
48 | PcdLib \r |
49 | \r |
50 | [Protocols]\r |
51 | gEfiFirmwareVolume2ProtocolGuid\r |
52 | gEfiBlockIoProtocolGuid\r |
53 | gEfiSimpleFileSystemProtocolGuid\r |
54 | gEfiUserManagerProtocolGuid\r |
55 | gEfiDeferredImageLoadProtocolGuid\r |
56 | gEfiDevicePathToTextProtocolGuid\r |
57 | \r |
58 | [Guids]\r |
59 | gEfiGlobalVariableGuid\r |
60 | \r |
61 | [Pcd]\r |
62 | gEfiSecurityPkgTokenSpaceGuid.PcdDeferImageLoadPolicy\r |