X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=EdkNt32Pkg%2FDxe%2FWinNtThunk%2FBus%2FWinNtBusDriver%2FWinNtBusDriver.msa;h=2fb7d61aeb9b7a93d4809cecdffa41a4310aab8f;hp=7a8fc683757bead15cec0e7e80e6cbf055754d3b;hb=2074c9cfbdeb8157d59253dce943f15ddf7d640a;hpb=5dc355398e3ca09eef810d3748ceedaefccda7f9 diff --git a/EdkNt32Pkg/Dxe/WinNtThunk/Bus/WinNtBusDriver/WinNtBusDriver.msa b/EdkNt32Pkg/Dxe/WinNtThunk/Bus/WinNtBusDriver/WinNtBusDriver.msa index 7a8fc68375..2fb7d61aeb 100644 --- a/EdkNt32Pkg/Dxe/WinNtThunk/Bus/WinNtBusDriver/WinNtBusDriver.msa +++ b/EdkNt32Pkg/Dxe/WinNtThunk/Bus/WinNtBusDriver/WinNtBusDriver.msa @@ -1,21 +1,15 @@ - - + WinNtBusDriver UEFI_DRIVER BD7E9A27-D6C5-416a-B245-5F507D95B2BD 1.0 - Component description file for WinNtBusDriver module. - FIX ME! - Copyright (c) 2004-2006, Intel Corporation + Win NT Bus driver + This following section documents the envirnoment variables for the Win NT + build. These variables are used to define the (virtual) hardware + configuration of the NT environment + Copyright (c) 2006 - 2007, 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 @@ -25,7 +19,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.--> FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052 - IA32 X64 IPF EBC + IA32 false WinNtBusDriver @@ -51,15 +45,15 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.--> BaseMemoryLib - - MemoryAllocationLib - UefiBootServicesTableLib DevicePathLib + + MemoryAllocationLib + WinNtBusDriver.h @@ -68,127 +62,125 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.--> - - WinNtIo + gEfiWinNtIoProtocolGuid - WinNtThunk + gEfiWinNtThunkProtocolGuid - - DevicePath + + gEfiDevicePathProtocolGuid - - PcdProtocol + + gWinNtBusDriverGuid - WinNtVirtualDisks + gEfiWinNtVirtualDisksGuid + + + gEfiWinNtPhysicalDisksGuid - WinNtPhysicalDisks + gEfiWinNtFileSystemGuid - WinNtFileSystem + gEfiWinNtSerialPortGuid - WinNtSerialPort + gEfiWinNtUgaGuid - WinNtUga + gEfiWinNtGopGuid - WinNtConsole + gEfiWinNtConsoleGuid - WinNtMemory + gEfiWinNtMemoryGuid - WinNtCPUModel + gEfiWinNtCPUModelGuid - WinNtCPUSpeed + gEfiWinNtCPUSpeedGuid EFI_SPECIFICATION_VERSION 0x00020000 - EDK_RELEASE_VERSION 0x00000000 + EDK_RELEASE_VERSION 0x00020000 gWinNtBusDriverBinding - - gWinNtBusDriverComponentName PcdWinNtConsole - gEfiEdkNt32PkgTokenSpaceGuid - + 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 - + 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 - + gEfiEdkNt32PkgTokenSpaceGuid + This Pcd declares two serial port for simulated environment. + The item type of this PCD can only be "DYNAMIC". PcdWinNtFileSystem - gEfiEdkNt32PkgTokenSpaceGuid - + 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 - + 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 - + 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 - + gEfiEdkNt32PkgTokenSpaceGuid + This PCD defines simulated CPU model string. + The item type of this PCD can only be "DYNAMIC". PcdWinNtCpuSpeed - gEfiEdkNt32PkgTokenSpaceGuid - + gEfiEdkNt32PkgTokenSpaceGuid + This PCD defines simulated CPU speed string. PcdWinNtMemorySize - gEfiEdkNt32PkgTokenSpaceGuid - - - - PcdWinNtBinaryPatch1 - gEfiEdkNt32PkgTokenSpaceGuid - - - - PcdWinNtBinaryPatch2 - gEfiEdkNt32PkgTokenSpaceGuid - - - - PcdWinNtFeatureFlag1 - gEfiEdkNt32PkgTokenSpaceGuid - - - - PcdWinNtDynamicUINT32 - gEfiEdkNt32PkgTokenSpaceGuid - + 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