]> git.proxmox.com Git - mirror_edk2.git/blame - EdkCompatibilityPkg/Compatibility/SmmAccess2OnSmmAccessThunk/SmmAccess2OnSmmAccessThunk.inf
Program SD Cards into 4-bit mode (support for this is required in the spec). This...
[mirror_edk2.git] / EdkCompatibilityPkg / Compatibility / SmmAccess2OnSmmAccessThunk / SmmAccess2OnSmmAccessThunk.inf
CommitLineData
9e620719 1## @file\r
2# Component description file for SMM Access2 Protocol on SMM Access Protocol Thunk driver.\r
3#\r
584d5652 4# Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR>\r
9e620719 5#\r
584d5652 6# This program and the accompanying materials\r
9e620719 7# are licensed and made available under the terms and conditions of the BSD License\r
8# which accompanies this distribution. The full text of the license may be found at\r
9# http://opensource.org/licenses/bsd-license.php\r
10#\r
11# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13#\r
6bfbb5f0 14##\r
9e620719 15\r
16[Defines]\r
17 INF_VERSION = 0x00010005\r
18 BASE_NAME = SmmAccess2OnSmmAccessThunk\r
19 FILE_GUID = 98BBCDA4-18B4-46d3-BD1F-6A3A52D44CF8\r
20 MODULE_TYPE = DXE_DRIVER\r
21 VERSION_STRING = 1.0\r
22 ENTRY_POINT = SmmAccess2ThunkMain\r
23\r
24#\r
25# The following information is for reference only and not required by the build tools.\r
26#\r
27# VALID_ARCHITECTURES = IA32 X64\r
28#\r
29\r
30[Sources]\r
31 SmmAccess2OnSmmAccessThunk.c\r
32 SmmAccess2OnSmmAccessThunk.h\r
33\r
34[Packages]\r
35 MdePkg/MdePkg.dec\r
36 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
37 EdkCompatibilityPkg/EdkCompatibilityPkg.dec\r
38\r
39[LibraryClasses]\r
40 UefiDriverEntryPoint\r
41 UefiBootServicesTableLib\r
42 DebugLib\r
43\r
44[Protocols]\r
45 gEfiSmmAccessProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
46 gEfiSmmAccess2ProtocolGuid # PROTOCOL ALWAYS_PRODUCED\r
47\r
48[Depex]\r
49 gEfiSmmAccessProtocolGuid\r
50\r