commit | 4a58985ce0cfb24bc0eb8678a4aa9a0ac42ba524 | [log] [tgz] |
---|---|---|
author | Peter Hanson <peterh@google.com> | Wed Jun 07 17:40:45 2017 -0700 |
committer | Vernon Mauery <vernon.mauery@linux.intel.com> | Wed Jul 25 17:31:48 2018 +0000 |
tree | c267c333630f61e249a1f9fcc4144d8438241d75 | |
parent | 15309efc2c1cebadbabdb0ef5f74a38fb8b78cfd [diff] |
Add OemRouter facility. OemRouter adds a facility to register OEM Group Message handlers, then dispatch matching messages to the registered handler. Added as a core source so that any dynamic provider can register its messages without requiring any specific load order. Includes code fixes for x86 portability. Change-Id: I47b8fe7873e3c7fdf35a00d3c8a7e17d30c398c4 Signed-off-by: Peter Hanson <peterh@google.com> Signed-off-by: Patrick Venture <venture@google.com>
To build this package, do the following steps:
1. ./bootstrap.sh 2. ./configure ${CONFIGURE_FLAGS} 3. make
To clean the repository run ./bootstrap.sh clean
.