]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFrameworkPkg/Library/DxeSmmDriverEntryPoint/DxeSmmDriverEntryPoint.inf
IntelFrameworkPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / IntelFrameworkPkg / Library / DxeSmmDriverEntryPoint / DxeSmmDriverEntryPoint.inf
CommitLineData
6bfbb5f0 1## @file\r
f15d2c8f 2# Framework SMM driver entry point library.\r
694363f8 3#\r
f15d2c8f
LG
4# Register driver in SMRAM and wrapper driver's library constructors and entry point.\r
5#\r
1c2f052d 6# Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
694363f8 7#\r
22a69a5e 8# SPDX-License-Identifier: BSD-2-Clause-Patent\r
694363f8 9#\r
10#\r
6bfbb5f0 11##\r
694363f8 12\r
694363f8 13[Defines]\r
14 INF_VERSION = 0x00010005\r
15 BASE_NAME = DxeSmmDriverEntryPoint\r
f15d2c8f 16 MODULE_UNI_FILE = DxeSmmDriverEntryPoint.uni\r
694363f8 17 FILE_GUID = 79C5C7B7-1083-42a6-AD15-2A4E7C4274D7\r
18 MODULE_TYPE = DXE_SMM_DRIVER\r
19 VERSION_STRING = 1.0\r
334983fa 20 LIBRARY_CLASS = UefiDriverEntryPoint|DXE_SMM_DRIVER\r
694363f8 21\r
22\r
23#\r
24# The following information is for reference only and not required by the build tools.\r
25#\r
26# VALID_ARCHITECTURES = IA32 X64\r
27#\r
28\r
6bfbb5f0 29[Sources]\r
694363f8 30 DriverEntryPoint.c\r
31\r
32\r
694363f8 33[Packages]\r
34 MdePkg/MdePkg.dec\r
6e529033 35 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
694363f8 36\r
37\r
694363f8 38[LibraryClasses]\r
d85067fd 39 DebugLib\r
40 UefiBootServicesTableLib\r
41 DevicePathLib\r
694363f8 42\r
694363f8 43[Protocols]\r
f15d2c8f
LG
44 gEfiLoadedImageProtocolGuid ## CONSUMES\r
45 gEfiSmmBaseProtocolGuid ## CONSUMES\r
46 gEfiDevicePathProtocolGuid ## CONSUMES\r
1c2f052d 47\r
38e7a3f0 48[Depex]\r
49 gEfiSmmBaseProtocolGuid\r
50\r