author | andy simpson <andrews@symbian.org> |
Wed, 14 Jul 2010 11:58:55 +0100 | |
branch | RCL_3 |
changeset 204 | e6321f0e0e6b |
parent 11 | 2e0eeacfdf12 |
permissions | -rw-r--r-- |
5
4ab060f25417
Create and register FLM for building ROMs with rom_sbs.pl through SBSv2.
Arnaud Lenoir <arnaudl@symbian.org>
parents:
diff
changeset
|
1 |
<?xml version="1.0" encoding="ISO-8859-1" ?> |
4ab060f25417
Create and register FLM for building ROMs with rom_sbs.pl through SBSv2.
Arnaud Lenoir <arnaudl@symbian.org>
parents:
diff
changeset
|
2 |
<!-- |
4ab060f25417
Create and register FLM for building ROMs with rom_sbs.pl through SBSv2.
Arnaud Lenoir <arnaudl@symbian.org>
parents:
diff
changeset
|
3 |
# |
4ab060f25417
Create and register FLM for building ROMs with rom_sbs.pl through SBSv2.
Arnaud Lenoir <arnaudl@symbian.org>
parents:
diff
changeset
|
4 |
# Copyright (c) 2009 Symbian Foundation. |
4ab060f25417
Create and register FLM for building ROMs with rom_sbs.pl through SBSv2.
Arnaud Lenoir <arnaudl@symbian.org>
parents:
diff
changeset
|
5 |
# All rights reserved. |
4ab060f25417
Create and register FLM for building ROMs with rom_sbs.pl through SBSv2.
Arnaud Lenoir <arnaudl@symbian.org>
parents:
diff
changeset
|
6 |
# This component and the accompanying materials are made available |
4ab060f25417
Create and register FLM for building ROMs with rom_sbs.pl through SBSv2.
Arnaud Lenoir <arnaudl@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 |
4ab060f25417
Create and register FLM for building ROMs with rom_sbs.pl through SBSv2.
Arnaud Lenoir <arnaudl@symbian.org>
parents:
diff
changeset
|
8 |
# which accompanies this distribution, and is available |
4ab060f25417
Create and register FLM for building ROMs with rom_sbs.pl through SBSv2.
Arnaud Lenoir <arnaudl@symbian.org>
parents:
diff
changeset
|
9 |
# at the URL "http://www.symbianfoundation.org/legal/licencesv10.html". |
4ab060f25417
Create and register FLM for building ROMs with rom_sbs.pl through SBSv2.
Arnaud Lenoir <arnaudl@symbian.org>
parents:
diff
changeset
|
10 |
# |
4ab060f25417
Create and register FLM for building ROMs with rom_sbs.pl through SBSv2.
Arnaud Lenoir <arnaudl@symbian.org>
parents:
diff
changeset
|
11 |
# Initial Contributors: |
4ab060f25417
Create and register FLM for building ROMs with rom_sbs.pl through SBSv2.
Arnaud Lenoir <arnaudl@symbian.org>
parents:
diff
changeset
|
12 |
# Symbian Foundation - initial contribution. |
4ab060f25417
Create and register FLM for building ROMs with rom_sbs.pl through SBSv2.
Arnaud Lenoir <arnaudl@symbian.org>
parents:
diff
changeset
|
13 |
# |
4ab060f25417
Create and register FLM for building ROMs with rom_sbs.pl through SBSv2.
Arnaud Lenoir <arnaudl@symbian.org>
parents:
diff
changeset
|
14 |
# Contributors: |
4ab060f25417
Create and register FLM for building ROMs with rom_sbs.pl through SBSv2.
Arnaud Lenoir <arnaudl@symbian.org>
parents:
diff
changeset
|
15 |
# |
4ab060f25417
Create and register FLM for building ROMs with rom_sbs.pl through SBSv2.
Arnaud Lenoir <arnaudl@symbian.org>
parents:
diff
changeset
|
16 |
# Description: Implementation of generic image generation for target using SBS/Raptor |
4ab060f25417
Create and register FLM for building ROMs with rom_sbs.pl through SBSv2.
Arnaud Lenoir <arnaudl@symbian.org>
parents:
diff
changeset
|
17 |
# |
4ab060f25417
Create and register FLM for building ROMs with rom_sbs.pl through SBSv2.
Arnaud Lenoir <arnaudl@symbian.org>
parents:
diff
changeset
|
18 |
--> |
4ab060f25417
Create and register FLM for building ROMs with rom_sbs.pl through SBSv2.
Arnaud Lenoir <arnaudl@symbian.org>
parents:
diff
changeset
|
19 |
<!-- Extension interfaces : replacements for Template Extension Makefiles --> |
4ab060f25417
Create and register FLM for building ROMs with rom_sbs.pl through SBSv2.
Arnaud Lenoir <arnaudl@symbian.org>
parents:
diff
changeset
|
20 |
|
4ab060f25417
Create and register FLM for building ROMs with rom_sbs.pl through SBSv2.
Arnaud Lenoir <arnaudl@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"> |
4ab060f25417
Create and register FLM for building ROMs with rom_sbs.pl through SBSv2.
Arnaud Lenoir <arnaudl@symbian.org>
parents:
diff
changeset
|
22 |
<interface name="base.rom" extends="Symbian.KernelFLM" flm="rom.flm"> |
10
a9cc6fb4aaa6
Removed REE_PATH option, as it's no longer used.
Simon Howkins <simonh@symbian.org>
parents:
5
diff
changeset
|
23 |
<param name="REE_TARGET"/> |
a9cc6fb4aaa6
Removed REE_PATH option, as it's no longer used.
Simon Howkins <simonh@symbian.org>
parents:
5
diff
changeset
|
24 |
<param name="TYPE"/> |
5
4ab060f25417
Create and register FLM for building ROMs with rom_sbs.pl through SBSv2.
Arnaud Lenoir <arnaudl@symbian.org>
parents:
diff
changeset
|
25 |
</interface> |
4ab060f25417
Create and register FLM for building ROMs with rom_sbs.pl through SBSv2.
Arnaud Lenoir <arnaudl@symbian.org>
parents:
diff
changeset
|
26 |
</build> |