]> git.proxmox.com Git - mirror_edk2.git/blame - UnixPkg/UnixBusDriverDxe/UnixBusDriver.inf
1. Correct File header to ## @file
[mirror_edk2.git] / UnixPkg / UnixBusDriverDxe / UnixBusDriver.inf
CommitLineData
7b202cb0 1## @file\r
804405e7 2# Unix Bus driver\r
3#\r
4# This following section documents the envirnoment variables for the Win NT\r
5# build. These variables are used to define the (virtual) hardware\r
6# configuration of the NT environment\r
7b202cb0 7# Copyright (c) 2006 - 2010, Intel Corporation\r
804405e7 8#\r
9# All rights reserved. This program and the accompanying materials\r
10# are licensed and made available under the terms and conditions of the BSD License\r
11# which accompanies this distribution. The full text of the license may be found at\r
12# http://opensource.org/licenses/bsd-license.php\r
13# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
14# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
15#\r
16#\r
7b202cb0 17##\r
804405e7 18\r
19[Defines]\r
20 INF_VERSION = 0x00010005\r
21 BASE_NAME = UnixBusDriver\r
22 FILE_GUID = f320d656-8985-11db-90e0-0040d02b1835\r
23 MODULE_TYPE = UEFI_DRIVER\r
24 VERSION_STRING = 1.0\r
25 EDK_RELEASE_VERSION = 0x00020000\r
26 EFI_SPECIFICATION_VERSION = 0x00020000\r
27\r
28 ENTRY_POINT = InitializeUnixBusDriver\r
29\r
30#\r
31# The following information is for reference only and not required by the build tools.\r
32#\r
33# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
34#\r
35# DRIVER_BINDING = gUnixBusDriverBinding \r
36# COMPONENT_NAME = gUnixBusDriverComponentName \r
37#\r
38\r
7b202cb0 39[Sources]\r
804405e7 40 ComponentName.c\r
41 UnixBusDriver.c\r
42 UnixBusDriver.h\r
43 EntryPoint.c\r
44\r
45\r
46[Packages]\r
47 MdePkg/MdePkg.dec\r
48 UnixPkg/UnixPkg.dec\r
49\r
50\r
51[LibraryClasses]\r
52 DevicePathLib\r
53 UefiBootServicesTableLib\r
54 MemoryAllocationLib\r
55 BaseMemoryLib\r
56 PcdLib\r
57 UefiLib\r
58 UefiDriverEntryPoint\r
59 BaseLib\r
60 DebugLib\r
61\r
62\r
63[Guids]\r
64 gEfiUnixConsoleGuid # ALWAYS_CONSUMED\r
65 gEfiUnixUgaGuid # ALWAYS_CONSUMED\r
66 gEfiUnixSerialPortGuid # ALWAYS_CONSUMED\r
67 gEfiUnixFileSystemGuid # ALWAYS_CONSUMED\r
68 gEfiUnixPhysicalDisksGuid # ALWAYS_CONSUMED\r
69 gEfiUnixVirtualDisksGuid # ALWAYS_CONSUMED\r
70 gEfiUnixCPUModelGuid\r
71 gEfiUnixCPUSpeedGuid\r
72 gEfiUnixMemoryGuid\r
73\r
74\r
75[Protocols]\r
76 gPcdProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
77 gEfiDevicePathProtocolGuid # PROTOCOL TO_START\r
78 gEfiUnixThunkProtocolGuid # PROTOCOL TO_START\r
79 gEfiUnixIoProtocolGuid # PROTOCOL BY_START\r
80\r
81\r
7b202cb0 82[Pcd]\r
804405e7 83 gEfiUnixPkgTokenSpaceGuid.PcdUnixSerialPort\r
84 gEfiUnixPkgTokenSpaceGuid.PcdUnixMemorySize\r
85 gEfiUnixPkgTokenSpaceGuid.PcdUnixCpuSpeed\r
86 gEfiUnixPkgTokenSpaceGuid.PcdUnixCpuModel\r
87 gEfiUnixPkgTokenSpaceGuid.PcdUnixPhysicalDisk\r
88 gEfiUnixPkgTokenSpaceGuid.PcdUnixVirtualDisk\r
89 gEfiUnixPkgTokenSpaceGuid.PcdUnixFileSystem\r
90 gEfiUnixPkgTokenSpaceGuid.PcdUnixUga\r
91 gEfiUnixPkgTokenSpaceGuid.PcdUnixConsole\r
92\r