]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - IntelFrameworkPkg/Library/DxeSmmDriverEntryPoint/DxeSmmDriverEntryPoint.inf
IntelFrameworkPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / IntelFrameworkPkg / Library / DxeSmmDriverEntryPoint / DxeSmmDriverEntryPoint.inf
... / ...
CommitLineData
1## @file\r
2# Framework SMM driver entry point library.\r
3#\r
4# Register driver in SMRAM and wrapper driver's library constructors and entry point.\r
5#\r
6# Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
7#\r
8# SPDX-License-Identifier: BSD-2-Clause-Patent\r
9#\r
10#\r
11##\r
12\r
13[Defines]\r
14 INF_VERSION = 0x00010005\r
15 BASE_NAME = DxeSmmDriverEntryPoint\r
16 MODULE_UNI_FILE = DxeSmmDriverEntryPoint.uni\r
17 FILE_GUID = 79C5C7B7-1083-42a6-AD15-2A4E7C4274D7\r
18 MODULE_TYPE = DXE_SMM_DRIVER\r
19 VERSION_STRING = 1.0\r
20 LIBRARY_CLASS = UefiDriverEntryPoint|DXE_SMM_DRIVER\r
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
29[Sources]\r
30 DriverEntryPoint.c\r
31\r
32\r
33[Packages]\r
34 MdePkg/MdePkg.dec\r
35 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
36\r
37\r
38[LibraryClasses]\r
39 DebugLib\r
40 UefiBootServicesTableLib\r
41 DevicePathLib\r
42\r
43[Protocols]\r
44 gEfiLoadedImageProtocolGuid ## CONSUMES\r
45 gEfiSmmBaseProtocolGuid ## CONSUMES\r
46 gEfiDevicePathProtocolGuid ## CONSUMES\r
47\r
48[Depex]\r
49 gEfiSmmBaseProtocolGuid\r
50\r