README.txt
changeset 35 bfd7df5b9067
parent 10 1cf69c2c2bbd
equal deleted inserted replaced
34:92d87f2e53c2 35:bfd7df5b9067
     1 This is repo contains the following; 
     1 This is repo contains the following; 
       
     2 
       
     3 applications/
       
     4 	Sample application 
     2 
     5 
     3 baseport/
     6 baseport/
     4 	The baseport (BSP) needed to run Symbian OS in QEMU
     7 	The baseport (BSP) needed to run Symbian OS in QEMU
     5 
     8 
     6 docs/
     9 docs/
     9 
    12 
    10 symbian-qemu-0.9.1-12/
    13 symbian-qemu-0.9.1-12/
    11 	A version of QEMU with some extra features not yet available in the QEMU mainline.
    14 	A version of QEMU with some extra features not yet available in the QEMU mainline.
    12 	A corresponding set of Windows/Linux binaries is available from the Symbian Foundation wiki
    15 	A corresponding set of Windows/Linux binaries is available from the Symbian Foundation wiki
    13         http://developer.symbian.org/wiki/index.php/SYBORG/QEMU
    16         http://developer.symbian.org/wiki/index.php/SYBORG/QEMU
       
    17 
       
    18 tools/e32test-driver/
       
    19 	A simple python script to run the E32test-suite and collect/summarize the results.
       
    20 
       
    21 tools/elf4rom/
       
    22 	The ELF4ROM command line tool and libraries. This tool is used to convert Symbian ROM images
       
    23 	into debuggable elf files. See docs/wiki/ELF4ROM.doc for more information.
    14 
    24 
    15 Some notes;
    25 Some notes;
    16 
    26 
    17 * The source layout for baseport now matches the Symbian Foundation layout, and 
    27 * The source layout for baseport now matches the Symbian Foundation layout, and 
    18   will compile correctly if this repository is unpacked to /sf/adaptation/qemu. Eventually
    28   will compile correctly if this repository is unpacked to /sf/adaptation/qemu. Eventually