author | arunabha |
Fri, 16 Jul 2010 16:19:24 +0100 | |
changeset 42 | 7bf4e70b6d9e |
parent 25 | 6f943d133287 |
child 62 | e03ae8ba36fb |
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 |
|
24 |
target AsspTarget(usbcc,dll) |
|
25 |
targettype kext |
|
26 |
linkas usbcc.dll |
|
27 |
noexportlibrary |
|
28 |
||
29 |
sourcepath ../../../../../../../sf/os/kernelhwsrv/kernel/eka/drivers/usbcc |
|
30 |
source chapter9.cpp |
|
31 |
source descriptors.cpp |
|
32 |
source misc.cpp |
|
33 |
source ps_usbc.cpp |
|
34 |
source queue.cpp |
|
35 |
||
36 |
sourcepath . |
|
37 |
source pa_usbc.cpp |
|
38 |
||
39 |
library dma.lib |
|
40 |
//library resman.lib |
|
41 |
library AsspTarget(kaomap3530,lib) |
|
42 |
library AsspTarget(usbv,lib) |
|
43 |
||
44 |
deffile ../../../../../../../sf/os/kernelhwsrv/kernel/eka/~/usbcc.def |
|
45 |
||
46 |
epocallowdlldata |
|
47 |
||
48 |
capability all |
|
49 |
||
50 |
VENDORID 0x70000001 |