author | Simon Howkins <simonh@symbian.org> |
Mon, 29 Nov 2010 13:27:18 +0000 | |
changeset 122 | d8dcdd4c8ab4 |
parent 4 | fb470b6b13fd |
permissions | -rwxr-xr-x |
0 | 1 |
// Copyright (c) 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_assp/shared/tps65950/tps65950.mmp |
|
15 |
// |
|
16 |
||
17 |
#include <assp/omap3530_assp/assp.mmh> |
|
18 |
||
19 |
#include <kernel/kern_ext.mmh> |
|
20 |
||
21 |
||
22 |
TARGET tps65950.dll |
|
23 |
TARGETTYPE kext |
|
24 |
||
25 |
SOURCEPATH . |
|
26 |
SOURCE tps65950.cpp |
|
27 |
SOURCE tps65950_int.cpp |
|
28 |
||
29 |
USERINCLUDE . |
|
30 |
SYSTEMINCLUDE +/include |
|
31 |
SYSTEMINCLUDE +/include/kernel |
|
32 |
SYSTEMINCLUDE +/include/drivers |
|
33 |
SYSTEMINCLUDE +/include/nkern |
|
34 |
SYSTEMINCLUDE +/include/assp/omap3530_assp |
|
35 |
||
36 |
NOSTRICTDEF |
|
37 |
DEFFILE ~/tps65950.def |
|
38 |
||
4
fb470b6b13fd
Remove spaces around the words in AsspTarget() macros
William Roberts <williamr@symbian.org>
parents:
0
diff
changeset
|
39 |
LIBRARY AsspTarget(kaomap3530,lib) |
fb470b6b13fd
Remove spaces around the words in AsspTarget() macros
William Roberts <williamr@symbian.org>
parents:
0
diff
changeset
|
40 |
LIBRARY AsspTarget(prcm,lib) |
fb470b6b13fd
Remove spaces around the words in AsspTarget() macros
William Roberts <williamr@symbian.org>
parents:
0
diff
changeset
|
41 |
LIBRARY AsspTarget(i2c,lib) |
0 | 42 |
|
43 |
EPOCALLOWDLLDATA |
|
44 |
CAPABILITY all |
|
45 |
||
46 |
VENDORID 0x70000001 |