OLD | NEW |
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: |
OLD | NEW |