commit | ea3a3584f523e9ddccd689f1746f9f09bf48d9e9 | [log] [tgz] |
---|---|---|
author | Jacky Romano <jr@graphtech.co.il> | Sun Apr 17 23:49:13 2011 +0300 |
committer | David 'Digit' Turner <digit@android.com> | Tue May 03 14:40:52 2011 +0200 |
tree | cb764e2f964f19e811b187d18c7423e13320cd91 | |
parent | 139308015e9db0fc148e61b55dc4c51b7c791523 [diff] |
emugen: generate wrapper library files Add functionality to generate a wrapper library. A wrapper library includes: 1. entry points 2. dispatch table (accessed from the library entry points) 3. dispatch table accessor callback 4. dispatch table initialization function Note that the dispatch table initialization function used to be part of the decoder. This change moves it to be part of the dispatch table layer where it belongs. Change-Id: Ide6764a17cc029056f9946e778a513cdc2a49003