File: sharedmimeinfo

package info (click to toggle)
congruity 18-4
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 1,188 kB
  • sloc: python: 15,585; makefile: 52
file content (17 lines) | stat: -rw-r--r-- 523 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0"?>
<mime-info xmlns='http://www.freedesktop.org/standards/shared-mime-info'>
	<mime-type type="application/x-easyzapper-hex">
	 	<comment>Harmony Remote Data</comment>
		<glob pattern="*.EZHex"/>
	</mime-type>

	<mime-type type="application/x-easyzapper-upgrade">
		<comment>Harmony Firmware Update</comment>
		<glob pattern="*.EZUp"/>
	</mime-type>

	<mime-type type="application/x-easyzapper-tutor">
		<comment>Harmony Learning Commands</comment>
		<glob pattern="*.EZTut"/>
	</mime-type>
</mime-info>