diff options
author | Cory Fields <theuni-nospam-@xbmc.org> | 2012-12-19 19:30:35 -0500 |
---|---|---|
committer | Cory Fields <theuni-nospam-@xbmc.org> | 2012-12-19 19:34:04 -0500 |
commit | 18545b6f9216228599b393fd79135af2561c8a51 (patch) | |
tree | 59d3cf84c58d0a9d37af353ea14e8935dd9d937e /addons | |
parent | 283ec639b3cda6365d015f90631aa34debd82091 (diff) |
pvr: add xbmc.pvr for pvr addons to depend on for a stable api
Diffstat (limited to 'addons')
-rw-r--r-- | addons/xbmc.pvr/addon.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/addons/xbmc.pvr/addon.xml b/addons/xbmc.pvr/addon.xml new file mode 100644 index 0000000000..d21b21cb41 --- /dev/null +++ b/addons/xbmc.pvr/addon.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<addon id="xbmc.pvr" version="1.6.0" provider-name="Team XBMC"> + <requires> + <import addon="xbmc.core" version="0.1.0"/> + </requires> +</addon> |