IBM VPD main app & KeywordVPD parser:
IBM VPD main application triggers either 'IPZ/Keyword' type VPD parser. This commit also has keyword VPD parser code.
Flag to enable IBM VPD main parser is "--
IBM VPD main app & KeywordVPD parser:
IBM VPD main application triggers either 'IPZ/Keyword' type VPD parser. This commit also has keyword VPD parser code.
Flag to enable IBM VPD main parser is "--enable-ibm-parser" Flag to debug the keyword vpd parser is "--enable-debug-kw-vpd".
Steps to build and execute: ./bootstrap.sh ./configure ${CONFIGURE_FLAGS} --enable-ibm-parser make To run test cases: make check
Test: Tested on a rainier system to parse [IPZ and Keyword] types of VPD.
Signed-off-by: PriyangaRamasamy <priyanga24@in.ibm.com> Change-Id: Ie4466551a60acd16ad9e4852f9b4d14c51f0a44d
show more ...
|