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
|
|
22 |
|
|
23 |
target AsspTarget(usbcc,dll)
|
|
24 |
targettype kext
|
|
25 |
linkas usbcc.dll
|
|
26 |
noexportlibrary
|
|
27 |
|
|
28 |
sourcepath ../../../../../../../sf/os/kernelhwsrv/kernel/eka/drivers/usbcc
|
|
29 |
source chapter9.cpp
|
|
30 |
source descriptors.cpp
|
|
31 |
source misc.cpp
|
|
32 |
source ps_usbc.cpp
|
|
33 |
source queue.cpp
|
|
34 |
|
|
35 |
sourcepath .
|
|
36 |
source pa_usbc.cpp
|
|
37 |
|
|
38 |
library dma.lib
|
|
39 |
//library resman.lib
|
|
40 |
library AsspTarget(kaomap3530,lib)
|
|
41 |
library AsspTarget(usbv,lib)
|
|
42 |
|
|
43 |
deffile ../../../../../../../sf/os/kernelhwsrv/kernel/eka/~/usbcc.def
|
|
44 |
|
|
45 |
epocallowdlldata
|
|
46 |
|
|
47 |
capability all
|
|
48 |
|
|
49 |
VENDORID 0x70000001
|