omap3530/bld.inf
author Mike Kinghan <mikek@symbian.org>
Mon, 22 Nov 2010 13:48:58 +0000
branchGCC_SURGE
changeset 120 10294cf40451
parent 110 c1bfa2b1009b
parent 77 e5fd00cbb70a
permissions -rw-r--r--
Merge from default tip
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1
2e2530b7bb07 Add a single bld.inf to collect all the little ones, and a packagde_definition.xml file which refers to it
William Roberts <williamr@symbian.org>
parents:
diff changeset
     1
// Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
13
dc9b4bd57f72 Removed REE_PATH option, as it's no longer needed.
Simon Howkins <simonh@symbian.org>
parents: 12
diff changeset
     2
// All rights reserved.
1
2e2530b7bb07 Add a single bld.inf to collect all the little ones, and a packagde_definition.xml file which refers to it
William Roberts <williamr@symbian.org>
parents:
diff changeset
     3
// This component and the accompanying materials are made available
2e2530b7bb07 Add a single bld.inf to collect all the little ones, and a packagde_definition.xml file which refers to it
William Roberts <williamr@symbian.org>
parents:
diff changeset
     4
// under the terms of the License "Eclipse Public License v1.0"
2e2530b7bb07 Add a single bld.inf to collect all the little ones, and a packagde_definition.xml file which refers to it
William Roberts <williamr@symbian.org>
parents:
diff changeset
     5
// which accompanies this distribution, and is available
2e2530b7bb07 Add a single bld.inf to collect all the little ones, and a packagde_definition.xml file which refers to it
William Roberts <williamr@symbian.org>
parents:
diff changeset
     6
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
2e2530b7bb07 Add a single bld.inf to collect all the little ones, and a packagde_definition.xml file which refers to it
William Roberts <williamr@symbian.org>
parents:
diff changeset
     7
//
2e2530b7bb07 Add a single bld.inf to collect all the little ones, and a packagde_definition.xml file which refers to it
William Roberts <williamr@symbian.org>
parents:
diff changeset
     8
// Initial Contributors:
2e2530b7bb07 Add a single bld.inf to collect all the little ones, and a packagde_definition.xml file which refers to it
William Roberts <williamr@symbian.org>
parents:
diff changeset
     9
// Nokia Corporation - initial contribution.
2e2530b7bb07 Add a single bld.inf to collect all the little ones, and a packagde_definition.xml file which refers to it
William Roberts <williamr@symbian.org>
parents:
diff changeset
    10
//
2e2530b7bb07 Add a single bld.inf to collect all the little ones, and a packagde_definition.xml file which refers to it
William Roberts <williamr@symbian.org>
parents:
diff changeset
    11
// Contributors:
2e2530b7bb07 Add a single bld.inf to collect all the little ones, and a packagde_definition.xml file which refers to it
William Roberts <williamr@symbian.org>
parents:
diff changeset
    12
//
2e2530b7bb07 Add a single bld.inf to collect all the little ones, and a packagde_definition.xml file which refers to it
William Roberts <williamr@symbian.org>
parents:
diff changeset
    13
// Description:
2
3400e46f43b3 Separate out kernel and beagleboard bld.infs, which have associated (& different) variant.mmh files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
    14
// Single bld.inf for most of the Beagleboard baseport
3400e46f43b3 Separate out kernel and beagleboard bld.infs, which have associated (& different) variant.mmh files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
    15
// kernel & beagleboard subdirectories have distinct variant.mmh files, and must be processed separately
1
2e2530b7bb07 Add a single bld.inf to collect all the little ones, and a packagde_definition.xml file which refers to it
William Roberts <williamr@symbian.org>
parents:
diff changeset
    16
2e2530b7bb07 Add a single bld.inf to collect all the little ones, and a packagde_definition.xml file which refers to it
William Roberts <williamr@symbian.org>
parents:
diff changeset
    17
#include "assp/bld.inf"
2e2530b7bb07 Add a single bld.inf to collect all the little ones, and a packagde_definition.xml file which refers to it
William Roberts <williamr@symbian.org>
parents:
diff changeset
    18
#include "beagle_drivers/hal/bld.inf"
2e2530b7bb07 Add a single bld.inf to collect all the little ones, and a packagde_definition.xml file which refers to it
William Roberts <williamr@symbian.org>
parents:
diff changeset
    19
#include "beagle_drivers/keytran/bld.inf"
2e2530b7bb07 Add a single bld.inf to collect all the little ones, and a packagde_definition.xml file which refers to it
William Roberts <williamr@symbian.org>
parents:
diff changeset
    20
#include "beagle_drivers/lcd/bld.inf"
2e2530b7bb07 Add a single bld.inf to collect all the little ones, and a packagde_definition.xml file which refers to it
William Roberts <williamr@symbian.org>
parents:
diff changeset
    21
#include "beagle_drivers/led/bld.inf"
52
d2416cb47e12 Bug 3612 - Enable all uarts on the beagleboard , Bug 3612 - Unknown '#file' keyword in base_beagle.iby , Bug 3614 - Including medstaticcrd to the package builds
arunabha
parents: 38
diff changeset
    22
//West Bridge astoria drivers
23
117faf51deac Bug 1996 - Contribution for West Bridge Astoria Symbian Storage Driver
arunabha
parents: 13
diff changeset
    23
#include "beagle_drivers/wb/bld.inf"
52
d2416cb47e12 Bug 3612 - Enable all uarts on the beagleboard , Bug 3612 - Unknown '#file' keyword in base_beagle.iby , Bug 3614 - Including medstaticcrd to the package builds
arunabha
parents: 38
diff changeset
    24
//West Bridge astoria drivers
23
117faf51deac Bug 1996 - Contribution for West Bridge Astoria Symbian Storage Driver
arunabha
parents: 13
diff changeset
    25
#include "beagle_drivers/medwb/bld.inf"
1
2e2530b7bb07 Add a single bld.inf to collect all the little ones, and a packagde_definition.xml file which refers to it
William Roberts <williamr@symbian.org>
parents:
diff changeset
    26
// #include "beagle_drivers/prm/bld.inf"
52
d2416cb47e12 Bug 3612 - Enable all uarts on the beagleboard , Bug 3612 - Unknown '#file' keyword in base_beagle.iby , Bug 3614 - Including medstaticcrd to the package builds
arunabha
parents: 38
diff changeset
    27
#include "beagle_drivers/medstaticrd/bld.inf"
1
2e2530b7bb07 Add a single bld.inf to collect all the little ones, and a packagde_definition.xml file which refers to it
William Roberts <williamr@symbian.org>
parents:
diff changeset
    28
#include "beagle_drivers/serialmouse/bld.inf"
2e2530b7bb07 Add a single bld.inf to collect all the little ones, and a packagde_definition.xml file which refers to it
William Roberts <williamr@symbian.org>
parents:
diff changeset
    29
#include "beagle_drivers/usbv/bld.inf"
2e2530b7bb07 Add a single bld.inf to collect all the little ones, and a packagde_definition.xml file which refers to it
William Roberts <williamr@symbian.org>
parents:
diff changeset
    30
#include "omap3530_drivers/gpio/bld.inf"
2e2530b7bb07 Add a single bld.inf to collect all the little ones, and a packagde_definition.xml file which refers to it
William Roberts <williamr@symbian.org>
parents:
diff changeset
    31
#include "omap3530_drivers/i2c/bld.inf"
2e2530b7bb07 Add a single bld.inf to collect all the little ones, and a packagde_definition.xml file which refers to it
William Roberts <williamr@symbian.org>
parents:
diff changeset
    32
#include "omap3530_drivers/prcm/bld.inf"
77
e5fd00cbb70a Added IIC SPI implementation / tests (Master channel only)
Lukasz Forynski <lukasz.forynski@gmail.com>
parents: 67
diff changeset
    33
#include "omap3530_drivers/spi/bld.inf"
1
2e2530b7bb07 Add a single bld.inf to collect all the little ones, and a packagde_definition.xml file which refers to it
William Roberts <williamr@symbian.org>
parents:
diff changeset
    34
// #include "omap3530_drivers/prm/bld.inf"
2e2530b7bb07 Add a single bld.inf to collect all the little ones, and a packagde_definition.xml file which refers to it
William Roberts <williamr@symbian.org>
parents:
diff changeset
    35
#include "omap3530_drivers/uart/bld.inf"
2e2530b7bb07 Add a single bld.inf to collect all the little ones, and a packagde_definition.xml file which refers to it
William Roberts <williamr@symbian.org>
parents:
diff changeset
    36
#include "omap3530_drivers/usbcc/bld.inf"
38
cdb163c0843f Initial contribution of the euart driver by Accenture.
george.norton
parents: 23
diff changeset
    37
#include "omap3530_drivers/euart/bld.inf"
1
2e2530b7bb07 Add a single bld.inf to collect all the little ones, and a packagde_definition.xml file which refers to it
William Roberts <williamr@symbian.org>
parents:
diff changeset
    38
#include "shared/monitor/bld.inf"
2e2530b7bb07 Add a single bld.inf to collect all the little ones, and a packagde_definition.xml file which refers to it
William Roberts <williamr@symbian.org>
parents:
diff changeset
    39
#include "shared/mstick/bld.inf"
2e2530b7bb07 Add a single bld.inf to collect all the little ones, and a packagde_definition.xml file which refers to it
William Roberts <williamr@symbian.org>
parents:
diff changeset
    40
#include "shared/serialkeyb/bld.inf"
2e2530b7bb07 Add a single bld.inf to collect all the little ones, and a packagde_definition.xml file which refers to it
William Roberts <williamr@symbian.org>
parents:
diff changeset
    41
#include "shared/tps65950/bld.inf"
12
c89ebff40c8d Added extension to build ROM image with SBSv2.
Arnaud Lenoir <arnaudl@symbian.org>
parents: 2
diff changeset
    42
c89ebff40c8d Added extension to build ROM image with SBSv2.
Arnaud Lenoir <arnaudl@symbian.org>
parents: 2
diff changeset
    43
// Build image armv5 for urel and udeb
c89ebff40c8d Added extension to build ROM image with SBSv2.
Arnaud Lenoir <arnaudl@symbian.org>
parents: 2
diff changeset
    44
PRJ_EXTENSIONS
c89ebff40c8d Added extension to build ROM image with SBSv2.
Arnaud Lenoir <arnaudl@symbian.org>
parents: 2
diff changeset
    45
start	extension	base/rom
110
c1bfa2b1009b 1) Merge default tip to very old GCC_SURGE branch, including:-
Mike Kinghan <mikek@symbian.org>
parents: 67
diff changeset
    46
#ifdef ARMCC
c1bfa2b1009b 1) Merge default tip to very old GCC_SURGE branch, including:-
Mike Kinghan <mikek@symbian.org>
parents: 67
diff changeset
    47
option ROM_DEFS ARMCC
c1bfa2b1009b 1) Merge default tip to very old GCC_SURGE branch, including:-
Mike Kinghan <mikek@symbian.org>
parents: 67
diff changeset
    48
#endif
c1bfa2b1009b 1) Merge default tip to very old GCC_SURGE branch, including:-
Mike Kinghan <mikek@symbian.org>
parents: 67
diff changeset
    49
#ifdef GCCE
c1bfa2b1009b 1) Merge default tip to very old GCC_SURGE branch, including:-
Mike Kinghan <mikek@symbian.org>
parents: 67
diff changeset
    50
option ROM_DEFS GCCE
c1bfa2b1009b 1) Merge default tip to very old GCC_SURGE branch, including:-
Mike Kinghan <mikek@symbian.org>
parents: 67
diff changeset
    51
#endif
12
c89ebff40c8d Added extension to build ROM image with SBSv2.
Arnaud Lenoir <arnaudl@symbian.org>
parents: 2
diff changeset
    52
option	REE_TARGET	beagle
c89ebff40c8d Added extension to build ROM image with SBSv2.
Arnaud Lenoir <arnaudl@symbian.org>
parents: 2
diff changeset
    53
option	TYPE	tshell
c89ebff40c8d Added extension to build ROM image with SBSv2.
Arnaud Lenoir <arnaudl@symbian.org>
parents: 2
diff changeset
    54
end