Add BlackBerry.alx parser support
commit066b31fbf5e9bf363fe2637c4ba3705bdd3a1762
authorNicolas VIVIEN <nicolas@vivien.fr>
Fri, 31 Dec 2010 15:35:33 +0000 (31 16:35 +0100)
committerNicolas VIVIEN <nicolas@vivien.fr>
Fri, 31 Dec 2010 15:35:33 +0000 (31 16:35 +0100)
tree166e6401f6fda580c52152354f64106163ce52f1
parente78a8dd323af2b532dedbd8b55d7d8ff5b30e069
Add BlackBerry.alx parser support

Now, we can parse BlackBerry.alx file.

This file has a particularity :
<application>
  ...
  <application>
    ...
  </application>
</application>

Now, we have to add a flag parser :
- KeyboardType="Virtual|QwertyVirtual"
- _vendorID="278|392|109|331"
- _vendorID="~100|102"
etc.
src/a_alxparser.cc
src/a_alxparser.h
src/a_osloader.cc
src/xmlparser.cc