summaryrefslogtreecommitdiff
path: root/lcmodule/customer_config/custom_commands.xml
blob: 39169d94401a4f21461355c3e156f420ca0248fe (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
<?xml version="1.0" encoding="UTF-8"?>
<!--
* Copyright (C) ST-Ericsson SA 2011
* License terms: 3-clause BSD license
-->
<?xml-stylesheet type="text/xml" href="custom_command_ids_h.xsl"?>
<?xml-stylesheet type="text/xml" href="custom_command_marshal.xsl"?>
<?xml-stylesheet type="text/xml" href="custom_commands_h.xsl"?>
<?xml-stylesheet type="text/xml" href="custom_commands_impl_h.xsl"?>
<?xml-stylesheet type="text/xml" href="custom_common.xsl"?>


<commandspec>
	<group number="01" name="System application">
		<documentation>
        System command group.
    </documentation>
    <interface type="loader" name="System" />
		
  </group>

  <group number="02" name="Flash application">
		<documentation>
		Flash command group.
		</documentation>
		
		<interface type="loader" name="Flash" />

  </group>
	
	<group number="03" name="GDFS application ">
		<documentation>
		GDFS command group.
		</documentation>
		
		<interface type="loader" name="GDFS" />
		
	</group>

  <group number ="04" name ="FILE Sys application ">
    <documentation>
      File System Unit
    </documentation>

    <interface type="loader" name="File_Management" />

  </group>

  <group number ="05" name ="Signature application ">
    <documentation>
      Signature application
    </documentation>

    <interface type="loader" name="SIGNATURE" />
  </group>

  <group number ="06" name ="Internal Security application ">
    <documentation>
      Internal Security application
    </documentation>

    <interface type="loader" name="INTERNAL_SECURITY" />
  </group>

  <group number ="07" name ="Reset application ">
    <documentation>
      Reset application
    </documentation>

    <interface type="loader" name="RESET" />
  </group>
</commandspec>