]> git.proxmox.com Git - mirror_edk2.git/blob - RedfishPkg/Library/BaseUcs2Utf8Lib/BaseUcs2Utf8Lib.inf
RedfishPkg/Ucs2Utf8lib: UCS2 to UFT8 manipulation library
[mirror_edk2.git] / RedfishPkg / Library / BaseUcs2Utf8Lib / BaseUcs2Utf8Lib.inf
1 ## @file
2 # UCS2 to UTF8 manipulation library.
3 #
4 # Copyright (c) 2019, Intel Corporation. All rights reserved.<BR>
5 # (C) Copyright 2020 Hewlett Packard Enterprise Development LP<BR>
6 #
7 # SPDX-License-Identifier: BSD-2-Clause-Patent
8 #
9 ##
10
11 [Defines]
12 INF_VERSION = 0x0001001b
13 BASE_NAME = BaseUcs2Utf8Lib
14 FILE_GUID = 536646C3-46D0-4B12-ABC4-CDE1A33B5256
15 MODULE_TYPE = BASE
16 VERSION_STRING = 1.0
17 LIBRARY_CLASS = Ucs2Utf8Lib
18
19 #
20 # VALID_ARCHITECTURES = IA32 X64 ARM AARCH64 RISCV64
21 #
22
23 [Sources]
24 BaseUcs2Utf8Lib.c
25
26 [Packages]
27 MdePkg/MdePkg.dec
28 MdeModulePkg/MdeModulePkg.dec
29 RedfishPkg/RedfishPkg.dec
30
31