Trying to figure out how to implement my WINC like compatibility layer. Going the emulation way is probably not so smart. We should not use the kernel but rather hook native functions in the Exec calls.
// Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies).
// All rights reserved.
// This component and the accompanying materials are made available
// under the terms of the License "Eclipse Public License v1.0"
// which accompanies this distribution, and is available
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
//
// Initial Contributors:
// Nokia Corporation - initial contribution.
//
// Contributors:
//
// Description:
//
PRJ_PLATFORMS
PRJ_EXPORTS
//Perl tool to generate cpp's & headerfiles
FatConversionTable.pl /epoc32/tools/FatConversionTable.pl
//Rom build support
../group/FATCharsetConv.iby /epoc32/rom/include/fatcharsetconv.iby
PRJ_EXTENSIONS
start extension syslibs/conversiontable
end
PRJ_MMPFILES
../mmpfiles/CP950.mmp
../mmpfiles/CP949.mmp
../mmpfiles/CP936.mmp
../mmpfiles/CP54936.mmp
../mmpfiles/CP932.mmp
../mmpfiles/CP874.mmp
../mmpfiles/CP1258.mmp
../mmpfiles/CP1257.mmp
../mmpfiles/CP1256.mmp
../mmpfiles/CP1255.mmp
../mmpfiles/CP1254.mmp
../mmpfiles/CP1253.mmp
../mmpfiles/CP1252.mmp
../mmpfiles/CP1251.mmp
../mmpfiles/CP1250.mmp
PRJ_TESTEXPORTS
../group/FATCharsetConvTests.iby /epoc32/rom/include/fatcharsetconvtests.iby
../group/FATCharsetConvTests.bat /epoc32/data/z/system/test/fatcharsetconvtests.bat
PRJ_TESTMMPFILES
../test/T_CP950.mmp
../test/T_CP949.mmp
../test/T_CP936.mmp
../test/T_CP54936.mmp
../test/T_CP932.mmp
../test/T_CP874.mmp
../test/T_CP1258.mmp
../test/T_CP1257.mmp
../test/T_CP1256.mmp
../test/T_CP1255.mmp
../test/T_CP1254.mmp
../test/T_CP1253.mmp
../test/T_CP1252.mmp
../test/T_CP1251.mmp
../test/T_CP1250.mmp