mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-11-24 11:45:27 +01:00
74 lines
2.1 KiB
INI
74 lines
2.1 KiB
INI
|
# $Id$
|
||
|
## @file
|
||
|
# VBoxIdeControllerDxe.inf
|
||
|
#
|
||
|
|
||
|
#
|
||
|
# Copyright (C) 2010 Oracle Corporation
|
||
|
#
|
||
|
# This file is part of VirtualBox Open Source Edition (OSE), as
|
||
|
# available from http://www.virtualbox.org. This file is free software;
|
||
|
# you can redistribute it and/or modify it under the terms of the GNU
|
||
|
# General Public License (GPL) as published by the Free Software
|
||
|
# Foundation, in version 2 as it comes in the "COPYING" file of the
|
||
|
# VirtualBox OSE distribution. VirtualBox OSE is distributed in the
|
||
|
# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
|
||
|
#
|
||
|
|
||
|
#
|
||
|
# This code is based on:
|
||
|
#
|
||
|
#/** @file
|
||
|
#
|
||
|
# Component description file for the IDE Controller Init module.
|
||
|
#
|
||
|
# Copyright (c) 2008, Intel Corporation. <BR>
|
||
|
# 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.
|
||
|
#
|
||
|
#**/
|
||
|
|
||
|
[Defines]
|
||
|
INF_VERSION = 0x00010005
|
||
|
BASE_NAME = IdeController
|
||
|
FILE_GUID = de85315c-d4da-11df-8015-080027a4ca0d
|
||
|
MODULE_TYPE = UEFI_DRIVER
|
||
|
VERSION_STRING = 1.0
|
||
|
EDK_RELEASE_VERSION = 0x00020000
|
||
|
EFI_SPECIFICATION_VERSION = 0x00020000
|
||
|
ENTRY_POINT = InitializeIdeControllerDriver
|
||
|
|
||
|
#
|
||
|
# The following information is for reference only and not required by the build tools.
|
||
|
#
|
||
|
# VALID_ARCHITECTURES = IA32 X64 IPF EBC
|
||
|
#
|
||
|
|
||
|
[Sources.common]
|
||
|
ComponentName.c
|
||
|
IdeController.c
|
||
|
IdeController.h
|
||
|
|
||
|
[Packages]
|
||
|
# VBoxPkg/VBoxPkg.dec
|
||
|
MdePkg/MdePkg.dec
|
||
|
IntelFrameworkPkg/IntelFrameworkPkg.dec
|
||
|
|
||
|
[LibraryClasses]
|
||
|
UefiDriverEntryPoint
|
||
|
DebugLib
|
||
|
UefiLib
|
||
|
BaseLib
|
||
|
BaseMemoryLib
|
||
|
MemoryAllocationLib
|
||
|
UefiBootServicesTableLib
|
||
|
|
||
|
[Protocols]
|
||
|
gEfiPciIoProtocolGuid
|
||
|
gEfiIdeControllerInitProtocolGuid
|