kernel/eka/rombuild/rom.xml
author William Roberts <williamr@symbian.org>
Tue, 20 Jul 2010 09:59:06 +0100
changeset 214 aa7a21cbc82b
child 303 9b85206a602c
permissions -rw-r--r--
Really supply rom.flm and friends (missed from previous commit)
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
214
aa7a21cbc82b Really supply rom.flm and friends (missed from previous commit)
William Roberts <williamr@symbian.org>
parents:
diff changeset
     1
<?xml version="1.0" encoding="ISO-8859-1" ?> 
aa7a21cbc82b Really supply rom.flm and friends (missed from previous commit)
William Roberts <williamr@symbian.org>
parents:
diff changeset
     2
<!--
aa7a21cbc82b Really supply rom.flm and friends (missed from previous commit)
William Roberts <williamr@symbian.org>
parents:
diff changeset
     3
#
aa7a21cbc82b Really supply rom.flm and friends (missed from previous commit)
William Roberts <williamr@symbian.org>
parents:
diff changeset
     4
# Copyright (c) 2009 Symbian Foundation. 
aa7a21cbc82b Really supply rom.flm and friends (missed from previous commit)
William Roberts <williamr@symbian.org>
parents:
diff changeset
     5
# All rights reserved.
aa7a21cbc82b Really supply rom.flm and friends (missed from previous commit)
William Roberts <williamr@symbian.org>
parents:
diff changeset
     6
# This component and the accompanying materials are made available
aa7a21cbc82b Really supply rom.flm and friends (missed from previous commit)
William Roberts <williamr@symbian.org>
parents:
diff changeset
     7
# 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
aa7a21cbc82b Really supply rom.flm and friends (missed from previous commit)
William Roberts <williamr@symbian.org>
parents:
diff changeset
     8
# which accompanies this distribution, and is available
aa7a21cbc82b Really supply rom.flm and friends (missed from previous commit)
William Roberts <williamr@symbian.org>
parents:
diff changeset
     9
# at the URL "http://www.symbianfoundation.org/legal/licencesv10.html".
aa7a21cbc82b Really supply rom.flm and friends (missed from previous commit)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    10
#
aa7a21cbc82b Really supply rom.flm and friends (missed from previous commit)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    11
# Initial Contributors:
aa7a21cbc82b Really supply rom.flm and friends (missed from previous commit)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    12
# Symbian Foundation - initial contribution.
aa7a21cbc82b Really supply rom.flm and friends (missed from previous commit)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    13
#
aa7a21cbc82b Really supply rom.flm and friends (missed from previous commit)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    14
# Contributors:
aa7a21cbc82b Really supply rom.flm and friends (missed from previous commit)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    15
#
aa7a21cbc82b Really supply rom.flm and friends (missed from previous commit)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    16
# Description: Implementation of generic image generation for target using SBS/Raptor
aa7a21cbc82b Really supply rom.flm and friends (missed from previous commit)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    17
#
aa7a21cbc82b Really supply rom.flm and friends (missed from previous commit)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    18
-->
aa7a21cbc82b Really supply rom.flm and friends (missed from previous commit)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    19
<!--  Extension interfaces : replacements for Template Extension Makefiles  --> 
aa7a21cbc82b Really supply rom.flm and friends (missed from previous commit)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    20
aa7a21cbc82b Really supply rom.flm and friends (missed from previous commit)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    21
<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">
aa7a21cbc82b Really supply rom.flm and friends (missed from previous commit)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    22
	<interface name="base.rom" extends="Symbian.KernelFLM" flm="rom.flm">
aa7a21cbc82b Really supply rom.flm and friends (missed from previous commit)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    23
		<param name="REE_TARGET"/>
aa7a21cbc82b Really supply rom.flm and friends (missed from previous commit)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    24
		<param name="TYPE"/>
aa7a21cbc82b Really supply rom.flm and friends (missed from previous commit)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    25
	</interface>
aa7a21cbc82b Really supply rom.flm and friends (missed from previous commit)
William Roberts <williamr@symbian.org>
parents:
diff changeset
    26
</build>