X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=EdkUnixPkg%2FDxe%2FUnixThunk%2FBus%2FUnixBusDriver%2FUnixBusDriver.msa;fp=EdkUnixPkg%2FDxe%2FUnixThunk%2FBus%2FUnixBusDriver%2FUnixBusDriver.msa;h=2ca466c2c5d6c86656f7c1a16178bb73695afe98;hp=0000000000000000000000000000000000000000;hb=c9093a06e72ef16d2f3bd7ce0a2b9a172e9d048c;hpb=8ba7afaf2e9c682a5d17760e6dd5463b3a2b2d67 diff --git a/EdkUnixPkg/Dxe/UnixThunk/Bus/UnixBusDriver/UnixBusDriver.msa b/EdkUnixPkg/Dxe/UnixThunk/Bus/UnixBusDriver/UnixBusDriver.msa new file mode 100644 index 0000000000..2ca466c2c5 --- /dev/null +++ b/EdkUnixPkg/Dxe/UnixThunk/Bus/UnixBusDriver/UnixBusDriver.msa @@ -0,0 +1,171 @@ + + + + UnixBusDriver + UEFI_DRIVER + f320d656-8985-11db-90e0-0040d02b1835 + 1.0 + Unix 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, 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 + http://opensource.org/licenses/bsd-license.php + THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, + WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. + FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052 + + + IA32 X64 IPF EBC + false + UnixBusDriver + + + + DebugLib + + + BaseLib + + + UefiDriverModelLib + + + UefiDriverEntryPoint + + + UefiLib + + + PcdLib + + + BaseMemoryLib + + + MemoryAllocationLib + + + UefiBootServicesTableLib + + + DevicePathLib + + + + UnixBusDriver.h + UnixBusDriver.c + ComponentName.c + + + + + + + + + gEfiUnixIoProtocolGuid + + + gEfiUnixThunkProtocolGuid + + + gEfiDevicePathProtocolGuid + + + gPcdProtocolGuid + + + + + gEfiUnixVirtualDisksGuid + + + gEfiUnixPhysicalDisksGuid + + + gEfiUnixFileSystemGuid + + + gEfiUnixUgaGuid + + + gEfiUnixConsoleGuid + + + gEfiUnixMemoryGuid + + + gEfiUnixCPUModelGuid + + + gEfiUnixCPUSpeedGuid + + + + EFI_SPECIFICATION_VERSION 0x00020000 + EDK_RELEASE_VERSION 0x00020000 + + gUnixBusDriverBinding + gUnixBusDriverComponentName + + + + + PcdUnixConsole + gEfiEdkUnixPkgTokenSpaceGuid + 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". + + + PcdUnixUga + gEfiEdkUnixPkgTokenSpaceGuid + This PCD declares the resolutions for the UGA windows. + The item type of this PCD can only be "DYNAMIC". + + + PcdUnixFileSystem + gEfiEdkUnixPkgTokenSpaceGuid + This PCD defines the windows directory who will be mounted as + harddisk in simulator. + The item type of this PCD can only be "DYNAMIC". + + + PcdUnixVirtualDisk + gEfiEdkUnixPkgTokenSpaceGuid + 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". + + + PcdUnixPhysicalDisk + gEfiEdkUnixPkgTokenSpaceGuid + This PCD defines physical disk which will be simualted as a + harddisk in simulator. + The item type of this PCD can only be "DYNAMIC". + + + PcdUnixCpuModel + gEfiEdkUnixPkgTokenSpaceGuid + This PCD defines simulated CPU model string. + The item type of this PCD can only be "DYNAMIC". + + + PcdUnixCpuSpeed + gEfiEdkUnixPkgTokenSpaceGuid + This PCD defines simulated CPU speed string. + + + PcdUnixMemorySize + gEfiEdkUnixPkgTokenSpaceGuid + This PCD defines the size of simulated memory size. + The item type of this PCD can only be "DYNAMIC". + + +