Home | History | Annotate | only in /frameworks/wilhelm/tools/hashgen
Up to higher level directory
NameDateSize
frag1.c25-Jul-20131.2K
frag2.c25-Jul-2013124
frag3.c25-Jul-20131,016
hash.sed25-Jul-2013101
interfaces.c25-Jul-20133.2K
Makefile25-Jul-20131.5K
MPH.h25-Jul-20135K
OpenSLES_IID.c25-Jul-201312.6K
part1.c25-Jul-20131,012
part4.c25-Jul-201347
part6.c25-Jul-2013134
part8.c25-Jul-2013353
README.txt25-Jul-2013635

README.txt

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