]> git.proxmox.com Git - mirror_edk2.git/blobdiff - OvmfPkg/PlatformPei/PlatformPei.inf
CryptoPkg/OpensslLib: fix VS2017 build failure
[mirror_edk2.git] / OvmfPkg / PlatformPei / PlatformPei.inf
index 34d93643fe9ea4801c377e6b076d144fccec89eb..f660c2d9e4df25924b80c4ab279d4ce9b0122d42 100644 (file)
@@ -2,15 +2,9 @@
 #  Platform PEI driver\r
 #\r
 #  This module provides platform specific function to detect boot mode.\r
-#  Copyright (c) 2006 - 2016, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
 #\r
-#  This program and the accompanying materials\r
-#  are licensed and made available under the terms and conditions of the BSD License\r
-#  which 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
+#  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 #\r
 ##\r
 \r
 #\r
 # The following information is for reference only and not required by the build tools.\r
 #\r
-#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
+#  VALID_ARCHITECTURES           = IA32 X64 EBC\r
 #\r
 \r
 [Sources]\r
   AmdSev.c\r
+  ClearCache.c\r
   Cmos.c\r
   Cmos.h\r
   FeatureControl.c\r
   Fv.c\r
   MemDetect.c\r
   Platform.c\r
+  Platform.h\r
   Xen.c\r
+  Xen.h\r
 \r
 [Packages]\r
   IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec\r
 \r
 [LibraryClasses]\r
   BaseLib\r
+  CacheMaintenanceLib\r
   DebugLib\r
   HobLib\r
   IoLib\r
   PciLib\r
-  PeiResourcePublicationLib\r
+  ResourcePublicationLib\r
   PeiServicesLib\r
   PeiServicesTablePointerLib\r
   PeimEntryPoint\r