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