diff options
Diffstat (limited to 'EmulatorPkg/EmuSnpDxe/EmuSnpDxe.inf')
-rw-r--r-- | EmulatorPkg/EmuSnpDxe/EmuSnpDxe.inf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/EmulatorPkg/EmuSnpDxe/EmuSnpDxe.inf b/EmulatorPkg/EmuSnpDxe/EmuSnpDxe.inf index 5360e2463c..17621e76af 100644 --- a/EmulatorPkg/EmuSnpDxe/EmuSnpDxe.inf +++ b/EmulatorPkg/EmuSnpDxe/EmuSnpDxe.inf @@ -1,6 +1,7 @@ #/** @file
# Component name for module EmuSnpDxe
#
+# Copyright (c) 2018, Intel Corporation. All rights reserved.<BR>
# Copyright (c) 2010, Apple, Inc. All rights reserved.<BR>
#
# This program and the accompanying materials
@@ -27,7 +28,7 @@ #
# The following information is for reference only and not required by the build tools.
#
-# VALID_ARCHITECTURES = IA32 X64 IPF EBC
+# VALID_ARCHITECTURES = IA32 X64 EBC
#
[Sources.common]
|