# List of ChromeOS Chrome plugins to verify plugins' version and state.
# To add new plugin, add new plugin with following version in the list,
# {u'name':'<Plugin Name>', u'enabled':<True/False>, u'version':u'<VERSION>'}
# Used by: chrome/test/functional/plugins_check.py
# Note: By default the script will use the key named 'name' as the unique
#       identifier.  If you want to override you can use the unique_key key
[
 {u'unique_key':'path', u'name':u'Shockwave Flash', u'path':'/opt/google/chrome/pepper/libpepflashplayer.so', u'enabled':1, u'boards':['x86-mario', 'x86-alex', 'x86-zgb']},
 {u'unique_key':'path', u'name':u'Shockwave Flash', u'path':'/opt/google/chrome/plugins/libgcflashplayer.so', u'enabled':1, u'boards':['x86-mario', 'x86-alex', 'x86-zgb']},
 {u'name':'Chrome PDF Viewer', u'enabled':1, u'version':u'', u'boards':['x86-mario', 'x86-alex', 'x86-zgb']},
 {u'name':'Netflix', u'enabled':1, u'version':u'0.4.3', u'boards':['x86-alex', 'x86-zgb']},
 {u'name':'Google Talk Plugin', u'enabled':1, u'version':u'', u'boards':['x86-mario', 'x86-alex', 'x86-zgb']},
 {u'name':'O3D Plugin', u'enabled':1, u'version':u'', u'boards':['x86-mario', 'x86-alex', 'x86-zgb']},
 {u'name':'Default Plug-in', u'enabled':1, u'version':u'1', u'boards':['x86-mario', 'x86-alex', 'x86-zgb']},
]
