author | Mike Kinghan <mikek@symbian.org> |
Thu, 25 Nov 2010 14:28:39 +0000 | |
branch | GCC_SURGE |
changeset 135 | 10852f1a0ae9 |
parent 51 | 457d682728ee |
permissions | -rw-r--r-- |
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 |
TARGET SYMBIANLOGO.EXE |
2dd1d22cb0f3
Add TextShell example application, enable display pointer, fix issue with abstract class in sounddriver
johnathan.white@2718R8BGH51
parents:
diff
changeset
|
14 |
TARGETTYPE EXE |
2dd1d22cb0f3
Add TextShell example application, enable display pointer, fix issue with abstract class in sounddriver
johnathan.white@2718R8BGH51
parents:
diff
changeset
|
15 |
SOURCEPATH . |
2dd1d22cb0f3
Add TextShell example application, enable display pointer, fix issue with abstract class in sounddriver
johnathan.white@2718R8BGH51
parents:
diff
changeset
|
16 |
SOURCE symbianlogo.cpp |
51
457d682728ee
syborg apps - updated mmps to use 'OS_LAYER_SYSTEMINCLUDE'
MattD <mattd@symbian.org>
parents:
16
diff
changeset
|
17 |
OS_LAYER_SYSTEMINCLUDE |
16
2dd1d22cb0f3
Add TextShell example application, enable display pointer, fix issue with abstract class in sounddriver
johnathan.white@2718R8BGH51
parents:
diff
changeset
|
18 |
LIBRARY efsrv.lib euser.lib hal.lib estor.lib |