Commit debd0caf9c990d8cd48960a7db3b052dc5f92194
1 parent
f73c1a90
Added constants
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
calexium_lib/CXM_message_constants.anubis
| ... | ... | @@ -15,6 +15,7 @@ public define Word32 _CXM_PKG_CONTAINER = 0x33770401. |
| 15 | 15 | public define Word32 _CXM_PKG_HEADER_PART = 0x33770402. // Header Message for Script |
| 16 | 16 | public define Word32 _CXM_PKG_SCRIPT_PART = 0x33770403. // Main Message for Script |
| 17 | 17 | public define Word32 _CXM_PKG_S_ADD_FILE = 0x33770404. // script action to add file in the destination |
| 18 | +public define Word32 _CXM_PKG_S_RUN = 0x33770405. // script action to run a command | |
| 18 | 19 | public define Word32 _CXM_PKG_INDEX_PART = 0x33770440. // ID of package Index part |
| 19 | 20 | public define Word32 _CXM_PKG_IDX_ENTRY = 0x33770441. // Index entry information |
| 20 | 21 | ... | ... |