]> git.proxmox.com Git - mirror_edk2.git/blame - Vlv2TbltDevicePkg/PlatformCpuInfoDxe/PlatformCpuInfoDxe.inf
Vlv2TbltDevicePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / Vlv2TbltDevicePkg / PlatformCpuInfoDxe / PlatformCpuInfoDxe.inf
CommitLineData
46002a4a
ZS
1#/*++
2#
3# Copyright (c) 1999 - 2014, Intel Corporation. All rights reserved
4# \r
9dc8036d 5# SPDX-License-Identifier: BSD-2-Clause-Patent
46002a4a
ZS
6# \r
7
8#
9# Module Name:
10#
11# PlatformCpuInfoDxe.inf
12#
13# Abstract:
14#
15#
16--*/
17
18
19[Defines]
20 INF_VERSION = 0x00010005
21 BASE_NAME = PlatformCpuInfoDxe
22 FILE_GUID = 025F738B-4EBD-4d55-B728-5F421B601F20
23 MODULE_TYPE = DXE_DRIVER
24 VERSION_STRING = 1.0
25 ENTRY_POINT = PlatformCpuInfoInit
26
27[Sources]
28 PlatformCpuInfoDxe.c
29 PlatformCpuInfoDxe.h
30
31[Guids]
32 gEfiPlatformCpuInfoGuid
33 gEfiVlv2VariableGuid
34
35[Packages]
36 MdePkg/MdePkg.dec
37 MdeModulePkg/MdeModulePkg.dec
38 Vlv2TbltDevicePkg/PlatformPkg.dec
39 Vlv2SocBinPkg/Vlv2SocBinPkg.dec
40 Vlv2DeviceRefCodePkg/Vlv2DeviceRefCodePkg.dec
41 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec
42
43[LibraryClasses]
44 HobLib
45 UefiRuntimeServicesTableLib
46 UefiDriverEntryPoint
47
48[BuildOptions]
49 MSFT:*_*_*_CC_FLAGS = /Od /GL-
50 INTEL:*_*_*_CC_FLAGS = /Od /GL-
51
52[Depex]
53 gEfiVariableArchProtocolGuid AND
54 gEfiVariableWriteArchProtocolGuid
55