• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1## @file
2# Null instance of Debug Agent Library with empty functions.
3#
4#  Copyright (c) 2010 - 2014, Intel Corporation. All rights reserved.<BR>
5#
6
7# This program and the accompanying materials are licensed and made available under
8
9# the terms and conditions of the BSD License that accompanies this distribution.
10
11# The full text of the license may be found at
12
13# http://opensource.org/licenses/bsd-license.php.
14
15#
16
17# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
18
19# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
20
21#
22
23#
24#  This program and the accompanying materials
25#  are licensed and made available under the terms and conditions of the BSD License
26#  which accompanies this distribution. The full text of the license may be found at
27#  http://opensource.org/licenses/bsd-license.php
28#  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
29#  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
30#
31#
32
33[Defines]
34  INF_VERSION                    = 0x00010005
35  BASE_NAME                      = I2CLib
36  FILE_GUID                      = 7f62bf44-2ba7-4c2d-9d4a-91c8906ff053
37  MODULE_TYPE                    = BASE
38  VERSION_STRING                 = 1.0
39  LIBRARY_CLASS                  = I2CLib
40
41#
42# The following information is for reference only and not required by the build tools.
43#
44#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC
45#
46
47[Sources.common]
48  I2CLib.c
49
50[LibraryClasses]
51  BaseLib
52  IoLib
53  TimerLib
54
55[Packages]
56  MdePkg/MdePkg.dec
57  MdeModulePkg/MdeModulePkg.dec
58  Vlv2TbltDevicePkg/PlatformPkg.dec
59  Vlv2DeviceRefCodePkg/Vlv2DeviceRefCodePkg.dec
60
61[Protocols]
62  gEfiGlobalNvsAreaProtocolGuid
63