/*
* Copyright (c) 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
ARMV5
PRJ_EXPORTS
syborg.oby /epoc32/rom/include/ //
base.iby /epoc32/rom/include/ //
rom/base_syborg.iby /epoc32/rom/include/ //
rom/header.iby /epoc32/rom/syborg/ //
rom/kernel.iby /epoc32/rom/syborg/ //
specific/syborg.cfg /epoc32/rom/syborg/ //
estart.txt /epoc32/rom/syborg/ //
trk_l1.ini /epoc32/data/Z/trk/trk_syborg.ini
specific/variantmediadef.h /epoc32/include/syborg/variantmediadef.h
PRJ_EXTENSIONS
start extension base/genexec
option EXTRA_SRC_PATH $(EXTENSION_ROOT)/../../../../os/kernelhwsrv/kernel/eka/kernel
end
PRJ_MMPFILES
../../../../os/kernelhwsrv/kernel/eka/kernel/ekern
../../../../os/kernelhwsrv/kernel/eka/kernel/kc_exe
../../../../os/kernelhwsrv/kernel/eka/kernel/exmoncommon
../../../../os/kernelhwsrv/kernel/eka/drivers/medint/medint
../../../../os/kernelhwsrv/userlibandfileserver/fileserver/etshell/eshell
../../../../os/kernelhwsrv/kernel/eka/drivers/trace/btracex
../../../../os/kernelhwsrv/kernel/eka/euser/variant_euser
// SYBORG components
kasyborg // Variant library
serial/serial // Serial / UART ports
fb/fb // Framebuffer
fb/fb_landscape
fb/fb_portrait
fb/fb_portrait_wvga
keyboard/keyboard // Keyboard
pointer/pointer // Pointer
pointer/pointer_landscape.mmp
pointer/pointer_portrait.mmp
monitor/monap // Crash Debugger output
keymap/keymap // Key mapping library
estart/estart // Customised estart to kick-start hostfs files system
// platform device library - for flattened device tree (FDT)
svpplatform/fdt
//Host Filesystem
svphostfs/svphostfs
svphostfs/svphostfsdriver
svphostfs/svphostfsstart
svphostfs/svphostfsy
//Snap Device
svpsnapdriver/svpsnapdriver
svpsnapdriver/snapapp
//Add Sound Driver
soundsc\soundsc
PRJ_EXTENSIONS
start extension base/config
option PREFIX _syborg_
option HALPATH $(EXTENSION_ROOT)/../../../../os/kernelhwsrv/halservices
option SOURCE $(EXTENSION_ROOT)/hal
end
PRJ_MMPFILES
hal/hal
PRJ_EXTENSIONS
start extension base/bootstrap
option NAME _syborg_bootloader_bootrom
option MEMMODEL multiple
//option MEMMODEL flexible
//option MEMMODEL moving
option SOURCES syborg.s
option INCLUDES config.inc syborg.inc
option E32PATH $(EXTENSION_ROOT)/../../../../os/kernelhwsrv/kernel
option EXTRA_INC_PATH $(EXTENSION_ROOT)/bootstrap
option EXTRA_SRC_PATH $(EXTENSION_ROOT)/bootstrap
end