diff options
author | Guo Mang <mang.guo@intel.com> | 2017-04-27 11:18:31 +0800 |
---|---|---|
committer | Guo Mang <mang.guo@intel.com> | 2017-04-27 11:18:31 +0800 |
commit | 61fe17eab6842822287e5716d6cc5b5f1a6e48cd (patch) | |
tree | 0e532d507e7cc25d4b6364036dfb4e2b8caca282 /Core/PcAtChipsetPkg/8259InterruptControllerDxe/Legacy8259.uni | |
parent | 098f8621634f1cbdd1253c9957eed09a505223f5 (diff) | |
download | edk2-platforms-61fe17eab6842822287e5716d6cc5b5f1a6e48cd.tar.xz |
PcAtChipsetPkg: Move to new location
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Guo Mang <mang.guo@intel.com>
Diffstat (limited to 'Core/PcAtChipsetPkg/8259InterruptControllerDxe/Legacy8259.uni')
-rw-r--r-- | Core/PcAtChipsetPkg/8259InterruptControllerDxe/Legacy8259.uni | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/Core/PcAtChipsetPkg/8259InterruptControllerDxe/Legacy8259.uni b/Core/PcAtChipsetPkg/8259InterruptControllerDxe/Legacy8259.uni new file mode 100644 index 0000000000..a29daac10a --- /dev/null +++ b/Core/PcAtChipsetPkg/8259InterruptControllerDxe/Legacy8259.uni @@ -0,0 +1,22 @@ +// /** @file
+// 8259 Interrupt Controller driver that provides Legacy 8259 protocol.
+//
+// 8259 Interrupt Controller driver that provides Legacy 8259 protocol.
+//
+// Copyright (c) 2005 - 2014, 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
+// which accompanies this distribution. The full text of the license may be found at
+// http://opensource.org/licenses/bsd-license.php
+//
+// THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
+// WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+//
+// **/
+
+
+#string STR_MODULE_ABSTRACT #language en-US "8259 Interrupt Controller driver that provides Legacy 8259 protocol"
+
+#string STR_MODULE_DESCRIPTION #language en-US "8259 Interrupt Controller driver that provides Legacy 8259 protocol."
+
|