Add a single bld.inf to collect all the little ones, and a packagde_definition.xml file which refers to it
authorWilliam Roberts <williamr@symbian.org>
Thu, 08 Oct 2009 21:10:24 +0100
changeset 1 2e2530b7bb07
parent 0 6663340f3fc9
child 2 3400e46f43b3
Add a single bld.inf to collect all the little ones, and a packagde_definition.xml file which refers to it
omap3530/bld.inf
package_definition.xml
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/omap3530/bld.inf	Thu Oct 08 21:10:24 2009 +0100
@@ -0,0 +1,36 @@
+// Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+///bld.inf" rights reserved.
+// This component and the accompanying materials are made available
+// under the terms of the License "Eclipse Public License v1.0"
+// which accompanies this distribution, and is available
+// at the URL "http://www.eclipse.org/legal/epl-v10.html".
+//
+// Initial Contributors:
+// Nokia Corporation - initial contribution.
+//
+// Contributors:
+//
+// Description:
+// Single bld.inf for all of the Beagleboard baseport
+//
+
+#include "assp/bld.inf"
+#include "beagleboard/bld.inf"
+#include "beagle_drivers/hal/bld.inf"
+#include "beagle_drivers/keytran/bld.inf"
+#include "beagle_drivers/lcd/bld.inf"
+#include "beagle_drivers/led/bld.inf"
+// #include "beagle_drivers/prm/bld.inf"
+#include "beagle_drivers/serialmouse/bld.inf"
+#include "beagle_drivers/usbv/bld.inf"
+#include "kernel/bld.inf"
+#include "omap3530_drivers/gpio/bld.inf"
+#include "omap3530_drivers/i2c/bld.inf"
+#include "omap3530_drivers/prcm/bld.inf"
+// #include "omap3530_drivers/prm/bld.inf"
+#include "omap3530_drivers/uart/bld.inf"
+#include "omap3530_drivers/usbcc/bld.inf"
+#include "shared/monitor/bld.inf"
+#include "shared/mstick/bld.inf"
+#include "shared/serialkeyb/bld.inf"
+#include "shared/tps65950/bld.inf"
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/package_definition.xml	Thu Oct 08 21:10:24 2009 +0100
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<SystemDefinition schema="3.0.0">
+  <package id="beagleboard" name="Beagle Board" levels="hw-if">
+    <collection id="omap3530" name="OMAP 3530" level="hw-if">
+      <component id="beagleboard" name="Beagle Board baseport" introduced="symbian^3" purpose="optional">
+        <unit bldFile="omap3530" mrp="omap3530/base_beagle.mrp"/>
+      </component>
+    </collection>
+  </package>
+</SystemDefinition>