]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/PlatformDriverOverride/PlatOverMngr/PlatOverMngr.inf
Remove some useless EDK_RELEASE_VERSION, EFI_SPECIFICATION_VERSION ,and review VALID_...
[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
912004c0 22 MODULE_TYPE = UEFI_APPLICATION\r
a6f164a7 23 VERSION_STRING = 1.0\r
a6f164a7 24 ENTRY_POINT = PlatOverMngrInit\r
25\r
26#\r
27# The following information is for reference only and not required by the build tools.\r
28#\r
29# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
30#\r
31\r
32[Sources.common]\r
33 VfrStrings.uni\r
34 Vfr.vfr\r
35 PlatOverMngr.c\r
36 PlatOverMngr.h\r
37\r
38\r
39[Packages]\r
40 MdePkg/MdePkg.dec\r
41 MdeModulePkg/MdeModulePkg.dec\r
42\r
43\r
44[LibraryClasses]\r
45 BaseLib\r
46 UefiBootServicesTableLib\r
912004c0 47 UefiApplicationEntryPoint\r
a6f164a7 48 UefiLib\r
49 DebugLib\r
50 PlatDriOverLib\r
51 IfrSupportLib\r
52 ExtendedIfrSupportLib\r
53 BaseMemoryLib\r
54 MemoryAllocationLib\r
55 HiiLib\r
56 ExtendedHiiLib\r
57 UefiRuntimeServicesTableLib\r
1232b214 58 DevicePathLib\r
59 \r
a6f164a7 60[Protocols]\r
61 gEfiLoadedImageProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
62 gEfiPciIoProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
63 gEfiBusSpecificDriverOverrideProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
64 gEfiComponentName2ProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
65 gEfiComponentNameProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
66 gEfiHiiConfigAccessProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
67 gEfiDevicePathToTextProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r