omap3530/bld.inf
author MattD <mattd@symbian.org>
Wed, 10 Mar 2010 18:22:20 +0000
changeset 29 6f943d133287
parent 27 117faf51deac
child 39 cdb163c0843f
permissions -rw-r--r--
Added new set of systemincludes required for header reorg. Old systemincludes still left in.
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).
20
dc9b4bd57f72 Removed REE_PATH option, as it's no longer needed.
Simon Howkins <simonh@symbian.org>
parents: 19
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"
27
117faf51deac Bug 1996 - Contribution for West Bridge Astoria Symbian Storage Driver
arunabha
parents: 20
diff changeset
    22
//nxz
117faf51deac Bug 1996 - Contribution for West Bridge Astoria Symbian Storage Driver
arunabha
parents: 20
diff changeset
    23
#include "beagle_drivers/wb/bld.inf"
117faf51deac Bug 1996 - Contribution for West Bridge Astoria Symbian Storage Driver
arunabha
parents: 20
diff changeset
    24
//skkm
117faf51deac Bug 1996 - Contribution for West Bridge Astoria Symbian Storage Driver
arunabha
parents: 20
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"
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
    27
#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
    28
#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
    29
#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
    30
#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
    31
#include "omap3530_drivers/prcm/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/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
    33
#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
    34
#include "omap3530_drivers/usbcc/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 "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
    36
#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
    37
#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
    38
#include "shared/tps65950/bld.inf"
19
c89ebff40c8d Added extension to build ROM image with SBSv2.
Arnaud Lenoir <arnaudl@symbian.org>
parents: 2
diff changeset
    39
c89ebff40c8d Added extension to build ROM image with SBSv2.
Arnaud Lenoir <arnaudl@symbian.org>
parents: 2
diff changeset
    40
// 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
    41
PRJ_EXTENSIONS
c89ebff40c8d Added extension to build ROM image with SBSv2.
Arnaud Lenoir <arnaudl@symbian.org>
parents: 2
diff changeset
    42
start	extension	base/rom
c89ebff40c8d Added extension to build ROM image with SBSv2.
Arnaud Lenoir <arnaudl@symbian.org>
parents: 2
diff changeset
    43
option	REE_TARGET	beagle
c89ebff40c8d Added extension to build ROM image with SBSv2.
Arnaud Lenoir <arnaudl@symbian.org>
parents: 2
diff changeset
    44
option	TYPE	tshell
c89ebff40c8d Added extension to build ROM image with SBSv2.
Arnaud Lenoir <arnaudl@symbian.org>
parents: 2
diff changeset
    45
end