kernel/eka/rombuild/rom.xml
author Mike Kinghan <mikek@symbian.org>
Tue, 16 Nov 2010 14:39:21 +0000
branchGCC_SURGE
changeset 303 9b85206a602c
parent 99 6e5f9f6173bc
permissions -rw-r--r--
We need a way to pass flags to rombuilds in Raptor via extension flm interfaces, so that the CPP pass of the rom input files can be informed what toolchain we are building with and conditionally include or exclude files depending on whether the toolchain could build them.

<?xml version="1.0" encoding="ISO-8859-1" ?> 
<!--
#
# Copyright (c) 2009 Symbian Foundation. 
# All rights reserved.
# This component and the accompanying materials are made available
# under the terms of the License "Symbian Foundation License v1.0" to Symbian Foundation members and "Symbian Foundation End User License Agreement v1.0" to non-members
# which accompanies this distribution, and is available
# at the URL "http://www.symbianfoundation.org/legal/licencesv10.html".
#
# Initial Contributors:
# Symbian Foundation - initial contribution.
#
# Contributors:
#
# Description: Implementation of generic image generation for target using SBS/Raptor
#
-->
<!--  Extension interfaces : replacements for Template Extension Makefiles  --> 

<build xmlns="http://symbian.com/xml/build" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://symbian.com/xml/build ../../schema/build/2_0.xsd">
	<interface name="base.rom" extends="Symbian.KernelFLM" flm="rom.flm">
		<param name="REE_TARGET"/>
		<param name="TYPE"/>
		<param name="ROM_DEFS"/>
	</interface>
</build>