lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
Last change
on this file since 67c708e was 67c708e, checked in by Martin Decky <martin@…>, 16 years ago |
restructure protocols to respect the same hierarchy as tasks in the source tree
|
-
Property mode
set to
100644
|
File size:
352 bytes
|
Rev | Line | |
---|
[471a32d] | 1 | !ns.NS_ID_INTRO ;
|
---|
| 2 | !ns.IPC_M_CONNECT_TO_ME ;
|
---|
| 3 | (
|
---|
| 4 | ?LOADER_GET_TASKID {
|
---|
| 5 | ?IPC_M_DATA_READ /* task id */
|
---|
| 6 | } +
|
---|
| 7 |
|
---|
| 8 | ?LOADER_SET_PATHNAME {
|
---|
| 9 | ?IPC_M_DATA_WRITE /* path */
|
---|
| 10 | } +
|
---|
| 11 |
|
---|
| 12 | ?LOADER_SET_ARGS {
|
---|
| 13 | ?IPC_M_DATA_WRITE /* arguments */
|
---|
| 14 | } +
|
---|
| 15 |
|
---|
| 16 | ?LOADER_SET_FILES {
|
---|
| 17 | ?IPC_M_DATA_WRITE /* files */
|
---|
| 18 | } +
|
---|
| 19 |
|
---|
| 20 | ?LOADER_LOAD
|
---|
| 21 | )* ;
|
---|
| 22 | (
|
---|
| 23 | ?LOADER_RUN +
|
---|
| 24 | ?IPC_M_PHONE_HUNGUP
|
---|
| 25 | )
|
---|
Note:
See
TracBrowser
for help on using the repository browser.