]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Vlv2TbltDevicePkg/PlatformCpuInfoDxe/PlatformCpuInfoDxe.inf
Upload BSD-licensed Vlv2TbltDevicePkg and Vlv2DeviceRefCodePkg to
[mirror_edk2.git] / Vlv2TbltDevicePkg / PlatformCpuInfoDxe / PlatformCpuInfoDxe.inf
diff --git a/Vlv2TbltDevicePkg/PlatformCpuInfoDxe/PlatformCpuInfoDxe.inf b/Vlv2TbltDevicePkg/PlatformCpuInfoDxe/PlatformCpuInfoDxe.inf
new file mode 100644 (file)
index 0000000..a0e99fb
--- /dev/null
@@ -0,0 +1,61 @@
+#/*++\r
+#\r
+# Copyright (c)  1999  - 2014, Intel Corporation. All rights reserved\r
+#                                                                                  \r\r
+# This program and the accompanying materials are licensed and made available under\r\r
+# the terms and conditions of the BSD License that accompanies this distribution.  \r\r
+# The full text of the license may be found at                                     \r\r
+# http://opensource.org/licenses/bsd-license.php.                                  \r\r
+#                                                                                  \r\r
+# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,            \r\r
+# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.    \r\r
+#                                                                                  \r\r
+\r
+#\r
+#  Module Name:\r
+#\r
+#   PlatformCpuInfoDxe.inf\r
+#\r
+#  Abstract:\r
+#\r
+#\r
+--*/\r
+\r
+\r
+[Defines]\r
+  INF_VERSION          = 0x00010005\r
+  BASE_NAME            = PlatformCpuInfoDxe\r
+  FILE_GUID            = 025F738B-4EBD-4d55-B728-5F421B601F20\r
+  MODULE_TYPE          = DXE_DRIVER\r
+  VERSION_STRING       = 1.0\r
+  ENTRY_POINT          = PlatformCpuInfoInit\r
+\r
+[Sources]\r
+  PlatformCpuInfoDxe.c\r
+  PlatformCpuInfoDxe.h\r
+\r
+[Guids]\r
+  gEfiPlatformCpuInfoGuid\r
+  gEfiVlv2VariableGuid\r
+\r
+[Packages]\r
+  MdePkg/MdePkg.dec\r
+  MdeModulePkg/MdeModulePkg.dec\r
+  Vlv2TbltDevicePkg/PlatformPkg.dec\r
+  IA32FamilyCpuPkg/IA32FamilyCpuPkg.dec #CpuConfigLib.h\r
+  Vlv2DeviceRefCodePkg/Vlv2DeviceRefCodePkg.dec\r
+  IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec\r
+\r
+[LibraryClasses]\r
+  HobLib\r
+  UefiRuntimeServicesTableLib\r
+  UefiDriverEntryPoint\r
+\r
+[BuildOptions]\r
+  MSFT:*_*_*_CC_FLAGS = /Od /GL-\r
+  INTEL:*_*_*_CC_FLAGS = /Od /GL-\r
+\r
+[Depex]\r
+  gEfiVariableArchProtocolGuid AND\r
+  gEfiVariableWriteArchProtocolGuid\r
+\r