0
|
1 |
/*
|
|
2 |
* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
|
|
3 |
* All rights reserved.
|
|
4 |
* This component and the accompanying materials are made available
|
|
5 |
* under the terms of the License "Eclipse Public License v1.0"
|
|
6 |
* which accompanies this distribution, and is available
|
|
7 |
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
|
|
8 |
*
|
|
9 |
* Initial Contributors:
|
|
10 |
* Nokia Corporation - initial contribution.
|
|
11 |
*
|
|
12 |
* Contributors:
|
|
13 |
*
|
|
14 |
* Description: modem access / ISCE / multiplexing layer: Memory Management interface and implementation
|
|
15 |
*
|
|
16 |
*/
|
|
17 |
|
|
18 |
|
|
19 |
|
|
20 |
#include <non_foundation_paths.hrh>
|
|
21 |
#include <platform_paths.hrh>
|
|
22 |
#include "kernel/kern_ext.mmh"
|
|
23 |
|
|
24 |
TARGET memmanager.dll
|
|
25 |
TARGETTYPE kext
|
|
26 |
linkas memmanager.dll
|
|
27 |
UID 0x20024330
|
|
28 |
VENDORID VID_DEFAULT
|
|
29 |
CAPABILITY ALL
|
|
30 |
FEATUREVARIANT
|
|
31 |
|
|
32 |
DEFFILE memmanager.def
|
|
33 |
|
|
34 |
EPOCALLOWDLLDATA
|
|
35 |
|
|
36 |
SOURCEPATH ../src
|
|
37 |
SOURCE memmanager.cpp
|
|
38 |
|
|
39 |
USERINCLUDE ../inc
|
|
40 |
//OST TRACE USERINCLUDE ../traces
|
|
41 |
|
|
42 |
OS_LAYER_SYSTEMINCLUDE
|
|
43 |
NON_FOUNDATION_ADAPT_LAYER_SYSTEMINCLUDE
|
|
44 |
SYSTEMINCLUDE /epoc32/include/kernel
|
|
45 |
SYSTEMINCLUDE /epoc32/include/nkern
|
|
46 |
|
|
47 |
START WINS
|
|
48 |
win32_library kernel32.lib
|
|
49 |
END
|
|
50 |
|
|
51 |
// flag to enable normal trace inside component
|
|
52 |
MACRO COMPONENT_TRACE_FLAG
|