]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Remove the dead files.
authorqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 23 Jun 2006 09:10:00 +0000 (09:10 +0000)
committerqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 23 Jun 2006 09:10:00 +0000 (09:10 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@611 6f19259b-4bc3-4df7-8a09-765794883524

EdkNt32Pkg/EdkNt32Pkg.spd
MdePkg/Include/Common/Pcd.h [deleted file]

index e7540b7f17627000a3a7c0b7419f1f90added5f8..3965c5064a091e153215e407e60c13ecc539d232 100644 (file)
@@ -41,9 +41,6 @@
     <MsaFile>\r
       <Filename>Dxe/Nt32Platform/MiscSubclass/MiscSubclassDriver.msa</Filename>\r
     </MsaFile>\r
     <MsaFile>\r
       <Filename>Dxe/Nt32Platform/MiscSubclass/MiscSubclassDriver.msa</Filename>\r
     </MsaFile>\r
-    <MsaFile>\r
-      <Filename>Dxe/PcdEmulator/PcdEmulator.msa</Filename>\r
-    </MsaFile>\r
     <MsaFile>\r
       <Filename>Dxe/PlatformBds/PlatformBds.msa</Filename>\r
     </MsaFile>\r
     <MsaFile>\r
       <Filename>Dxe/PlatformBds/PlatformBds.msa</Filename>\r
     </MsaFile>\r
     <MsaFile>\r
       <Filename>Pei/MonoStatusCode/Nt32/MonoStatusCode.msa</Filename>\r
     </MsaFile>\r
     <MsaFile>\r
       <Filename>Pei/MonoStatusCode/Nt32/MonoStatusCode.msa</Filename>\r
     </MsaFile>\r
-    <MsaFile>\r
-      <Filename>Pei/PcdEmulator/PcdEmulator.msa</Filename>\r
-    </MsaFile>\r
     <MsaFile>\r
       <Filename>Pei/WinNtStuff/WinNtStuff.msa</Filename>\r
     </MsaFile>\r
     <MsaFile>\r
       <Filename>Pei/WinNtStuff/WinNtStuff.msa</Filename>\r
     </MsaFile>\r
diff --git a/MdePkg/Include/Common/Pcd.h b/MdePkg/Include/Common/Pcd.h
deleted file mode 100644 (file)
index 6f34c74..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-/** @file\r
-  This file defines the common macro and data structure shared between PCD PEIM and\r
-  PCD DXE driver.\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:  Pcd.h\r
-\r
-**/\r
-#ifndef _COMMON_PCD_H\r
-#define _COMMON_PCD_H\r
-\r
-typedef UINT32  PCD_TOKEN_NUMBER;\r
-typedef UINT8   SKU_ID;\r
-\r
-#define PCD_INVALID_TOKEN_NUMBER     ((PCD_TOKEN_NUMBER)(-1))\r
-\r
-#endif\r