omap3530/beagle_drivers/lcd/lcd_gce.mmp
author Mike Kinghan <mikek@symbian.org>
Mon, 22 Nov 2010 14:32:00 +0000
branchGCC_SURGE
changeset 121 ad7caa8e9a62
parent 48 23f868c54bc5
permissions -rw-r--r--
Deleting the bootstrap.flm extension workaround from omap3530/beagleboard/bld.inf b/omap3530/beagleboard/bld.inf for the time being. Bootstrap.flm isn't present in the buildtools GCC_SURGE branch yet and I suspect that bringing it in will break stuff.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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"