• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

OWNERSD23-Nov-202372 54

README.mdD23-Nov-2023613 1812

ft2build.hD23-Nov-2023853 315

ftmodule.hD23-Nov-2023295 95

ftoption.hD23-Nov-202360 KiB97087

rules.jsonD23-Nov-2023501 2524

rules.mkD23-Nov-2023885 3325

README.md

1# TEEUI build rules
2
3This directory holds build rules for building a minimal freetype library
4for teeui. Teeui (Android system/teeui) provides minimal layout and
5UI rendering facilities for restricted runtime environments. It is used
6by the confirmationui trusted app for Trusty.
7
8## rules.mk
9
10This defines a freetype module for Trusty.
11
12## rules.json
13
14This is a generic json representation of the files and include paths
15required to build the teeui freetype library. Sufficiently generic
16build systems may be able to include this file directly, or it can be
17used to generate build rules for other build systems.
18