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