summaryrefslogtreecommitdiff
path: root/lcmodule/source/cnh1606344_ldr_communication_module/config/commands.xml
diff options
context:
space:
mode:
Diffstat (limited to 'lcmodule/source/cnh1606344_ldr_communication_module/config/commands.xml')
-rw-r--r--lcmodule/source/cnh1606344_ldr_communication_module/config/commands.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/lcmodule/source/cnh1606344_ldr_communication_module/config/commands.xml b/lcmodule/source/cnh1606344_ldr_communication_module/config/commands.xml
index d37a13e..000e960 100644
--- a/lcmodule/source/cnh1606344_ldr_communication_module/config/commands.xml
+++ b/lcmodule/source/cnh1606344_ldr_communication_module/config/commands.xml
@@ -482,6 +482,26 @@
</permissions>
</command>
+ <command number="6" name="Set Enhanced Area" ADbg="false" source="PC" supportedcmdtype="longrunning">
+ <documentation>
+ This command is used to set enhanced area on eMC card.
+ </documentation>
+ <interface type="loader" name="SetEnhancedArea"/>
+ <input>
+ <value type="string" name="Path_p">Path to the device where area will be set.</value>
+ <value type="uint64" name="Start">Start address of enhanced area in bytes.</value>
+ <value type="uint64" name="Length">Length of the enhanced area in bytes.</value>
+ </input>
+ <output>
+ </output>
+ <authentication depandancy="or" factory="TRUE" rd="TRUE" product="TRUE" service="TRUE">
+ <value ref="A1"/>
+ <value ref="CA"/>
+ </authentication>
+ <permissions>
+ <value ref="ProductionModeLevel"/>
+ </permissions>
+ </command>
</group>
<group number="03" name="File system operations" supportedcmdtype="longrunning,shortrunning">