X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=EdkNt32Pkg%2FDxe%2FWinNtThunk%2FBus%2FWinNtBusDriver%2FWinNtBusDriver.msa;h=61da7b0cf399a742096095fedcb52d4d16abcb44;hp=2e24262547713fd817190c715bfcc0d6a2aa021a;hb=4dcf1febf97a69e7a7063db29963360d649b1f12;hpb=7f0ceb225d52f43a9a133f7e5b2f137bcb268ec7 diff --git a/EdkNt32Pkg/Dxe/WinNtThunk/Bus/WinNtBusDriver/WinNtBusDriver.msa b/EdkNt32Pkg/Dxe/WinNtThunk/Bus/WinNtBusDriver/WinNtBusDriver.msa index 2e24262547..61da7b0cf3 100644 --- a/EdkNt32Pkg/Dxe/WinNtThunk/Bus/WinNtBusDriver/WinNtBusDriver.msa +++ b/EdkNt32Pkg/Dxe/WinNtThunk/Bus/WinNtBusDriver/WinNtBusDriver.msa @@ -115,4 +115,69 @@ gWinNtBusDriverComponentName + + + 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". + + + PcdWinNtGop + gEfiEdkNt32PkgTokenSpaceGuid + This PCD declares the resolutions for the GOP 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 devices which use a file to emulate a hard disk or + removable media device + 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 + 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