equal
deleted
inserted
replaced
|
1 // Copyright (c) 2008-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/i2c/i2c.mmp |
|
15 // |
|
16 |
|
17 #include <assp/omap3530_assp/assp.mmh> |
|
18 #include <kernel/kern_ext.mmh> |
|
19 |
|
20 TARGET AsspTarget(i2c, dll) |
|
21 TARGETTYPE kext |
|
22 LINKAS i2c.dll |
|
23 DEFFILE ./def/~/i2c.def |
|
24 NOSTRICTDEF |
|
25 |
|
26 SOURCEPATH . |
|
27 SOURCE i2c.cpp |
|
28 |
|
29 USERINCLUDE . |
|
30 SYSTEMINCLUDE +\include\assp\omap3530_assp\ |
|
31 SYSTEMINCLUDE +\include\drivers |
|
32 |
|
33 LIBRARY AsspTarget(kaomap3530, lib) |
|
34 //library resman.lib |
|
35 |
|
36 EPOCALLOWDLLDATA |
|
37 |
|
38 CAPABILITY all |
|
39 |
|
40 VENDORID 0x70000001 |