60 lines
1.9 KiB
INI
60 lines
1.9 KiB
INI
## @file
|
|
# Component description file for LegacySpeakerDxe driver.
|
|
#
|
|
#;******************************************************************************
|
|
#;* Copyright (c) 2014, Insyde Software Corporation. All Rights Reserved.
|
|
#;*
|
|
#;* You may not reproduce, distribute, publish, display, perform, modify, adapt,
|
|
#;* transmit, broadcast, present, recite, release, license or otherwise exploit
|
|
#;* any part of this publication in any form, by any means, without the prior
|
|
#;* written permission of Insyde Software Corporation.
|
|
#;*
|
|
#;******************************************************************************
|
|
#
|
|
# This file contains a 'Sample Driver' and is licensed as such
|
|
# under the terms of your license agreement with Intel or your
|
|
# vendor. This file may be modified by the user, subject to
|
|
# the additional terms of the license agreement
|
|
#
|
|
# Copyright (c) 1999 - 2002 Intel Corporation. All rights reserved
|
|
# This software and associated documentation (if any) is furnished
|
|
# under a license and may only be used or copied in accordance
|
|
# with the terms of the license. Except as permitted by such
|
|
# license, no part of this software or documentation may be
|
|
# reproduced, stored in a retrieval system, or transmitted in any
|
|
# form or by any means without the express written consent of
|
|
# Intel Corporation.
|
|
#
|
|
##
|
|
|
|
|
|
[Defines]
|
|
INF_VERSION = 0x00010005
|
|
BASE_NAME = LegacySpeakerDxe
|
|
FILE_GUID = 400B4476-3081-11D6-87ED-00062945C3B9
|
|
MODULE_TYPE = DXE_DRIVER
|
|
VERSION_STRING = 1.0
|
|
ENTRY_POINT = InitializeSpeakerInterfaceEntryPoint
|
|
|
|
[Sources]
|
|
LegacySpeakerDxe.c
|
|
LegacySpeakerDxe.h
|
|
|
|
[Packages]
|
|
MdePkg/MdePkg.dec
|
|
MdeModulePkg/MdeModulePkg.dec
|
|
InsydeModulePkg/InsydeModulePkg.dec
|
|
|
|
[LibraryClasses]
|
|
IoLib
|
|
DebugLib
|
|
UefiDriverEntryPoint
|
|
UefiBootServicesTableLib
|
|
|
|
[Protocols]
|
|
gEfiSpeakerInterfaceProtocolGuid
|
|
|
|
[Depex]
|
|
TRUE
|
|
|