author | Lukasz Forynski <lukasz.forynski@gmail.com> |
Fri, 03 Sep 2010 21:24:33 +0100 | |
branch | generic_fixes_and_updates |
changeset 60 | 5ed4f248a4cc |
parent 48 | 23f868c54bc5 |
permissions | -rw-r--r-- |
43
d1a826faf80b
First drop of changes to enable a full ui rom build
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
1 |
// Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies). |
d1a826faf80b
First drop of changes to enable a full ui rom build
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
2 |
// All rights reserved. |
d1a826faf80b
First drop of changes to enable a full ui rom build
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
3 |
// This component and the accompanying materials are made available |
d1a826faf80b
First drop of changes to enable a full ui rom build
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
4 |
// under the terms of the License "Eclipse Public License v1.0" |
d1a826faf80b
First drop of changes to enable a full ui rom build
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
5 |
// which accompanies this distribution, and is available |
d1a826faf80b
First drop of changes to enable a full ui rom build
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
6 |
// at the URL "http://www.eclipse.org/legal/epl-v10.html". |
d1a826faf80b
First drop of changes to enable a full ui rom build
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
7 |
// |
d1a826faf80b
First drop of changes to enable a full ui rom build
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
8 |
// Initial Contributors: |
d1a826faf80b
First drop of changes to enable a full ui rom build
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
9 |
// Nokia Corporation - initial contribution. |
d1a826faf80b
First drop of changes to enable a full ui rom build
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
10 |
// |
d1a826faf80b
First drop of changes to enable a full ui rom build
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
11 |
// Contributors: |
d1a826faf80b
First drop of changes to enable a full ui rom build
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
12 |
// |
d1a826faf80b
First drop of changes to enable a full ui rom build
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
13 |
// Description: |
d1a826faf80b
First drop of changes to enable a full ui rom build
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
14 |
// beagle/beagle_drivers/lcd.mmp |
d1a826faf80b
First drop of changes to enable a full ui rom build
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
15 |
// lcd.dll Beagle LCD driver |
d1a826faf80b
First drop of changes to enable a full ui rom build
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
16 |
// |
d1a826faf80b
First drop of changes to enable a full ui rom build
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
17 |
|
d1a826faf80b
First drop of changes to enable a full ui rom build
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
18 |
//Need to define NGA_BUILD for a NGA compliant Display PDD |
d1a826faf80b
First drop of changes to enable a full ui rom build
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
19 |
#define NGA_BUILD |
48
23f868c54bc5
Repair the lcd.mmp and lcd_gce.mmp situation to build both versions of the lcd driver
William Roberts <williamr@symbian.org>
parents:
43
diff
changeset
|
20 |
#include "lcd.mmp" |