]> git.proxmox.com Git - mirror_edk2.git/blob - Vlv2TbltDevicePkg/Library/BiosIdLib/BiosIdLib.inf
Upload BSD-licensed Vlv2TbltDevicePkg and Vlv2DeviceRefCodePkg to
[mirror_edk2.git] / Vlv2TbltDevicePkg / Library / BiosIdLib / BiosIdLib.inf
1 #/*++
2 #
3 # Copyright (c) 2010 - 2014, Intel Corporation. All rights reserved
4 #
5 # This program and the accompanying materials are licensed and made available under
6 # the terms and conditions of the BSD License that accompanies this distribution.
7 # The full text of the license may be found at
8 # http://opensource.org/licenses/bsd-license.php.
9 #
10 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
11 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
12 #
13
14 #
15 # Module Name:
16 #
17 # BiosIdLib.inf
18 #
19 # Abstract:
20 #
21 # Component description file for BIOS ID library
22 #
23 #--*/
24 [Defines]
25 INF_VERSION = 0x00010005
26 BASE_NAME = BiosIdLib
27 FILE_GUID = 98546145-64F1-4d2e-814F-6BF963DB7930
28 MODULE_TYPE = BASE
29 VERSION_STRING = 1.0
30 LIBRARY_CLASS = BiosIdLib
31 PI_SPECIFICATION_VERSION = 0x0001000A
32
33 [Sources]
34 BiosIdLib.c
35
36 [Packages]
37 MdePkg/MdePkg.dec
38 MdePkg/MdePkg.dec
39 MdeModulePkg/MdeModulePkg.dec
40 Vlv2DeviceRefCodePkg/Vlv2DeviceRefCodePkg.dec
41 Vlv2TbltDevicePkg/PlatformPkg.dec
42
43 [LibraryClasses]
44 HobLib
45
46 [Guids]
47 gEfiBiosIdGuid
48
49 [Protocols]
50 gEfiLoadedImageProtocolGuid
51 gEfiFirmwareVolume2ProtocolGuid
52
53 [Depex]
54 gEfiLoadedImageProtocolGuid AND
55 gEfiFirmwareVolume2ProtocolGuid