kernel/eka/extension/rom.xml
author William Roberts <williamr@symbian.org>
Mon, 04 Oct 2010 16:16:03 +0100
changeset 282 664ff9a1a8fa
parent 277 1686aa1db1e4
permissions -rw-r--r--
Merge fix for Bug 2742, add rom.flm and rom_sbs.pl, add workaround for Bug 2149

<?xml version="1.0" encoding="ISO-8859-1" ?> 
<!--
#
# Copyright (c) 2009-2010 Symbian Foundation. 
# All rights reserved.
# This component and the accompanying materials are made available
# under the terms of "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:
# 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_NAME" default=''/>
		<param name="REE_DEFINES" default=''/>
	</interface>
</build>