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