Update contrib.
1 // Copyright (c) 1997-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".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
14 // e32/memmodel/memmodel.mmp
19 sourcepath ../memmodel/epoc
20 source putils.cpp pcodeseg.cpp pprocess.cpp pglobals.cpp
25 #if defined(MM_MOVING) || defined(MM_MULTIPLE)
26 sourcepath ../memmodel/epoc/mmubase
27 source ramalloc.cpp mmubase.cpp kblockmap.cpp defragbase.cpp
28 #endif // MM_MOVING || MM_MULTIPLE
33 sourcepath ../memmodel/epoc/moving
34 source mchunk.cpp mglobals.cpp minit.cpp mkernel.cpp
35 source mcodeseg.cpp mmu.cpp mprocess.cpp
36 source mutils.cpp mdefrag.cpp
39 sourcepath ../memmodel/epoc/moving/arm
40 source xglobals.cpp xinit.cpp xipc.cia xkernel.cpp xkernel.cia
41 source xmmu.cpp xmmu.cia xsched.cpp xsched.cia
49 sourcepath ../memmodel/epoc/direct
50 source mchunk.cpp mglobals.cpp minit.cpp mkernel.cpp
51 source mcodeseg.cpp mprocess.cpp mutils.cpp mdefrag.cpp
54 sourcepath ../memmodel/epoc/direct/arm
55 source xglobals.cpp xinit.cpp xipc.cia xkernel.cpp
56 source xsched.cpp xsched.cia xutils.cpp
59 sourcepath ../memmodel/epoc/direct/x86
60 source xglobals.cpp xinit.cpp xipc.cpp xkernel.cpp
61 source xsched.cpp xutils.cpp
69 sourcepath ../memmodel/epoc/multiple
70 source mchunk.cpp mglobals.cpp minit.cpp mkernel.cpp
71 source mcodeseg.cpp mmu.cpp mprocess.cpp
72 source mutils.cpp mdefrag.cpp
75 sourcepath ../memmodel/epoc/multiple/arm
76 source xglobals.cpp xinit.cpp xipc.cia xkernel.cpp xkernel.cia
77 source xmmu.cpp xmmu.cia xsched.cpp xsched.cia
80 sourcepath ../memmodel/epoc/multiple/x86
83 source xglobals.cpp xinit.cpp xipc.cpp xkernel.cpp
92 sourcepath ../memmodel/epoc/flexible
93 source mchunk.cpp minit.cpp mkernel.cpp
94 source mcodeseg.cpp mprocess.cpp mshbuf.cpp
95 sourcepath ../memmodel/epoc/flexible/mmu
96 userinclude ../memmodel/epoc/flexible/mmu
98 source mvalloc.cpp mptalloc.cpp mpdalloc.cpp mm.cpp
99 source maddrcont.cpp mpagearray.cpp mslaballoc.cpp
100 source mobject.cpp mmapping.cpp mmappinglist.cpp
101 source mmanager.cpp maddressspace.cpp mcleanup.cpp
102 source mpager.cpp mrom.cpp mdatapaging.cpp mcodepaging.cpp
103 source mexport.cpp mthrash.cpp
104 source mdefrag.cpp mlargemappings.cpp
105 sourcepath ../memmodel/epoc/mmubase
106 source kblockmap.cpp ramalloc.cpp defragbase.cpp
109 userinclude ../memmodel/epoc/flexible/mmu/arm
110 sourcepath ../memmodel/epoc/flexible/arm
111 source xinit.cpp xipc.cia xkernel.cpp xkernel.cia
112 source xsched.cpp xsched.cia
113 sourcepath ../memmodel/epoc/flexible/mmu/arm
114 source xmmu.cpp xmmu.cia
117 userinclude ../memmodel/epoc/flexible/mmu/x86
118 sourcepath ../memmodel/epoc/flexible/x86
119 source xinit.cpp xipc.cpp xkernel.cpp
121 sourcepath ../memmodel/epoc/flexible/mmu/x86
122 source xmmu.cpp xmmu.cia
125 #endif // MM_FLEXIBLE
130 sourcepath ../memmodel/emul
134 sourcepath ../memmodel/emul/win32
136 source mchunk.cpp mglobals.cpp minit.cpp mkernel.cpp
137 source mcodeseg.cpp mprocess.cpp mutils.cpp mshbuf.cpp