]> git.proxmox.com Git - mirror_edk2.git/blame - Vlv2TbltDevicePkg/PlatformCpuInfoDxe/PlatformCpuInfoDxe.inf
Vlv2TbltDevicePkg: Fix build failure issue after ECP cleanup
[mirror_edk2.git] / Vlv2TbltDevicePkg / PlatformCpuInfoDxe / PlatformCpuInfoDxe.inf
CommitLineData
46002a4a
ZS
1#/*++
2#
3# Copyright (c) 1999 - 2014, Intel Corporation. All rights reserved
4# \r
5# This program and the accompanying materials are licensed and made available under\r
6# the terms and conditions of the BSD License that accompanies this distribution.
7# The full text of the license may be found at \r
8# http://opensource.org/licenses/bsd-license.php. \r
9# \r
10# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
11# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. \r
12# \r
13
14#
15# Module Name:
16#
17# PlatformCpuInfoDxe.inf
18#
19# Abstract:
20#
21#
22--*/
23
24
25[Defines]
26 INF_VERSION = 0x00010005
27 BASE_NAME = PlatformCpuInfoDxe
28 FILE_GUID = 025F738B-4EBD-4d55-B728-5F421B601F20
29 MODULE_TYPE = DXE_DRIVER
30 VERSION_STRING = 1.0
31 ENTRY_POINT = PlatformCpuInfoInit
32
33[Sources]
34 PlatformCpuInfoDxe.c
35 PlatformCpuInfoDxe.h
36
37[Guids]
38 gEfiPlatformCpuInfoGuid
39 gEfiVlv2VariableGuid
40
41[Packages]
42 MdePkg/MdePkg.dec
43 MdeModulePkg/MdeModulePkg.dec
44 Vlv2TbltDevicePkg/PlatformPkg.dec
45 Vlv2SocBinPkg/Vlv2SocBinPkg.dec
46 Vlv2DeviceRefCodePkg/Vlv2DeviceRefCodePkg.dec
47 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec
48
49[LibraryClasses]
50 HobLib
51 UefiRuntimeServicesTableLib
52 UefiDriverEntryPoint
53
54[BuildOptions]
55 MSFT:*_*_*_CC_FLAGS = /Od /GL-
56 INTEL:*_*_*_CC_FLAGS = /Od /GL-
57
58[Depex]
59 gEfiVariableArchProtocolGuid AND
60 gEfiVariableWriteArchProtocolGuid
61