]> git.proxmox.com Git - mirror_edk2.git/blame - Vlv2TbltDevicePkg/PlatformInfoDxe/PlatformInfoDxe.inf
Vlv2TbltDevicePkg:Signal EndOfDxe Event.
[mirror_edk2.git] / Vlv2TbltDevicePkg / PlatformInfoDxe / PlatformInfoDxe.inf
CommitLineData
3cbfba02
DW
1#\r
2#\r
3# Copyright (c) 1999 - 2014, Intel Corporation. All rights reserved\r
4# \r\r
5# This program and the accompanying materials are licensed and made available under\r\r
6# the terms and conditions of the BSD License that accompanies this distribution. \r\r
7# The full text of the license may be found at \r\r
8# http://opensource.org/licenses/bsd-license.php. \r\r
9# \r\r
10# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r\r
11# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. \r\r
12# \r\r
13#\r
14#\r
15# Module Name:\r
16#\r
17# PlatformInfoDxe.inf\r
18#\r
19# Abstract:\r
20#\r
21#\r
22--*/\r
23\r
24\r
25[defines]\r
26 INF_VERSION = 0x00010005\r
27 BASE_NAME = PlatformInfoDxe\r
28 FILE_GUID = 025F738B-4EBD-4d55-B728-5F421B601F1F\r
29 MODULE_TYPE = DXE_DRIVER\r
30 VERSION_STRING = 1.0\r
31 ENTRY_POINT = PlatformInfoInit\r
32\r
33[sources]\r
34 PlatformInfoDxe.c\r
35 PlatformInfoDxe.h\r
36\r
37[Guids]\r
38 gEfiAcpiVariableGuid # ALWAYS_CONSUMED\r
39 gEfiPlatformInfoGuid # ALWAYS_CONSUMED\r
40 gEfiVlv2VariableGuid\r
41 gEfiNormalSetupGuid\r
42 gOsSelectionVariableGuid\r
43\r
44[Packages]\r
45 MdePkg/MdePkg.dec\r
46 MdeModulePkg/MdeModulePkg.dec\r
47 Vlv2TbltDevicePkg/PlatformPkg.dec\r
48 Vlv2DeviceRefCodePkg/Vlv2DeviceRefCodePkg.dec\r
49\r
50[LibraryClasses]\r
51 HobLib\r
52 UefiRuntimeServicesTableLib\r
53 UefiDriverEntryPoint\r
54 BaseMemoryLib\r
55\r
56[Depex]\r
57 gEfiVariableArchProtocolGuid AND gEfiVariableWriteArchProtocolGuid\r