Last change
on this file since 33023 was 33023, checked in by vboxsync, 14 years ago |
EFI: Initial commit of VBoxIdeControllerDxe, taken from PcAtChipsetPkg/Bus/Pci/IdeControllerDxe.
|
-
Property svn:executable
set to
*
|
File size:
1.5 KB
|
Line | |
---|
1 | #/** @file
|
---|
2 | #
|
---|
3 | # Component description file for the IDE Controller Init module.
|
---|
4 | #
|
---|
5 | # Copyright (c) 2008, Intel Corporation. <BR>
|
---|
6 | # All rights reserved. This program and the accompanying materials
|
---|
7 | # are licensed and made available under the terms and conditions of the BSD License
|
---|
8 | # which accompanies this distribution. The full text of the license may be found at
|
---|
9 | # http://opensource.org/licenses/bsd-license.php
|
---|
10 | #
|
---|
11 | # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
|
---|
12 | # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
---|
13 | #
|
---|
14 | #**/
|
---|
15 |
|
---|
16 | [Defines]
|
---|
17 | INF_VERSION = 0x00010005
|
---|
18 | BASE_NAME = IdeController
|
---|
19 | FILE_GUID = F3790689-FB90-4479-A2EF-B82A43AFE74D
|
---|
20 | MODULE_TYPE = UEFI_DRIVER
|
---|
21 | VERSION_STRING = 1.0
|
---|
22 | EDK_RELEASE_VERSION = 0x00020000
|
---|
23 | EFI_SPECIFICATION_VERSION = 0x00020000
|
---|
24 | ENTRY_POINT = InitializeIdeControllerDriver
|
---|
25 |
|
---|
26 | #
|
---|
27 | # The following information is for reference only and not required by the build tools.
|
---|
28 | #
|
---|
29 | # VALID_ARCHITECTURES = IA32 X64 IPF EBC
|
---|
30 | #
|
---|
31 |
|
---|
32 | [Sources.common]
|
---|
33 | ComponentName.c
|
---|
34 | IdeController.c
|
---|
35 | IdeController.h
|
---|
36 |
|
---|
37 | [Packages]
|
---|
38 | MdePkg/MdePkg.dec
|
---|
39 | IntelFrameworkPkg/IntelFrameworkPkg.dec
|
---|
40 |
|
---|
41 | [LibraryClasses]
|
---|
42 | UefiDriverEntryPoint
|
---|
43 | DebugLib
|
---|
44 | UefiLib
|
---|
45 | BaseLib
|
---|
46 | BaseMemoryLib
|
---|
47 | MemoryAllocationLib
|
---|
48 | UefiBootServicesTableLib
|
---|
49 |
|
---|
50 | [Protocols]
|
---|
51 | gEfiPciIoProtocolGuid
|
---|
52 | gEfiIdeControllerInitProtocolGuid
|
---|
Note:
See
TracBrowser
for help on using the repository browser.