blob: 6549922cbd81a3929f8e9899849c0a1a76af271f [file] [log] [blame]
# Copyright (c) 2010 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
{
# key: component ID
# value: a list of approved component IDs ('*' indicates any)
'part_id_audio_codec': ['*'],
'part_id_bluetooth': ['*'],
'part_id_bios': ['*'],
'part_id_cardreader': ['*'],
'part_id_chipset': ['*'],
'part_id_cpu': ['*'],
'part_id_embedded_controller': ['*'],
'part_id_ethernet': ['*'],
'part_id_flash_chip': ['*'],
'part_id_storage': ['*'],
'part_id_usb_hosts': ['*'],
'part_id_vga': ['*'],
'part_id_webcam': ['*'],
'part_id_wireless': ['*'],
'part_id_3g': ['*'],
'vendor_id_touchpad': ['*'],
}
### Local Variables:
### mode: python
### End: