• Home
  • History
  • Annotate
  • only in /frameworks/wilhelm/tools/hashgen/
NameDateSize

..12-Mar-20154 KiB

frag1.c12-Mar-20151.2 KiB

frag2.c12-Mar-2015124

frag3.c12-Mar-20151,016

hash.sed12-Mar-2015101

interfaces.c12-Mar-20153.3 KiB

Makefile12-Mar-20151.5 KiB

MPH.h12-Mar-20155.2 KiB

OpenSLES_IID.c12-Mar-201513 KiB

part1.c12-Mar-20151,012

part4.c12-Mar-201547

part6.c12-Mar-2015134

part8.c12-Mar-2015353

README.txt12-Mar-2015730

README.txt

1This re-generates the file IID_to_MPH.c using gperf.
2You need to do this after modifying either OpenSLES_IID.c or MPH.c.
3
4Prerequisites:
5 * GNU make
6 * GNU gperf perfect hash generator
7   $ gperf --version
8   GNU gperf 3.0.3
9 * GNU sed
10   $ sed --version
11   GNU sed version 4.2.1
12
13Usage:
14Type 'make'.
15Diff the old file in ../../src/autogen vs. the newly generated IID_to_MPH.c here.
16If the differences look OK, then copy the new IID_to_MPH.c back to
17  its stable location in ../../src/autogen using 'make install'.
18Build and test the usage of the new IID.
19Then do 'make clean' or 'make distclean' here.
20
21hashgen is known to work on Linux with GNU gperf 3.0.3 and GNU sed
22version 4.2.1.  There are reports of problems on Mac OS X.
23