Home | History | Annotate | only in /frameworks/wilhelm/tools/hashgen
Up to higher level directory
NameDateSize
frag1.c04-Nov-20141.2K
frag2.c04-Nov-2014124
frag3.c04-Nov-20141,016
hash.sed04-Nov-2014101
interfaces.c04-Nov-20143.3K
Makefile04-Nov-20141.5K
MPH.h04-Nov-20145.2K
OpenSLES_IID.c04-Nov-201413K
part1.c04-Nov-20141,012
part4.c04-Nov-201447
part6.c04-Nov-2014134
part8.c04-Nov-2014353
README.txt04-Nov-2014730

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    $ gperf --version
      8    GNU gperf 3.0.3
      9  * GNU sed
     10    $ sed --version
     11    GNU sed version 4.2.1
     12 
     13 Usage:
     14 Type 'make'.
     15 Diff the old file in ../../src/autogen vs. the newly generated IID_to_MPH.c here.
     16 If the differences look OK, then copy the new IID_to_MPH.c back to
     17   its stable location in ../../src/autogen using 'make install'.
     18 Build and test the usage of the new IID.
     19 Then do 'make clean' or 'make distclean' here.
     20 
     21 hashgen is known to work on Linux with GNU gperf 3.0.3 and GNU sed
     22 version 4.2.1.  There are reports of problems on Mac OS X.
     23