]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - IntelFrameworkPkg/Library/DxeSmmDriverEntryPoint/DxeSmmDriverEntryPoint.inf
IntelFrameworkPkg: INF/DEC file updates to EDK II packages
[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 - 2014, Intel Corporation. All rights reserved.<BR>\r
7#\r
8# This program and the accompanying materials\r
9# are licensed and made available under the terms and conditions of the BSD License\r
10# which accompanies this distribution. The full text of the license may be found at\r
11# http://opensource.org/licenses/bsd-license.php\r
12# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
13# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
14#\r
15#\r
16##\r
17\r
18[Defines]\r
19 INF_VERSION = 0x00010005\r
20 BASE_NAME = DxeSmmDriverEntryPoint\r
21 MODULE_UNI_FILE = DxeSmmDriverEntryPoint.uni\r
22 FILE_GUID = 79C5C7B7-1083-42a6-AD15-2A4E7C4274D7\r
23 MODULE_TYPE = DXE_SMM_DRIVER\r
24 VERSION_STRING = 1.0\r
25 LIBRARY_CLASS = UefiDriverEntryPoint|DXE_SMM_DRIVER\r
26\r
27\r
28#\r
29# The following information is for reference only and not required by the build tools.\r
30#\r
31# VALID_ARCHITECTURES = IA32 X64\r
32#\r
33\r
34[Sources]\r
35 DriverEntryPoint.c\r
36\r
37\r
38[Packages]\r
39 MdePkg/MdePkg.dec\r
40 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
41\r
42\r
43[LibraryClasses]\r
44 DebugLib\r
45 UefiBootServicesTableLib\r
46 DevicePathLib\r
47\r
48[Protocols]\r
49 gEfiLoadedImageProtocolGuid ## CONSUMES\r
50 gEfiSmmBaseProtocolGuid ## CONSUMES\r
51 gEfiDevicePathProtocolGuid ## CONSUMES\r
52 \r
53[Depex]\r
54 gEfiSmmBaseProtocolGuid\r
55\r