Match BOM to get HWQual ID, write proper GBB, and do component test.

The HWQual ID is found by matching BOM list.
The GBB file and the qualified component file are selected by HWQual ID.

So the control flow for doing that:
 - Run hardware_Components test with ignored cids, like RO hash, HWQual ID, etc;
 - Obtain the HWQual ID from the above test;
 - Select proper GBB file belonging to the HWQual ID and run factory_WriteGBB;
 - Select proper qualified component file belonging to the HWQaul ID and run
   hardware_Component test.

TEST=manual, run the above flow in a real device.
BUG=chrome-os-partner:503

Review URL: http://codereview.chromium.org/3106009

Change-Id: I7894c18bf9dcce72c85d965e9202e870d63d5788
1 file changed