applications/SymbianLogo_TextShell/SymbianLogo.iby
author Simon Howkins <simonh@symbian.org>
Fri, 08 Jan 2010 12:04:26 +0000
changeset 40 50cddb1eb3af
parent 16 2dd1d22cb0f3
permissions -rw-r--r--
Bug 1513: "Too difficult to boot Syborg from PDK" syborg.dtb exported to same location as syborg ROM images
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
16
2dd1d22cb0f3 Add TextShell example application, enable display pointer, fix issue with abstract class in sounddriver
johnathan.white@2718R8BGH51
parents:
diff changeset
     1
/*******************************************************************************
2dd1d22cb0f3 Add TextShell example application, enable display pointer, fix issue with abstract class in sounddriver
johnathan.white@2718R8BGH51
parents:
diff changeset
     2
* Copyright (c) 2009 Accenture
2dd1d22cb0f3 Add TextShell example application, enable display pointer, fix issue with abstract class in sounddriver
johnathan.white@2718R8BGH51
parents:
diff changeset
     3
* All rights reserved. This program and the accompanying materials
2dd1d22cb0f3 Add TextShell example application, enable display pointer, fix issue with abstract class in sounddriver
johnathan.white@2718R8BGH51
parents:
diff changeset
     4
* are made available under the terms of the Eclipse Public License v1.0
2dd1d22cb0f3 Add TextShell example application, enable display pointer, fix issue with abstract class in sounddriver
johnathan.white@2718R8BGH51
parents:
diff changeset
     5
* which accompanies this distribution, and is available at
2dd1d22cb0f3 Add TextShell example application, enable display pointer, fix issue with abstract class in sounddriver
johnathan.white@2718R8BGH51
parents:
diff changeset
     6
* http://www.eclipse.org/legal/epl-v10.html
2dd1d22cb0f3 Add TextShell example application, enable display pointer, fix issue with abstract class in sounddriver
johnathan.white@2718R8BGH51
parents:
diff changeset
     7
*
2dd1d22cb0f3 Add TextShell example application, enable display pointer, fix issue with abstract class in sounddriver
johnathan.white@2718R8BGH51
parents:
diff changeset
     8
* Contributors:
2dd1d22cb0f3 Add TextShell example application, enable display pointer, fix issue with abstract class in sounddriver
johnathan.white@2718R8BGH51
parents:
diff changeset
     9
* Accenture - Johnathan White
2dd1d22cb0f3 Add TextShell example application, enable display pointer, fix issue with abstract class in sounddriver
johnathan.white@2718R8BGH51
parents:
diff changeset
    10
2dd1d22cb0f3 Add TextShell example application, enable display pointer, fix issue with abstract class in sounddriver
johnathan.white@2718R8BGH51
parents:
diff changeset
    11
*******************************************************************************/
2dd1d22cb0f3 Add TextShell example application, enable display pointer, fix issue with abstract class in sounddriver
johnathan.white@2718R8BGH51
parents:
diff changeset
    12
2dd1d22cb0f3 Add TextShell example application, enable display pointer, fix issue with abstract class in sounddriver
johnathan.white@2718R8BGH51
parents:
diff changeset
    13
#ifndef __SYMBIANLOGO_IBY__
2dd1d22cb0f3 Add TextShell example application, enable display pointer, fix issue with abstract class in sounddriver
johnathan.white@2718R8BGH51
parents:
diff changeset
    14
#define __SYMBIANLOGO_IBY__
2dd1d22cb0f3 Add TextShell example application, enable display pointer, fix issue with abstract class in sounddriver
johnathan.white@2718R8BGH51
parents:
diff changeset
    15
2dd1d22cb0f3 Add TextShell example application, enable display pointer, fix issue with abstract class in sounddriver
johnathan.white@2718R8BGH51
parents:
diff changeset
    16
2dd1d22cb0f3 Add TextShell example application, enable display pointer, fix issue with abstract class in sounddriver
johnathan.white@2718R8BGH51
parents:
diff changeset
    17
//actual logo console app
2dd1d22cb0f3 Add TextShell example application, enable display pointer, fix issue with abstract class in sounddriver
johnathan.white@2718R8BGH51
parents:
diff changeset
    18
file=\epoc32\release\armv5\urel\symbianlogo.exe sys\bin\symbianlogo.exe
2dd1d22cb0f3 Add TextShell example application, enable display pointer, fix issue with abstract class in sounddriver
johnathan.white@2718R8BGH51
parents:
diff changeset
    19
2dd1d22cb0f3 Add TextShell example application, enable display pointer, fix issue with abstract class in sounddriver
johnathan.white@2718R8BGH51
parents:
diff changeset
    20
//library containing RFileReadStream
2dd1d22cb0f3 Add TextShell example application, enable display pointer, fix issue with abstract class in sounddriver
johnathan.white@2718R8BGH51
parents:
diff changeset
    21
file=\epoc32\release\armv5\urel\estor.dll sys\bin\estor.dll
2dd1d22cb0f3 Add TextShell example application, enable display pointer, fix issue with abstract class in sounddriver
johnathan.white@2718R8BGH51
parents:
diff changeset
    22
2dd1d22cb0f3 Add TextShell example application, enable display pointer, fix issue with abstract class in sounddriver
johnathan.white@2718R8BGH51
parents:
diff changeset
    23
#endif