Last change
on this file was 89983, checked in by vboxsync, 4 years ago |
Devices/EFI: Merge edk-stable202105 and openssl 1.1.1j and make it build, bugref:4643
|
-
Property svn:eol-style
set to
native
|
File size:
782 bytes
|
Line | |
---|
1 | ## @file
|
---|
2 | # NULL instance of RedfishContentCodingLibNull
|
---|
3 | # This library is used to encode/decode Redfish payload.
|
---|
4 | #
|
---|
5 | # (C) Copyright 2021 Hewlett Packard Enterprise Development LP<BR>
|
---|
6 | #
|
---|
7 | # SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
8 | #
|
---|
9 | ##
|
---|
10 |
|
---|
11 | [Defines]
|
---|
12 | INF_VERSION = 0x0001000b
|
---|
13 | BASE_NAME = RedfishContentCodingLibNull
|
---|
14 | FILE_GUID = 06B10249-4D38-FF37-0CA5-13AFB6D625CC
|
---|
15 | MODULE_TYPE = DXE_DRIVER
|
---|
16 | VERSION_STRING = 1.0
|
---|
17 | LIBRARY_CLASS = RedfishContentCodingLib
|
---|
18 |
|
---|
19 | #
|
---|
20 | # VALID_ARCHITECTURES = IA32 X64 ARM AARCH64 RISCV64
|
---|
21 | #
|
---|
22 |
|
---|
23 | [Sources]
|
---|
24 | RedfishContentCodingLibNull.c
|
---|
25 |
|
---|
26 | [Packages]
|
---|
27 | MdePkg/MdePkg.dec
|
---|
28 | MdeModulePkg/MdeModulePkg.dec
|
---|
29 | RedfishPkg/RedfishPkg.dec
|
---|
30 |
|
---|
31 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.