author | arunabha |
Fri, 16 Jul 2010 16:19:24 +0100 | |
changeset 42 | 7bf4e70b6d9e |
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/mstick/mstick.mmp |
|
15 |
// |
|
16 |
||
17 |
#include <assp/omap3530_assp/assp.mmh> |
|
18 |
||
19 |
#include <kernel/kern_ext.mmh> |
|
20 |
||
21 |
||
22 |
TARGET _omap3XXX_mstick.dll |
|
23 |
TARGETTYPE kext |
|
24 |
LINKAS mstick.dll |
|
25 |
ROMTARGET mstick.dll |
|
26 |
||
27 |
SOURCEPATH . |
|
28 |
SOURCE mstick.cpp |
|
29 |
||
30 |
USERINCLUDE . |
|
31 |
SYSTEMINCLUDE +/include |
|
32 |
SYSTEMINCLUDE +/include/kernel |
|
33 |
SYSTEMINCLUDE +/include/drivers |
|
34 |
SYSTEMINCLUDE +/include/nkern |
|
35 |
SYSTEMINCLUDE +/include/assp/omap3530_assp |
|
36 |
||
37 |
NOSTRICTDEF |
|
38 |
DEFFILE def/~/mstick.def |
|
39 |
||
4
fb470b6b13fd
Remove spaces around the words in AsspTarget() macros
William Roberts <williamr@symbian.org>
parents:
0
diff
changeset
|
40 |
LIBRARY AsspTarget(kaomap3530,lib) |
fb470b6b13fd
Remove spaces around the words in AsspTarget() macros
William Roberts <williamr@symbian.org>
parents:
0
diff
changeset
|
41 |
LIBRARY AsspTarget(prcm,lib) |
0 | 42 |
|
43 |
EPOCALLOWDLLDATA |
|
44 |
CAPABILITY all |
|
45 |
||
46 |
VENDORID 0x70000001 |