]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/SmmLibNull/SmmLibNull.inf
MdePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdePkg / Library / SmmLibNull / SmmLibNull.inf
CommitLineData
6bfbb5f0 1## @file\r
0bce7349 2# NULL instance of SMM Library.\r
3#\r
9095d37b 4# Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>\r
0bce7349 5#\r
9344f092 6# SPDX-License-Identifier: BSD-2-Clause-Patent\r
0bce7349 7#\r
8#\r
6bfbb5f0 9##\r
0bce7349 10\r
11[Defines]\r
12 INF_VERSION = 0x00010005\r
13 BASE_NAME = SmmLibNull\r
c92c1790 14 MODULE_UNI_FILE = SmmLibNull.uni\r
0bce7349 15 FILE_GUID = DDADFC93-FBC5-4389-B20F-EC99E4A6AE52\r
16 MODULE_TYPE = BASE\r
17 VERSION_STRING = 1.0\r
18 LIBRARY_CLASS = SmmLib\r
19\r
20#\r
21# The following information is for reference only and not required by the build tools.\r
22#\r
3cb0a311 23# VALID_ARCHITECTURES = IA32 X64 EBC\r
0bce7349 24#\r
25\r
26[Sources]\r
27 SmmLibNull.c\r
9095d37b 28\r
0bce7349 29\r
30[Packages]\r
31 MdePkg/MdePkg.dec\r
32\r