<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.program.mceremote"
       name="MCERemote"
       version="1.1.15"
       provider-name="John Rennie">
  <requires>
    <import addon="xbmc.gui" version="2.11"/>
  </requires>
  <extension point="xbmc.python.pluginsource" library="default.py">
    <provides>executable</provides>
  </extension>
  <extension point="xbmc.addon.metadata">
    <platform>windx</platform>
    <summary>MCE Remote configuration</summary>
    <description>
This addon allows you to configure a Microsoft MCE remote, or
any compatible remote using the eHome driver. The addon appears
under the Programs heading on the Home page as "MCERemote".

The addon modifies the ReportMappingTable registry entry to
configure the remote to send the standard MCE keypresses.
See http://msdn.microsoft.com/en-us/library/bb189249.aspx for
details.

The addon can also reset the ReportMappingTable registry entry
to the default for a freshly installed MCE remote.
    </description>
  </extension>
</addon>
