]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/BaseRngLib/BaseRngLib.inf
MdePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdePkg / Library / BaseRngLib / BaseRngLib.inf
CommitLineData
255c8e22
QL
1## @file\r
2# Instance of RNG (Random Number Generator) Library.\r
3#\r
4# BaseRng Library that uses CPU RdRand instruction access to provide\r
5# high-quality random numbers.\r
6#\r
7# Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>\r
8#\r
9344f092 9# SPDX-License-Identifier: BSD-2-Clause-Patent\r
255c8e22
QL
10#\r
11#\r
12##\r
13\r
14[Defines]\r
15 INF_VERSION = 0x00010005\r
16 BASE_NAME = BaseRngLib\r
17 MODULE_UNI_FILE = BaseRngLib.uni\r
18 FILE_GUID = 626440D8-1971-41D9-9AB2-FB25F4AE79BC\r
19 MODULE_TYPE = BASE\r
20 VERSION_STRING = 1.0\r
21 LIBRARY_CLASS = RngLib\r
22 CONSTRUCTOR = BaseRngLibConstructor\r
23\r
24#\r
25# VALID_ARCHITECTURES = IA32 X64\r
26#\r
27\r
28[Sources.Ia32, Sources.X64]\r
29 BaseRng.c\r
30\r
31[Packages]\r
32 MdePkg/MdePkg.dec\r
33\r
34[LibraryClasses]\r
35 BaseLib\r
36 DebugLib\r