omap3530/beagleboard/bootstrap/aware.cmm
author Pat Downey <patd@symbian.org>
Thu, 15 Oct 2009 12:59:54 +0100
changeset 0 6663340f3fc9
permissions -rwxr-xr-x
Add EPL'd beagleboard code



  local &system

; Check if system is running
; Store present state to restore back later

 if run()
 (  
    &system="run"
    Break
 )

  
; Initialize Symbian OS Support

  print "initializing Symbian OS support..."

  TASK.CONFIG symbian2       ; loads Symbian OS awareness (symbian2.t32)
  MENU.ReProgram symbian2    ; loads Symbian OS menu (symbian2.men)
  HELP.FILTER.Add rtossymbian2 ; add Symbian OS awareness manual to help filter

; Ok, we're done, let's continue Symbian OS

 if "&system"=="run"
  Go

  enddo