author | William Roberts <williamr@symbian.org> |
Fri, 09 Oct 2009 15:54:11 +0100 | |
changeset 4 | fb470b6b13fd |
parent 0 | 6663340f3fc9 |
child 32 | 161f6b2f6990 |
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 |
||
29 |
target VariantTarget(lcd,dll) |
|
30 |
targettype kext |
|
31 |
romtarget lcd.dll |
|
32 |
||
33 |
sourcepath . |
|
34 |
source lcd.cpp |
|
35 |
||
36 |
userinclude . |
|
37 |
||
38 |
library VariantTarget(ecust,lib) |
|
4
fb470b6b13fd
Remove spaces around the words in AsspTarget() macros
William Roberts <williamr@symbian.org>
parents:
0
diff
changeset
|
39 |
LIBRARY AsspTarget(prcm,lib) |
fb470b6b13fd
Remove spaces around the words in AsspTarget() macros
William Roberts <williamr@symbian.org>
parents:
0
diff
changeset
|
40 |
//LIBRARY AsspTarget(i2c,lib) |
fb470b6b13fd
Remove spaces around the words in AsspTarget() macros
William Roberts <williamr@symbian.org>
parents:
0
diff
changeset
|
41 |
//LIBRARY AsspTarget(kaomap3530,lib) |
0 | 42 |
|
43 |
noexportlibrary |
|
44 |
||
45 |
epocallowdlldata |
|
46 |
||
47 |
uid 0x1000008d 0x100039e8 |
|
48 |
||
49 |
VENDORID 0x70000001 |
|
50 |
||
51 |
capability all |