diff options
Diffstat (limited to 'OvmfPkg/PlatformPei/PlatformPei.inf')
-rw-r--r-- | OvmfPkg/PlatformPei/PlatformPei.inf | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/OvmfPkg/PlatformPei/PlatformPei.inf b/OvmfPkg/PlatformPei/PlatformPei.inf index 2926553f5f..3ef7f0d7ed 100644 --- a/OvmfPkg/PlatformPei/PlatformPei.inf +++ b/OvmfPkg/PlatformPei/PlatformPei.inf @@ -2,7 +2,7 @@ # Platform PEI driver
#
# This module provides platform specific function to detect boot mode.
-# Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>
+# Copyright (c) 2006 - 2011, Intel Corporation. All rights reserved.<BR>
#
# This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License
@@ -33,6 +33,7 @@ Fv.c
MemDetect.c
Platform.c
+ Xen.c
[Packages]
MdePkg/MdePkg.dec
@@ -41,6 +42,7 @@ [Guids]
gEfiMemoryTypeInformationGuid
+ gEfiXenInfoGuid
[LibraryClasses]
DebugLib
|