author | William Roberts <williamr@symbian.org> |
Tue, 05 Oct 2010 14:38:32 +0100 | |
changeset 284 | e76171403744 |
parent 277 | 1686aa1db1e4 |
permissions | -rw-r--r-- |
277
1686aa1db1e4
Add rom.flm and rom_sbs.pl
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
1 |
<?xml version="1.0" encoding="ISO-8859-1" ?> |
1686aa1db1e4
Add rom.flm and rom_sbs.pl
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
2 |
<!-- |
1686aa1db1e4
Add rom.flm and rom_sbs.pl
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
3 |
# |
1686aa1db1e4
Add rom.flm and rom_sbs.pl
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
4 |
# Copyright (c) 2009-2010 Symbian Foundation. |
1686aa1db1e4
Add rom.flm and rom_sbs.pl
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
5 |
# All rights reserved. |
1686aa1db1e4
Add rom.flm and rom_sbs.pl
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
6 |
# This component and the accompanying materials are made available |
1686aa1db1e4
Add rom.flm and rom_sbs.pl
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
7 |
# under the terms of "Eclipse Public License v1.0" |
1686aa1db1e4
Add rom.flm and rom_sbs.pl
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
8 |
# which accompanies this distribution, and is available |
1686aa1db1e4
Add rom.flm and rom_sbs.pl
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
9 |
# at the URL "http://www.eclipse.org/legal/epl-v10.html". |
1686aa1db1e4
Add rom.flm and rom_sbs.pl
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
10 |
# |
1686aa1db1e4
Add rom.flm and rom_sbs.pl
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
11 |
# Initial Contributors: |
1686aa1db1e4
Add rom.flm and rom_sbs.pl
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
12 |
# Symbian Foundation - initial contribution. |
1686aa1db1e4
Add rom.flm and rom_sbs.pl
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
13 |
# |
1686aa1db1e4
Add rom.flm and rom_sbs.pl
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
14 |
# Contributors: |
1686aa1db1e4
Add rom.flm and rom_sbs.pl
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
15 |
# |
1686aa1db1e4
Add rom.flm and rom_sbs.pl
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
16 |
# Description: Implementation of generic image generation for target using SBS/Raptor |
1686aa1db1e4
Add rom.flm and rom_sbs.pl
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
17 |
# |
1686aa1db1e4
Add rom.flm and rom_sbs.pl
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
18 |
--> |
1686aa1db1e4
Add rom.flm and rom_sbs.pl
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
19 |
<!-- Extension interfaces : replacements for Template Extension Makefiles --> |
1686aa1db1e4
Add rom.flm and rom_sbs.pl
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
20 |
|
1686aa1db1e4
Add rom.flm and rom_sbs.pl
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"> |
1686aa1db1e4
Add rom.flm and rom_sbs.pl
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
22 |
<interface name="base.rom" extends="Symbian.KernelFLM" flm="rom.flm"> |
1686aa1db1e4
Add rom.flm and rom_sbs.pl
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
23 |
<param name="REE_TARGET"/> |
1686aa1db1e4
Add rom.flm and rom_sbs.pl
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
24 |
<param name="TYPE"/> |
1686aa1db1e4
Add rom.flm and rom_sbs.pl
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
25 |
<param name="ROM_NAME" default=''/> |
1686aa1db1e4
Add rom.flm and rom_sbs.pl
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
26 |
<param name="REE_DEFINES" default=''/> |
1686aa1db1e4
Add rom.flm and rom_sbs.pl
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
27 |
</interface> |
1686aa1db1e4
Add rom.flm and rom_sbs.pl
William Roberts <williamr@symbian.org>
parents:
diff
changeset
|
28 |
</build> |