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 | -rwxr-xr-x |
0 | 1 |
// Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies). |
2 |
// All rights reserved. |
|
3 |
// This component and the accompanying materials are made available |
|
4 |
// under the terms of the License "Eclipse Public License v1.0" |
|
5 |
// which accompanies this distribution, and is available |
|
6 |
// at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
7 |
// |
|
8 |
// Initial Contributors: |
|
9 |
// Nokia Corporation - initial contribution. |
|
10 |
// |
|
11 |
// Contributors: |
|
12 |
// |
|
13 |
// Description: |
|
14 |
// beagle/beagle_drivers/lcd.mmp |
|
15 |
// lcd.dll Beagle LCD driver |
|
16 |
// |
|
17 |
||
18 |
||
19 |
||
20 |
/** |
|
21 |
@file |
|
22 |
*/ |
|
23 |
#define __USING_ASSP_REGISTER_API__ |
|
24 |
#define __USING_ASSP_INTERRUPT_API__ |
|
25 |
||
26 |
#include "beagle/variant.mmh" |
|
27 |
#include "kernel/kern_ext.mmh" |
|
28 |
||
32
161f6b2f6990
Bug 1471 - Display PDD for Symbian^3 proposed by iwanj@users.sourceforge.net
arunabha
parents:
4
diff
changeset
|
29 |
#ifdef NGA_BUILD |
161f6b2f6990
Bug 1471 - Display PDD for Symbian^3 proposed by iwanj@users.sourceforge.net
arunabha
parents:
4
diff
changeset
|
30 |
MACRO ENABLE_GCE_MODE |
161f6b2f6990
Bug 1471 - Display PDD for Symbian^3 proposed by iwanj@users.sourceforge.net
arunabha
parents:
4
diff
changeset
|
31 |
target VariantTarget(lcd_gce,dll) |
161f6b2f6990
Bug 1471 - Display PDD for Symbian^3 proposed by iwanj@users.sourceforge.net
arunabha
parents:
4
diff
changeset
|
32 |
#else |
0 | 33 |
target VariantTarget(lcd,dll) |
32
161f6b2f6990
Bug 1471 - Display PDD for Symbian^3 proposed by iwanj@users.sourceforge.net
arunabha
parents:
4
diff
changeset
|
34 |
#endif |
161f6b2f6990
Bug 1471 - Display PDD for Symbian^3 proposed by iwanj@users.sourceforge.net
arunabha
parents:
4
diff
changeset
|
35 |
|
0 | 36 |
targettype kext |
37 |
romtarget lcd.dll |
|
38 |
||
39 |
sourcepath . |
|
40 |
source lcd.cpp |
|
41 |
||
32
161f6b2f6990
Bug 1471 - Display PDD for Symbian^3 proposed by iwanj@users.sourceforge.net
arunabha
parents:
4
diff
changeset
|
42 |
SYMBIAN_BASE_SYSTEMINCLUDE(drivers) |
0 | 43 |
userinclude . |
44 |
||
45 |
library VariantTarget(ecust,lib) |
|
32
161f6b2f6990
Bug 1471 - Display PDD for Symbian^3 proposed by iwanj@users.sourceforge.net
arunabha
parents:
4
diff
changeset
|
46 |
LIBRARY AsspTarget(prcm,lib) |
0 | 47 |
|
48 |
noexportlibrary |
|
49 |
||
50 |
epocallowdlldata |
|
51 |
||
52 |
uid 0x1000008d 0x100039e8 |
|
53 |
||
54 |
VENDORID 0x70000001 |
|
55 |
||
56 |
capability all |