]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/PlatformDriverOverride/PlatOverMngr/PlatOverMngr.inf
Minor update for PlatOverMngr driver, VariableFormat.h and DxePcdLib.c.
[mirror_edk2.git] / MdeModulePkg / Universal / PlatformDriverOverride / PlatOverMngr / PlatOverMngr.inf
CommitLineData
a6f164a7 1#/** @file\r
2# Component description file for PlatOverMngr driver\r
3#\r
4# FIX ME!\r
5# Copyright (c) 2007 - 2008, Intel Corporation. All rights reserved.\r
6#\r
7# All rights reserved. This program and the accompanying materials\r
8# are licensed and made available under the terms and conditions of the BSD License\r
9# which accompanies this distribution. The full text of the license may be found at\r
10# http://opensource.org/licenses/bsd-license.php\r
11#\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
16#**/\r
17\r
18[Defines]\r
19 INF_VERSION = 0x00010005\r
20 BASE_NAME = PlatOverMngr\r
21 FILE_GUID = 56D95BFE-F991-4898-B3BE-B8F37C927F48\r
71f36e0f 22 MODULE_TYPE = DXE_DRIVER\r
a6f164a7 23 VERSION_STRING = 1.0\r
24 EDK_RELEASE_VERSION = 0x00020000\r
25 EFI_SPECIFICATION_VERSION = 0x00020000\r
26\r
27 ENTRY_POINT = PlatOverMngrInit\r
28\r
29#\r
30# The following information is for reference only and not required by the build tools.\r
31#\r
32# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
33#\r
34\r
35[Sources.common]\r
36 VfrStrings.uni\r
37 Vfr.vfr\r
38 PlatOverMngr.c\r
39 PlatOverMngr.h\r
40\r
41\r
42[Packages]\r
43 MdePkg/MdePkg.dec\r
44 MdeModulePkg/MdeModulePkg.dec\r
45\r
46\r
47[LibraryClasses]\r
48 BaseLib\r
49 UefiBootServicesTableLib\r
71f36e0f 50 UefiDriverEntryPoint\r
a6f164a7 51 UefiLib\r
52 DebugLib\r
53 PlatDriOverLib\r
54 IfrSupportLib\r
55 ExtendedIfrSupportLib\r
56 BaseMemoryLib\r
57 MemoryAllocationLib\r
58 HiiLib\r
59 ExtendedHiiLib\r
60 UefiRuntimeServicesTableLib\r
61 DevicePathLib\r
62\r
63[Protocols]\r
64 gEfiLoadedImageProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
65 gEfiPciIoProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
66 gEfiBusSpecificDriverOverrideProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
67 gEfiComponentName2ProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
68 gEfiComponentNameProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
69 gEfiHiiConfigAccessProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
70 gEfiDevicePathToTextProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
71\r
72[Depex]\r
73 gEfiHiiDatabaseProtocolGuid\r