hc
2024-03-26 e0728245c89800c2038c23308f2d88969d5b41c8
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
#
# Copyright (c) 2021-2022, Rockchip Limited. All rights reserved.
# SPDX-License-Identifier: BSD-2-Clause-Patent
#
 
[Defines]
  INF_VERSION = 0x00010006
  BASE_NAME = UefiShellI2cDemoLib
  FILE_GUID = adf4b61c-2ca3-4e1a-9597-99282f5a4aa2
  MODULE_TYPE = UEFI_APPLICATION
  VERSION_STRING = 0.1
  LIBRARY_CLASS  = NULL|UEFI_APPLICATION UEFI_DRIVER
  CONSTRUCTOR = ShellI2cDemoTestLibConstructor
  DESTRUCTOR  = ShellI2cDemoTestLibDestructor
 
[Sources]
  I2cDemoTest.c
  I2cDemoTest.uni
 
[Packages]
  MdePkg/MdePkg.dec
  ShellPkg/ShellPkg.dec
  MdeModulePkg/MdeModulePkg.dec
  Silicon/Rockchip/RockchipPkg.dec
  Silicon/Rockchip/RK3588/RK3588.dec
 
[LibraryClasses]
  UefiLib
  UefiBootServicesTableLib
  MemoryAllocationLib
  BaseLib
  BaseMemoryLib
  DebugLib
  ShellCommandLib
  ShellLib
  UefiLib
  UefiRuntimeServicesTableLib
  PcdLib
 
[Protocols]
 gRockchipI2cDemoProtocolGuid
 gEfiI2cMasterProtocolGuid
 
[Guids]
  gShellI2cDemoHiiGuid