Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2)

Side by Side Diff: client/site_tests/hardware_Components/approved_components

Issue 3053016: Not check versions of BIOS. Checking hash is enough. (Closed) Base URL: ssh://gitrw.chromium.org/autotest.git
Patch Set: grep and ignore_status=True Created 10 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | client/site_tests/hardware_Components/hardware_Components.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2010 The Chromium OS Authors. All rights reserved. 1 # Copyright (c) 2010 The Chromium OS Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 # key: component ID 6 # key: component ID
7 # value: a list of approved component IDs ('*' indicates any) 7 # value: a list of approved component IDs ('*' indicates any)
8 'hash_ro_firmware': ['*'], 8 'hash_ro_firmware': ['*'],
9 'part_id_3g': ['*'], 9 'part_id_3g': ['*'],
10 'part_id_gps': ['*'], 10 'part_id_gps': ['*'],
11 'part_id_audio_codec': ['*'], 11 'part_id_audio_codec': ['*'],
12 'part_id_bios': ['*'],
13 'part_id_bluetooth': ['*'], 12 'part_id_bluetooth': ['*'],
14 'part_id_cardreader': ['*'], 13 'part_id_cardreader': ['*'],
15 'part_id_chipset': ['*'], 14 'part_id_chipset': ['*'],
16 'part_id_chrontel': ['*'], 15 'part_id_chrontel': ['*'],
17 'part_id_cpu': ['*'], 16 'part_id_cpu': ['*'],
18 'part_id_display_panel': ['*'], 17 'part_id_display_panel': ['*'],
19 'part_id_embedded_controller': ['*'], 18 'part_id_embedded_controller': ['*'],
20 'part_id_ethernet': ['*'], 19 'part_id_ethernet': ['*'],
21 'part_id_flash_chip': ['*'], 20 'part_id_flash_chip': ['*'],
22 'part_id_hwqual': ['*'], 21 'part_id_hwqual': ['*'],
23 'part_id_storage': ['*'], 22 'part_id_storage': ['*'],
24 'part_id_usb_hosts': ['*'], 23 'part_id_usb_hosts': ['*'],
25 'part_id_vga': ['*'], 24 'part_id_vga': ['*'],
26 'part_id_webcam': ['*'], 25 'part_id_webcam': ['*'],
27 'part_id_wireless': ['*'], 26 'part_id_wireless': ['*'],
27 'vendor_id_bios': ['*'],
28 'vendor_id_touchpad': ['*'], 28 'vendor_id_touchpad': ['*'],
29 'ver_rw_firmware': ['*'], 29 'ver_rw_firmware': ['*'],
30 } 30 }
31 31
32 ### Local Variables: 32 ### Local Variables:
33 ### mode: python 33 ### mode: python
34 ### End: 34 ### End:
OLDNEW
« no previous file with comments | « no previous file | client/site_tests/hardware_Components/hardware_Components.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698