summaryrefslogtreecommitdiff
path: root/src/colord.gresource.xml
blob: bed11839ac26f9889f0e91c14fbc37b36ce7c457 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?xml version="1.0" encoding="UTF-8"?>
<gresources>
 <gresource prefix="/org/freedesktop/colord">
  <file preprocess="xml-stripblanks" compressed="true">org.freedesktop.ColorManager.xml</file>
  <file preprocess="xml-stripblanks" compressed="true">org.freedesktop.ColorManager.Device.xml</file>
  <file preprocess="xml-stripblanks" compressed="true">org.freedesktop.ColorManager.Profile.xml</file>
  <file preprocess="xml-stripblanks" compressed="true">org.freedesktop.ColorManager.Sensor.xml</file>
 </gresource>
 <gresource prefix="/org/freedesktop/colord/profiles">
  <!--
    build in these common profiles to avoid seeking lots of small files when
    the daemon is loaded at boot time
  -->
  <file>AdobeRGB1998.icc</file>
  <file>AppleRGB.icc</file>
  <file>Bluish.icc</file>
  <file>CIE-RGB.icc</file>
  <file>ColorMatchRGB.icc</file>
  <file>NTSC-RGB.icc</file>
  <file>PAL-RGB.icc</file>
  <file>ProPhotoRGB.icc</file>
  <file>SMPTE-C-RGB.icc</file>
  <file>sRGB.icc</file>
  <file>SwappedRedAndGreen.icc</file>
  <file>x11-colors.icc</file>
 </gresource>
</gresources>