summaryrefslogtreecommitdiff
path: root/DuetPkg/KbcResetDxe/Ia32Reset.dxs
diff options
context:
space:
mode:
authorqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2009-02-03 00:55:00 +0000
committerqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2009-02-03 00:55:00 +0000
commit6583c3582fc6f36131a9516ed3027122f19a842e (patch)
tree0b1bb48db2fd88405add3450cd8df549b751ee70 /DuetPkg/KbcResetDxe/Ia32Reset.dxs
parent4b869fed0dec05e7102e515b941bf6782dffbf4e (diff)
downloadedk2-platforms-6583c3582fc6f36131a9516ed3027122f19a842e.tar.xz
Clean up KbcRestDxe:
1. Remove the architecture subdirectory (IPF architecture is not supported any more 2. Merge IA32 source with x64 source to ResetEntry.c in the upper level directory) 3. Remove the used DXS file git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7409 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'DuetPkg/KbcResetDxe/Ia32Reset.dxs')
-rw-r--r--DuetPkg/KbcResetDxe/Ia32Reset.dxs27
1 files changed, 0 insertions, 27 deletions
diff --git a/DuetPkg/KbcResetDxe/Ia32Reset.dxs b/DuetPkg/KbcResetDxe/Ia32Reset.dxs
deleted file mode 100644
index ae2b86de40..0000000000
--- a/DuetPkg/KbcResetDxe/Ia32Reset.dxs
+++ /dev/null
@@ -1,27 +0,0 @@
-/*++
-
-Copyright (c) 2006, 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
-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.
-
-Module Name:
- Ia32Reset.dxs
-
-Abstract:
- Dependency expression source file.
-
---*/
-
-
-#include "EfiDepex.h"
-
-#include EFI_PROTOCOL_DEFINITION (CpuIO)
-
-DEPENDENCY_START
- EFI_CPU_IO_PROTOCOL_GUID
-DEPENDENCY_END