addon-sdk/source/python-lib/cuddlefish/mobile-utils/install.rdf

branch
TOR_BUG_3246
changeset 7
129ffea94266
equal deleted inserted replaced
-1:000000000000 0:17375ddd5771
1 <?xml version="1.0"?>
2 <!-- This Source Code Form is subject to the terms of the Mozilla Public
3 - License, v. 2.0. If a copy of the MPL was not distributed with this
4 - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
5
6
7 <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8 xmlns:em="http://www.mozilla.org/2004/em-rdf#">
9 <Description about="urn:mozilla:install-manifest">
10 <em:id>mobile-utils@mozilla.com</em:id>
11 <em:version>1.0</em:version>
12 <em:type>2</em:type>
13 <em:bootstrap>true</em:bootstrap>
14
15 <!-- Fennec-XUL -->
16 <em:targetApplication>
17 <Description>
18 <em:id>{a23983c0-fd0e-11dc-95ff-0800200c9a66}</em:id>
19 <em:minVersion>1</em:minVersion>
20 <em:maxVersion>*</em:maxVersion>
21 </Description>
22 </em:targetApplication>
23
24 <!-- Fennec-NativeUI -->
25 <em:targetApplication>
26 <Description>
27 <em:id>{aa3c5121-dab2-40e2-81ca-7ea25febc110}</em:id>
28 <em:minVersion>1</em:minVersion>
29 <em:maxVersion>*</em:maxVersion>
30 </Description>
31 </em:targetApplication>
32
33 <!-- Front End MetaData -->
34 <em:name>Mobile Addon-SDK utility addon</em:name>
35 <em:description>Allow better integration with cfx tool.</em:description>
36 <em:creator>Mozilla Corporation</em:creator>
37
38 </Description>
39 </RDF>

mercurial