]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/BaseSmbusLibNull/BaseSmbusLibNull.inf
MdePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdePkg / Library / BaseSmbusLibNull / BaseSmbusLibNull.inf
CommitLineData
c48abbed
SQ
1## @file\r
2# Null implementation of the SMBUS Library.\r
3#\r
3cb0a311 4# Copyright (c) 2013 - 2018, Intel Corporation. All rights reserved.<BR>\r
c48abbed 5#\r
9344f092 6# SPDX-License-Identifier: BSD-2-Clause-Patent\r
c48abbed
SQ
7#\r
8##\r
9\r
10[Defines]\r
11 INF_VERSION = 0x00010005\r
12 BASE_NAME = BaseSmbusLibNull\r
c92c1790 13 MODULE_UNI_FILE = BaseSmbusLibNull.uni\r
c48abbed
SQ
14 FILE_GUID = E2ECA273-A1C0-407E-9A5C-F10C55142196\r
15 MODULE_TYPE = BASE\r
16 VERSION_STRING = 1.0\r
17 LIBRARY_CLASS = SmbusLib\r
18\r
19#\r
3cb0a311 20# VALID_ARCHITECTURES = IA32 X64 EBC\r
c48abbed
SQ
21#\r
22\r
23[Sources]\r
24 BaseSmbusLibNull.c\r
25\r
26[Packages]\r
27 MdePkg/MdePkg.dec\r
28\r
29[LibraryClasses]\r
30 DebugLib\r