]> git.proxmox.com Git - mirror_edk2.git/blobdiff - OvmfPkg/Library/XenHypercallLib/XenHypercallLib.inf
OvmfPkg: replace old EFI_D_ debug levels with new DEBUG_ ones
[mirror_edk2.git] / OvmfPkg / Library / XenHypercallLib / XenHypercallLib.inf
index f4503a4b01f4450b73311c049a7ebcde0d5036a4..21ce5b443471106bb26808a991a70cd992080d61 100644 (file)
@@ -2,13 +2,7 @@
 #  Xen Hypercall abstraction lib for Intel and ARM architectures\r
 #\r
 #  Copyright (c) 2014, Linaro Ltd. All rights reserved.<BR>\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
   FILE_GUID                      = B5EE9A32-CA5A-49A8-82E3-ADA4CCB77C7C\r
   MODULE_TYPE                    = BASE\r
   VERSION_STRING                 = 1.0\r
-  CONSTRUCTOR                    = XenHypercallLibInit\r
+  CONSTRUCTOR                    = XenHypercallLibConstruct\r
 \r
 [Defines.IA32, Defines.X64]\r
-  LIBRARY_CLASS                  = XenHypercallLib|DXE_DRIVER UEFI_DRIVER\r
+  LIBRARY_CLASS                  = XenHypercallLib|PEIM DXE_DRIVER UEFI_DRIVER\r
 \r
 [Defines.ARM, Defines.AARCH64]\r
   LIBRARY_CLASS                  = XenHypercallLib\r
@@ -64,3 +58,6 @@
 \r
 [Guids.IA32, Guids.X64]\r
   gEfiXenInfoGuid\r
+\r
+[BuildOptions.ARM]\r
+  RVCT:*_*_ARM_PLATFORM_FLAGS == --cpu Cortex-A15\r