summaryrefslogtreecommitdiff
path: root/indra/newview/app_settings/settings_files.xml
blob: aa5b301959c917f14d4cdc407185f02720b2f920 (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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
<llsd>
  <map>
    <key>Locations</key>
    <map>
      <!--
      The Locations LLSD block specifies the usage pattern of 
      the settings file types
      Each location is represented by a LLSD containing the following values:
      PathIndex = hard coded path indicies.
      Files = map of files to load
        Each file can have:
        Requirement = level of necessity for loading. 
          0 ( or Req. no key) = do not load
          1 = required, fail if not found
        NameFromSetting = Use the given setting to specify the name. Not valid for
                          "Default"
      -->
      <key>Comment</key>
      <string>List location from which to load files, and the rules about loading those files.</string>
      <key>Persist</key>
      <integer>0</integer>
      <key>Type</key>
      <string>LLSD</string>
      <key>Value</key>
      <map>
        <key>Default</key>
        <map>
          <key>PathIndex</key>
          <integer>2</integer>
          <key>Files</key>
          <map>
            <key>Global</key>
            <map>
              <key>Name</key>
              <string>settings.xml</string>
              <key>Requirement</key>
              <integer>1</integer>
            </map>
            <key>PerAccount</key>
            <map>
              <key>Name</key>
              <string>settings_per_account.xml</string>
              <key>Requirement</key>
              <integer>1</integer>
            </map>
            <key>CrashSettings</key>
            <map>
              <key>Name</key>
              <string>settings_crash_behavior.xml</string>
              <key>Requirement</key>
              <integer>1</integer>
            </map>
            <key>Warnings</key>
            <map>
              <key>Name</key>
              <string>ignorable_dialogs.xml</string>
              <key>Requirement</key>
              <integer>1</integer>
            </map>
          </map>
        </map>
        <key>User</key>
        <map>
          <key>PathIndex</key>
          <integer>1</integer>
          <key>Files</key>
          <map>
            <key>Global</key>
            <map>
              <key>Name</key>
              <string>settings.xml</string>
              <key>NameFromSetting</key>
              <string>ClientSettingsFile</string>
            </map>
            <key>CrashSettings</key>
            <map>
              <key>Name</key>
              <string>settings_crash_behavior.xml</string>
            </map>
            <key>Warnings</key>
            <map>
              <key>Name</key>
              <string>ignorable_dialogs.xml</string>
              <key>NameFromSetting</key>
              <string>WarningSettingsFile</string>
            </map>
          </map>
        </map>
        <key>Account</key>
        <map>
          <key>PathIndex</key>
          <integer>3</integer>
          <key>Files</key>
          <map>
            <key>PerAccount</key>
            <map>
              <key>Name</key>
              <string>settings_per_account.xml</string>
              <key>NameFromSetting</key>
              <string>PerAccountSettingsFile</string>
            </map>
          </map>
        </map>
        <key>DefaultSkin</key>
        <map>
          <key>PathIndex</key>
          <integer>17</integer>
          <key>Files</key>
          <map>
            <key>Skinning</key>
            <map>
              <key>Name</key>
              <string>colors.xml</string>
            </map>
          </map>
        </map>
        <key>CurrentSkin</key>
        <map>
          <key>PathIndex</key>
          <integer>10</integer>
          <key>Files</key>
          <map>
            <key>Skinning</key>
            <map>
              <key>Name</key>
              <string>colors.xml</string>
            </map>
          </map>
        </map>
        <key>UserSkin</key>
        <map>
          <key>PathIndex</key>
          <integer>14</integer>
          <key>Files</key>
          <map>
            <key>Skinning</key>
            <map>
              <key>Name</key>
              <string>colors.xml</string>
              <key>NameFromSetting</key>
              <string>SkinningSettingsFile</string>
            </map>
          </map>
        </map>
      </map>
    </map>
  </map>
</llsd>