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

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

Issue 3343003: Add components which is requried to generate a GBB during factory. (Closed) Base URL: http://git.chromium.org/git/autotest.git
Patch Set: fix bugs Created 10 years, 3 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': ['*'],
9 'data_display_geometry': ['*'],
10 'data_recovery_url': ['*'],
8 'hash_ro_firmware': ['*'], 11 'hash_ro_firmware': ['*'],
12 'key_recovery': ['*'],
13 'key_root': ['*'],
9 'part_id_3g': ['*'], 14 'part_id_3g': ['*'],
10 'part_id_audio_codec': ['*'], 15 'part_id_audio_codec': ['*'],
11 'part_id_bluetooth': ['*'], 16 'part_id_bluetooth': ['*'],
12 'part_id_cardreader': ['*'], 17 'part_id_cardreader': ['*'],
13 'part_id_chipset': ['*'], 18 'part_id_chipset': ['*'],
14 'part_id_chrontel': ['*'], 19 'part_id_chrontel': ['*'],
15 'part_id_cpu': ['*'], 20 'part_id_cpu': ['*'],
16 'part_id_display_panel': ['*'], 21 'part_id_display_panel': ['*'],
17 'part_id_embedded_controller': ['*'], 22 'part_id_embedded_controller': ['*'],
18 'part_id_ethernet': ['*'], 23 'part_id_ethernet': ['*'],
19 'part_id_flash_chip': ['*'], 24 'part_id_flash_chip': ['*'],
20 'part_id_gps': ['*'], 25 'part_id_gps': ['*'],
21 'part_id_hwqual': ['*'], 26 'part_id_hwqual': ['*'],
22 'part_id_storage': ['*'], 27 'part_id_storage': ['*'],
23 'part_id_usb_hosts': ['*'], 28 'part_id_usb_hosts': ['*'],
24 'part_id_vga': ['*'], 29 'part_id_vga': ['*'],
25 'part_id_webcam': ['*'], 30 'part_id_webcam': ['*'],
26 'part_id_wireless': ['*'], 31 'part_id_wireless': ['*'],
27 'vendor_id_touchpad': ['*'], 32 'vendor_id_touchpad': ['*'],
28 'version_rw_firmware': ['*'], 33 'version_rw_firmware': ['*'],
29 } 34 }
30 35
31 ### Local Variables: 36 ### Local Variables:
32 ### mode: python 37 ### mode: python
33 ### End: 38 ### End:
OLDNEW
« no previous file with comments | « client/common_lib/gbb_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