VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/FirmwareNew/MdePkg/Library/MipiSysTLib/MipiSysTLib.inf@ 101291

Last change on this file since 101291 was 101291, checked in by vboxsync, 14 months ago

EFI/FirmwareNew: Make edk2-stable202308 build on all supported platforms (using gcc at least, msvc not tested yet), bugref:4643

  • Property svn:eol-style set to native
File size: 1.3 KB
Line 
1## @file
2# A library providing funcitons to communicate with mipi sys-T submodule.
3#
4# Copyright (c) 2023, Intel Corporation. All rights reserved.<BR>
5#
6# SPDX-License-Identifier: BSD-2-Clause-Patent
7#
8##
9
10[Defines]
11 INF_VERSION = 0x00010005
12 BASE_NAME = MipiSysTLib
13 FILE_GUID = A58B0510-9E6D-4747-95D8-E5B8AF4633E6
14 MODULE_TYPE = BASE
15 VERSION_STRING = 1.0
16 LIBRARY_CLASS = MipiSysTLib
17
18 DEFINE MIPI_HEADER_PATH = mipisyst/library/include/mipi_syst
19 DEFINE MIPI_SOURCE_PATH = mipisyst/library/src
20
21#
22# The following information is for reference only and not required by the build tools.
23#
24# VALID_ARCHITECTURES = IA32 X64
25#
26
27[LibraryClasses]
28 IoLib
29 BaseMemoryLib
30
31[Packages]
32 MdePkg/MdePkg.dec
33
34[Sources]
35 MipiSysTLib.c
36 mipi_syst.h
37 Platform.c
38 Platform.h
39 $(MIPI_HEADER_PATH)/api.h
40 $(MIPI_HEADER_PATH)/crc32.h
41 $(MIPI_HEADER_PATH)/compiler.h
42 $(MIPI_HEADER_PATH)/message.h
43 $(MIPI_HEADER_PATH)/inline.h
44 $(MIPI_SOURCE_PATH)/mipi_syst_init.c
45 $(MIPI_SOURCE_PATH)/mipi_syst_api.c
46 $(MIPI_SOURCE_PATH)/mipi_syst_crc32.c
47 $(MIPI_SOURCE_PATH)/mipi_syst_writer.c
48 $(MIPI_SOURCE_PATH)/mipi_syst_inline.c
49 $(MIPI_SOURCE_PATH)/mipi_syst_compiler.c
50
51[BuildOptions]
52 *_*_*_CC_FLAGS = -DMIPI_SYST_STATIC
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette