| 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 'hash_ro_firmware': ['*'], | 8 'hash_ro_firmware': ['*'], |
| 9 'part_id_3g': ['*'], | 9 'part_id_3g': ['*'], |
| 10 'part_id_audio_codec': ['*'], | 10 'part_id_audio_codec': ['*'], |
| 11 'part_id_bluetooth': ['*'], | 11 'part_id_bluetooth': ['*'], |
| 12 'part_id_cardreader': ['*'], | 12 'part_id_cardreader': ['*'], |
| 13 'part_id_chipset': ['*'], | 13 'part_id_chipset': ['*'], |
| 14 'part_id_chrontel': ['*'], | 14 'part_id_chrontel': ['*'], |
| 15 'part_id_cpu': ['*'], | 15 'part_id_cpu': ['*'], |
| 16 'part_id_display_panel': ['*'], | 16 'part_id_display_panel': ['*'], |
| 17 'part_id_embedded_controller': ['*'], | 17 'part_id_embedded_controller': ['*'], |
| 18 'part_id_ethernet': ['*'], | 18 'part_id_ethernet': ['*'], |
| 19 'part_id_flash_chip': ['*'], | 19 'part_id_flash_chip': ['*'], |
| 20 'part_id_gps': ['*'], | 20 'part_id_gps': ['*'], |
| 21 'part_id_hwqual': ['*'], | 21 'part_id_hwqual': ['*'], |
| 22 'part_id_storage': ['*'], | 22 'part_id_storage': ['*'], |
| 23 'part_id_usb_hosts': ['*'], | 23 'part_id_usb_hosts': ['*'], |
| 24 'part_id_vga': ['*'], | 24 'part_id_vga': ['*'], |
| 25 'part_id_webcam': ['*'], | 25 'part_id_webcam': ['*'], |
| 26 'part_id_wireless': ['*'], | 26 'part_id_wireless': ['*'], |
| 27 'vendor_id_bios': ['*'], | |
| 28 'vendor_id_touchpad': ['*'], | 27 'vendor_id_touchpad': ['*'], |
| 29 'version_rw_firmware': ['*'], | 28 'version_rw_firmware': ['*'], |
| 30 } | 29 } |
| 31 | 30 |
| 32 ### Local Variables: | 31 ### Local Variables: |
| 33 ### mode: python | 32 ### mode: python |
| 34 ### End: | 33 ### End: |
| OLD | NEW |