summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix XML file metaversioning logic.Yifan Hong2017-09-191-8/+10
* Do not allow first <kernel> version to have non-empty <condition>.Yifan Hong2017-08-241-0/+15
* Improve error messages in parse_xml.cppYifan Hong2017-08-241-2/+2
* Add <conditions> to <kernel> in framework compat matYifan Hong2017-08-241-0/+17
* Add hardcoded version checks for netutils-wrapperYifan Hong2017-08-161-0/+60
* Track tinyxml2 API change.android-o-iot-preview-5Elliott Hughes2017-08-081-1/+1
* Native HALs don't require <transport>.Yifan Hong2017-08-071-2/+32
* Add <xmlfile> to manifest / comp mat.Yifan Hong2017-06-231-0/+88
* Update better error message.Yifan Hong2017-06-021-2/+6
* Do not allow duplicated major version across <hal> in manifestsYifan Hong2017-05-221-1/+2
* Rework compat check of ManifestHal vs. MatrixHalYifan Hong2017-05-191-2/+5
* Add HalInterface to compatibility matrixYifan Hong2017-05-191-1/+12
* Renamed ManifestHalInterface to HalInterfaceYifan Hong2017-05-191-27/+27
* Add device/fwk compatibility matrix to VintfObject.Yifan Hong2017-05-041-1/+3
* Allow VNDK to be missing from compatibility matrix.Yifan Hong2017-04-281-1/+3
* Remove a TODO commentYifan Hong2017-04-171-1/+2
* Allow avb.vbmeta-version to be missing from compat matYifan Hong2017-04-151-1/+1
* Add avb.vbmeta-version to CompatibilityMatrix and RuntimeInfoYifan Hong2017-04-131-1/+15
* compatibility-matrix.sepolicy.sepolicy-version formatYifan Hong2017-04-131-3/+3
* Include Vndk version to compatibility matrix XML.Yifan Hong2017-04-131-0/+2
* Add <vndk> entry to framework manifest and device comp-mat.Yifan Hong2017-04-061-0/+54
* Updated detailed error message.Yifan Hong2017-04-051-12/+17
* Add <sepolicy> tag to HalManifest.Yifan Hong2017-04-051-0/+22
* Add manifest/compatibility-matrix.type attributeYifan Hong2017-04-051-6/+30
* Remove <impl> tag from ManifestHal.Yifan Hong2017-04-051-22/+0
* Add bitness info to <transport>.Yifan Hong2017-03-081-5/+38
* Do not attach <impl> tag if level is empty.Yifan Hong2017-03-061-1/+4
* Allow optional elements and attributes.Yifan Hong2017-02-281-23/+49
* Add manifest.hal.interface entryYifan Hong2017-02-241-1/+37
* Change compatibility-matrix.kernel.minlts to versionYifan Hong2017-02-241-8/+2
* Cleanup parse_xml.cppYifan Hong2017-02-241-30/+53
* vintf: VendorManifest -> HalManifestYifan Hong2017-02-171-6/+6
* Remove unused and move global XmlConverters.Yifan Hong2017-02-171-10/+12
* vintf: Clean up private member fields for CompatibilityMatrix.Yifan Hong2017-02-171-5/+5
* vintf: formatting.Yifan Hong2017-02-171-17/+17
* Implement sepolicy section in compatibility-matrix.Yifan Hong2017-02-161-4/+11
* Complete definition for CompatibilityMatrixYifan Hong2017-02-161-7/+51
* Remove isValid() from public API.Yifan Hong2017-01-311-1/+1
* Hide some public API in VendorManifest and CompatibilityMatrix.Yifan Hong2017-01-311-7/+7
* Add getHal and getHals to VendorManifest.Yifan Hong2017-01-241-2/+2
* Fix null c_str converted to std::string causes SIGSEGVYifan Hong2017-01-201-2/+2
* VendorManifest and CompatibilityMatrix from and to XML.Yifan Hong2017-01-181-0/+459