]> git.proxmox.com Git - mirror_edk2.git/commitdiff
remove dxs files.
authorqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 24 Jul 2007 09:52:29 +0000 (09:52 +0000)
committerqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 24 Jul 2007 09:52:29 +0000 (09:52 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3422 6f19259b-4bc3-4df7-8a09-765794883524

MdeModulePkg/Core/DxeIplPeim/DxeIpl.dxs [deleted file]
MdeModulePkg/Universal/Variable/Pei/Variable.dxs [deleted file]
Nt32Pkg/CpuRuntimeDxe/CpuRuntimeDxe.inf
Nt32Pkg/FvbServicesRuntimeDxe/Nt32Fwh.dxs [deleted file]
Nt32Pkg/PlatformBdsDxe/Generic/Bds.dxs [deleted file]
Nt32Pkg/WinNtAutoScanPei/WinNtAutoScan.dxs [deleted file]
Nt32Pkg/WinNtThunkPPIToProtocolPei/WinNtThunkPPIToProtocol.dxs [deleted file]

diff --git a/MdeModulePkg/Core/DxeIplPeim/DxeIpl.dxs b/MdeModulePkg/Core/DxeIplPeim/DxeIpl.dxs
deleted file mode 100644 (file)
index 015c180..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-/*++\r
-\r
-Copyright (c) 2006, Intel Corporation                                                         \r
-All rights reserved. This program and the accompanying materials                          \r
-are licensed and made available under the terms and conditions of the BSD License         \r
-which accompanies this distribution.  The full text of the license may be found at        \r
-http://opensource.org/licenses/bsd-license.php                                            \r
-                                                                                          \r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,                     \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.             \r
-\r
-Module Name:\r
-\r
-  DxeIpl.dxs\r
-\r
-Abstract:\r
-\r
-  Dependency expression file for DXE Initial Program Loader PEIM.\r
-  \r
---*/  \r
-\r
-#include <PeimDepex.h>\r
-\r
-DEPENDENCY_START\r
-   EFI_PEI_PERMANENT_MEMORY_INSTALLED_PPI_GUID\r
-DEPENDENCY_END\r
-\r
-\r
diff --git a/MdeModulePkg/Universal/Variable/Pei/Variable.dxs b/MdeModulePkg/Universal/Variable/Pei/Variable.dxs
deleted file mode 100644 (file)
index 8c2255a..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-/*++\r
-\r
-Copyright (c) 2006, Intel Corporation                                                         \r
-All rights reserved. This program and the accompanying materials                          \r
-are licensed and made available under the terms and conditions of the BSD License         \r
-which accompanies this distribution.  The full text of the license may be found at        \r
-http://opensource.org/licenses/bsd-license.php                                            \r
-                                                                                          \r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,                     \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.             \r
-\r
-Module Name:\r
-\r
-  Variable.dxs\r
-\r
-Abstract:\r
-\r
-  Dependency expression file for Variable PEIM.\r
-\r
---*/  \r
-//\r
-// Include common header file for this module.\r
-//\r
-#include "CommonHeader.h"\r
-\r
-#include <PeimDepex.h>\r
-\r
-DEPENDENCY_START\r
-  TRUE\r
-DEPENDENCY_END\r
-\r
-\r
index bb3c8537b925d87aa9320bb43598715987b51386..dedc893bd508467c29e513c61ea2f21c61b6202c 100644 (file)
@@ -32,7 +32,6 @@
 #\r
 \r
 [Sources.common]\r
-  Cpu.dxs\r
   CpuIo.c\r
   Cpu.c\r
   CpuDriver.h\r
diff --git a/Nt32Pkg/FvbServicesRuntimeDxe/Nt32Fwh.dxs b/Nt32Pkg/FvbServicesRuntimeDxe/Nt32Fwh.dxs
deleted file mode 100644 (file)
index 0845a23..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
-/*++\r
-\r
-Copyright (c) 2006, Intel Corporation                                                         \r
-All rights reserved. This program and the accompanying materials                          \r
-are licensed and made available under the terms and conditions of the BSD License         \r
-which accompanies this distribution.  The full text of the license may be found at        \r
-http://opensource.org/licenses/bsd-license.php                                            \r
-                                                                                          \r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,                     \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.             \r
-\r
-Module Name:\r
-  \r
-    Nt32Fwh.dxs\r
-\r
-Abstract:\r
-\r
-  Dependency expression source file.\r
-  \r
---*/  \r
-//\r
-// Include common header file for this module.\r
-//\r
-#include "CommonHeader.h"\r
-\r
-#include <DxeDepex.h>\r
-\r
-\r
-DEPENDENCY_START\r
-  TRUE\r
-DEPENDENCY_END
\ No newline at end of file
diff --git a/Nt32Pkg/PlatformBdsDxe/Generic/Bds.dxs b/Nt32Pkg/PlatformBdsDxe/Generic/Bds.dxs
deleted file mode 100644 (file)
index 63355ef..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-/*++\r
-\r
-Copyright (c) 2006, Intel Corporation                                                         \r
-All rights reserved. This program and the accompanying materials                          \r
-are licensed and made available under the terms and conditions of the BSD License         \r
-which accompanies this distribution.  The full text of the license may be found at        \r
-http://opensource.org/licenses/bsd-license.php                                            \r
-                                                                                          \r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,                     \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.             \r
-\r
-Module Name:\r
-\r
-  Bds.dxs\r
-\r
-Abstract:\r
-\r
-  Dependency expression source file.  This driver produces an arch protocol, so\r
-  must dipatch early.\r
-  \r
---*/\r
-#include <DxeDepex.h>\r
-\r
-DEPENDENCY_START\r
-  EFI_HII_PROTOCOL_GUID\r
-DEPENDENCY_END
\ No newline at end of file
diff --git a/Nt32Pkg/WinNtAutoScanPei/WinNtAutoScan.dxs b/Nt32Pkg/WinNtAutoScanPei/WinNtAutoScan.dxs
deleted file mode 100644 (file)
index ac2c065..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-/*++\r
-\r
-Copyright (c) 2006, Intel Corporation                                                         \r
-All rights reserved. This program and the accompanying materials                          \r
-are licensed and made available under the terms and conditions of the BSD License         \r
-which accompanies this distribution.  The full text of the license may be found at        \r
-http://opensource.org/licenses/bsd-license.php                                            \r
-                                                                                          \r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,                     \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.             \r
-\r
-Module Name:\r
-\r
-  WinNtAutoscan.dxs\r
-\r
-Abstract:\r
-\r
-  Dependency expression file for WinNtAutoscan.\r
-\r
---*/  \r
-\r
-//\r
-// Include common header file for this module.\r
-//\r
-#include "CommonHeader.h"\r
-\r
-#include <PeimDepex.h>\r
-\r
-DEPENDENCY_START\r
-  PEI_NT_AUTOSCAN_PPI_GUID AND EFI_PEI_MASTER_BOOT_MODE_PEIM_PPI AND PEI_BASE_MEMORY_TEST_GUID\r
-DEPENDENCY_END\r
-\r
-\r
diff --git a/Nt32Pkg/WinNtThunkPPIToProtocolPei/WinNtThunkPPIToProtocol.dxs b/Nt32Pkg/WinNtThunkPPIToProtocolPei/WinNtThunkPPIToProtocol.dxs
deleted file mode 100644 (file)
index c40106c..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-/*++\r
-\r
-Copyright (c) 2006, Intel Corporation                                                         \r
-All rights reserved. This program and the accompanying materials                          \r
-are licensed and made available under the terms and conditions of the BSD License         \r
-which accompanies this distribution.  The full text of the license may be found at        \r
-http://opensource.org/licenses/bsd-license.php                                            \r
-                                                                                          \r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,                     \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.             \r
-\r
-Module Name:\r
-\r
-  WinNtStuff.dxs\r
-\r
-Abstract:\r
-\r
-  Dependency expression file for WinNtStuff PEIM.\r
-\r
---*/  \r
-\r
-//\r
-// Include common header file for this module.\r
-//\r
-#include "CommonHeader.h"\r
-\r
-#include <PeimDepex.h>\r
-\r
-DEPENDENCY_START\r
-  PEI_NT_THUNK_PPI_GUID AND EFI_PEI_PERMANENT_MEMORY_INSTALLED_PPI_GUID\r
-DEPENDENCY_END\r
-\r
-\r