From f7ba35558264ed17a3b55ecc95f8520cc38e37ec Mon Sep 17 00:00:00 2001 From: klu2 Date: Wed, 12 Jul 2006 07:33:02 +0000 Subject: Fix the for PCD used by EdkNt32Pkg and EdkModulePkg. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@891 6f19259b-4bc3-4df7-8a09-765794883524 --- .../Bus/WinNtBusDriver/WinNtBusDriver.msa | 50 +++++++++------------- 1 file changed, 21 insertions(+), 29 deletions(-) (limited to 'EdkNt32Pkg/Dxe') diff --git a/EdkNt32Pkg/Dxe/WinNtThunk/Bus/WinNtBusDriver/WinNtBusDriver.msa b/EdkNt32Pkg/Dxe/WinNtThunk/Bus/WinNtBusDriver/WinNtBusDriver.msa index e09323e..672dc83 100644 --- a/EdkNt32Pkg/Dxe/WinNtThunk/Bus/WinNtBusDriver/WinNtBusDriver.msa +++ b/EdkNt32Pkg/Dxe/WinNtThunk/Bus/WinNtBusDriver/WinNtBusDriver.msa @@ -128,67 +128,59 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.--> PcdWinNtConsole gEfiEdkNt32PkgTokenSpaceGuid - + This PCD declares the title string of the text console window. + such as "My EFI Console". + The item type of this PCD can only be "DYNAMIC". PcdWinNtUga gEfiEdkNt32PkgTokenSpaceGuid - + This PCD declares the resolutions for the UGA windows. + The item type of this PCD can only be "DYNAMIC". PcdWinNtSerialPort gEfiEdkNt32PkgTokenSpaceGuid - + This Pcd declares two serial port for simulated environment. + The item type of this PCD can only be "DYNAMIC". PcdWinNtFileSystem gEfiEdkNt32PkgTokenSpaceGuid - + This PCD defines the windows directory who will be mounted as + harddisk in simulator. + The item type of this PCD can only be "DYNAMIC". PcdWinNtVirtualDisk gEfiEdkNt32PkgTokenSpaceGuid - + This PCD defines the file attribute which will be simulated as + a harddisk in simulator. + The item type if this PCD can only be "DYNAMIC". PcdWinNtPhysicalDisk gEfiEdkNt32PkgTokenSpaceGuid - + This PCD defines physical disk which will be simualted as a + harddisk in simulator. + The item type of this PCD can only be "DYNAMIC". PcdWinNtCpuModel gEfiEdkNt32PkgTokenSpaceGuid - + This PCD defines simulated CPU model string. + The item type of this PCD can only be "DYNAMIC". PcdWinNtCpuSpeed gEfiEdkNt32PkgTokenSpaceGuid - + This PCD defines simulated CPU speed string. PcdWinNtMemorySize gEfiEdkNt32PkgTokenSpaceGuid - - - - PcdWinNtBinaryPatch1 - gEfiEdkNt32PkgTokenSpaceGuid - - - - PcdWinNtBinaryPatch2 - gEfiEdkNt32PkgTokenSpaceGuid - - - - PcdWinNtFeatureFlag1 - gEfiEdkNt32PkgTokenSpaceGuid - - - - PcdWinNtDynamicUINT32 - gEfiEdkNt32PkgTokenSpaceGuid - + This PCD defines the size of simulated memory size. + The item type of this PCD can only be "DYNAMIC". \ No newline at end of file -- cgit v1.1