author | arunabha |
Fri, 08 Oct 2010 13:00:25 +0100 | |
branch | BYD_LCD_Integration |
changeset 86 | 56c9b613f311 |
parent 62 | e03ae8ba36fb |
child 107 | 4a6676d432dd |
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 |
// omap3530/omap3530_drivers/usbcc/usbcc.mmp |
|
15 |
// |
|
16 |
||
17 |
#include <assp/omap3530_assp/assp.mmh> |
|
18 |
#include "kernel/kern_ext.mmh" |
|
19 |
||
20 |
systeminclude +/include/drivers |
|
21 |
systeminclude +/include/assp/omap3530_assp |
|
25
6f943d133287
Added new set of systemincludes required for header reorg. Old systemincludes still left in.
MattD <mattd@symbian.org>
parents:
0
diff
changeset
|
22 |
SYMBIAN_BASE_SYSTEMINCLUDE(drivers) |
0 | 23 |
|
62
e03ae8ba36fb
updated to fix build error caused by kernelhwsrv revision 260
Lukasz Forynski <lukasz.forynski@gmail.com>
parents:
25
diff
changeset
|
24 |
USERINCLUDE ./ |
0 | 25 |
target AsspTarget(usbcc,dll) |
26 |
targettype kext |
|
27 |
linkas usbcc.dll |
|
28 |
noexportlibrary |
|
29 |
||
30 |
sourcepath ../../../../../../../sf/os/kernelhwsrv/kernel/eka/drivers/usbcc |
|
31 |
source chapter9.cpp |
|
32 |
source descriptors.cpp |
|
33 |
source misc.cpp |
|
34 |
source ps_usbc.cpp |
|
35 |
source queue.cpp |
|
36 |
||
37 |
sourcepath . |
|
38 |
source pa_usbc.cpp |
|
39 |
||
40 |
library dma.lib |
|
41 |
//library resman.lib |
|
42 |
library AsspTarget(kaomap3530,lib) |
|
43 |
library AsspTarget(usbv,lib) |
|
44 |
||
45 |
deffile ../../../../../../../sf/os/kernelhwsrv/kernel/eka/~/usbcc.def |
|
46 |
||
47 |
epocallowdlldata |
|
48 |
||
49 |
capability all |
|
50 |
||
51 |
VENDORID 0x70000001 |