]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
MdePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdePkg / Library / BasePcdLibNull / BasePcdLibNull.inf
... / ...
CommitLineData
1## @file\r
2# Instance of PCD Library without support of dynamic PCD entries.\r
3#\r
4# PCD Library that only provides access to Feature Flag, Fixed At Build,\r
5# and Binary Patch typed PCD entries. Access to Dynamic PCD entries is ignored.\r
6#\r
7# Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>\r
8#\r
9# SPDX-License-Identifier: BSD-2-Clause-Patent\r
10#\r
11#\r
12##\r
13\r
14[Defines]\r
15 INF_VERSION = 0x00010005\r
16 BASE_NAME = BasePcdLibNull\r
17 MODULE_UNI_FILE = BasePcdLibNull.uni\r
18 FILE_GUID = 40096a3a-5c2a-4fbc-aef7-5475dd7ab334\r
19 MODULE_TYPE = BASE\r
20 VERSION_STRING = 1.0\r
21 LIBRARY_CLASS = PcdLib\r
22\r
23\r
24#\r
25# VALID_ARCHITECTURES = IA32 X64 EBC\r
26#\r
27\r
28[Sources]\r
29 PcdLib.c\r
30\r
31[LibraryClasses]\r
32 DebugLib\r
33 BaseMemoryLib\r
34\r
35[Packages]\r
36 MdePkg/MdePkg.dec\r
37\r