From 488899900894e3c2a9e581cb2d1eec0d3761296b Mon Sep 17 00:00:00 2001 From: vanjeff Date: Tue, 11 Aug 2009 05:30:52 +0000 Subject: 1. update AcpiTable module type to USER_DEFINED 2. added ACPITABLE rule for AcpiTable modules in fdf files. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9039 6f19259b-4bc3-4df7-8a09-765794883524 --- OvmfPkg/AcpiTables/AcpiTables.inf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'OvmfPkg/AcpiTables/AcpiTables.inf') diff --git a/OvmfPkg/AcpiTables/AcpiTables.inf b/OvmfPkg/AcpiTables/AcpiTables.inf index 6669cc78e1..84ee1b1f3c 100755 --- a/OvmfPkg/AcpiTables/AcpiTables.inf +++ b/OvmfPkg/AcpiTables/AcpiTables.inf @@ -3,7 +3,7 @@ # # ACPI table data and ASL sources required to boot the platform. # -# Copyright (c) 2008, Intel Corporation.
+# Copyright (c) 2008 - 2009, Intel Corporation.
# All rights reserved. This program and the accompanying materials # are licensed and made available under the terms and conditions of the BSD License # which accompanies this distribution. The full text of the license may be found at @@ -18,7 +18,7 @@ INF_VERSION = 0x00010005 BASE_NAME = PlatformAcpiTables FILE_GUID = 7E374E25-8E01-4FEE-87F2-390C23C606CD - MODULE_TYPE = DXE_DRIVER + MODULE_TYPE = USER_DEFINED VERSION_STRING = 1.0 EDK_RELEASE_VERSION = 0x00020000 EFI_SPECIFICATION_VERSION = 0x00020000 -- cgit v1.2.3