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

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

Issue 3493016: Add EC hash in hardware_Components database (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/autotest.git
Patch Set: change field ordering by alphabet Created 10 years, 2 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 | Annotate | Revision Log
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 'data_bitmap_fv': ['*'], 8 'data_bitmap_fv': ['*'],
9 'data_display_geometry': ['*'], 9 'data_display_geometry': ['*'],
10 'data_recovery_url': ['*'], 10 'data_recovery_url': ['*'],
11 'hash_ec_firmware': ['*'],
11 'hash_ro_firmware': ['*'], 12 'hash_ro_firmware': ['*'],
12 'key_recovery': ['*'], 13 'key_recovery': ['*'],
13 'key_root': ['*'], 14 'key_root': ['*'],
14 'part_id_3g': ['*'], 15 'part_id_3g': ['*'],
15 'part_id_audio_codec': ['*'], 16 'part_id_audio_codec': ['*'],
16 'part_id_bluetooth': ['*'], 17 'part_id_bluetooth': ['*'],
17 'part_id_cardreader': ['*'], 18 'part_id_cardreader': ['*'],
18 'part_id_chipset': ['*'], 19 'part_id_chipset': ['*'],
19 'part_id_chrontel': ['*'], 20 'part_id_chrontel': ['*'],
20 'part_id_cpu': ['*'], 21 'part_id_cpu': ['*'],
21 'part_id_display_panel': ['*'], 22 'part_id_display_panel': ['*'],
22 'part_id_embedded_controller': ['*'], 23 'part_id_embedded_controller': ['*'],
23 'part_id_ethernet': ['*'], 24 'part_id_ethernet': ['*'],
24 'part_id_flash_chip': ['*'], 25 'part_id_flash_chip': ['*'],
25 'part_id_gps': ['*'], 26 'part_id_gps': ['*'],
26 'part_id_hwqual': ['*'], 27 'part_id_hwqual': ['*'],
27 'part_id_storage': ['*'], 28 'part_id_storage': ['*'],
28 'part_id_usb_hosts': ['*'], 29 'part_id_usb_hosts': ['*'],
29 'part_id_vga': ['*'], 30 'part_id_vga': ['*'],
30 'part_id_webcam': ['*'], 31 'part_id_webcam': ['*'],
31 'part_id_wireless': ['*'], 32 'part_id_wireless': ['*'],
32 'vendor_id_touchpad': ['*'], 33 'vendor_id_touchpad': ['*'],
33 'version_rw_firmware': ['*'], 34 'version_rw_firmware': ['*'],
34 } 35 }
35 36
36 ### Local Variables: 37 ### Local Variables:
37 ### mode: python 38 ### mode: python
38 ### End: 39 ### End:
OLDNEW
« no previous file with comments | « client/common_lib/flashrom_util.py ('k') | client/site_tests/hardware_Components/hardware_Components.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698