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 |
|
|
40 |
LIBRARY AsspTarget( kaomap3530, lib )
|
|
41 |
LIBRARY AsspTarget( prcm, lib )
|
|
42 |
|
|
43 |
EPOCALLOWDLLDATA
|
|
44 |
CAPABILITY all
|
|
45 |
|
|
46 |
VENDORID 0x70000001
|