summaryrefslogtreecommitdiff
path: root/lcmodule/customer_config/custom_commands.xml
diff options
context:
space:
mode:
authorViktor Mladenovski <viktor.mladenovski@stericsson.com>2011-05-20 14:10:59 +0200
committerViktor Mladenovski <viktor.mladenovski@stericsson.com>2011-05-20 14:10:59 +0200
commitf7e95217e936da34d7124aaced590692eb515923 (patch)
tree2d9ef4750a67d9d1dd3fe9180a4fef2929fad54b /lcmodule/customer_config/custom_commands.xml
Initial contribution of loader_communication
ST-Ericsson ID: 326913 ST-Ericsson FOSS-OUT ID: STETL-FOSS-OUT-10204 Change-Id: I171cfc2ee458a8a0a91a1916137d131f0f7ecee5
Diffstat (limited to 'lcmodule/customer_config/custom_commands.xml')
-rw-r--r--lcmodule/customer_config/custom_commands.xml72
1 files changed, 72 insertions, 0 deletions
diff --git a/lcmodule/customer_config/custom_commands.xml b/lcmodule/customer_config/custom_commands.xml
new file mode 100644
index 0000000..39169d9
--- /dev/null
+++ b/lcmodule/customer_config/custom_commands.xml
@@ -0,0 +1,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>