diff options
author | vanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-08-11 05:30:52 +0000 |
---|---|---|
committer | vanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-08-11 05:30:52 +0000 |
commit | 488899900894e3c2a9e581cb2d1eec0d3761296b (patch) | |
tree | 62d3462a026b882c2c699eb3099629fce5172c6c /OvmfPkg/AcpiTables | |
parent | 1d5b25b7159f87612181c00b8be9ae6404d37168 (diff) | |
download | edk2-platforms-488899900894e3c2a9e581cb2d1eec0d3761296b.tar.xz |
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
Diffstat (limited to 'OvmfPkg/AcpiTables')
-rwxr-xr-x | OvmfPkg/AcpiTables/AcpiTables.inf | 4 |
1 files changed, 2 insertions, 2 deletions
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. <BR>
+# Copyright (c) 2008 - 2009, Intel Corporation. <BR>
# 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
|