1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/addon-sdk/source/python-lib/cuddlefish/mobile-utils/install.rdf Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,39 @@ 1.4 +<?xml version="1.0"?> 1.5 +<!-- This Source Code Form is subject to the terms of the Mozilla Public 1.6 + - License, v. 2.0. If a copy of the MPL was not distributed with this 1.7 + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> 1.8 + 1.9 + 1.10 +<RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 1.11 + xmlns:em="http://www.mozilla.org/2004/em-rdf#"> 1.12 + <Description about="urn:mozilla:install-manifest"> 1.13 + <em:id>mobile-utils@mozilla.com</em:id> 1.14 + <em:version>1.0</em:version> 1.15 + <em:type>2</em:type> 1.16 + <em:bootstrap>true</em:bootstrap> 1.17 + 1.18 + <!-- Fennec-XUL --> 1.19 + <em:targetApplication> 1.20 + <Description> 1.21 + <em:id>{a23983c0-fd0e-11dc-95ff-0800200c9a66}</em:id> 1.22 + <em:minVersion>1</em:minVersion> 1.23 + <em:maxVersion>*</em:maxVersion> 1.24 + </Description> 1.25 + </em:targetApplication> 1.26 + 1.27 + <!-- Fennec-NativeUI --> 1.28 + <em:targetApplication> 1.29 + <Description> 1.30 + <em:id>{aa3c5121-dab2-40e2-81ca-7ea25febc110}</em:id> 1.31 + <em:minVersion>1</em:minVersion> 1.32 + <em:maxVersion>*</em:maxVersion> 1.33 + </Description> 1.34 + </em:targetApplication> 1.35 + 1.36 + <!-- Front End MetaData --> 1.37 + <em:name>Mobile Addon-SDK utility addon</em:name> 1.38 + <em:description>Allow better integration with cfx tool.</em:description> 1.39 + <em:creator>Mozilla Corporation</em:creator> 1.40 + 1.41 + </Description> 1.42 +</RDF>