Revision: 201035
authorDremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Fri, 17 Sep 2010 08:35:50 +0300
changeset 18 1591614dbf89
parent 16 0e550c9259fd
child 19 31a1a9e11046
Revision: 201035 Kit: 201037
hgwidgets_plat/ganeswidgets_api/bld.inf
hgwidgets_plat/hgcacheproxymodel_api/bld.inf
package_definition.xml
package_map.xml
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/hgwidgets_plat/ganeswidgets_api/bld.inf	Fri Sep 17 08:35:50 2010 +0300
@@ -0,0 +1,27 @@
+/*
+* Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies). 
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "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: 
+*
+*/
+
+
+#include <platform_paths.hrh>
+
+PRJ_PLATFORMS
+WINSCW ARMV5
+
+PRJ_EXPORTS
+inc/hgwidgets.h      MW_LAYER_PUBLIC_EXPORT_PATH(hgwidgets/hgwidgets.h)
+inc/hggrid.h           MW_LAYER_PUBLIC_EXPORT_PATH(hgwidgets/hggrid.h)
+inc/hgmediawall.h    MW_LAYER_PUBLIC_EXPORT_PATH(hgwidgets/hgmediawall.h)
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/hgwidgets_plat/hgcacheproxymodel_api/bld.inf	Fri Sep 17 08:35:50 2010 +0300
@@ -0,0 +1,26 @@
+/*
+* Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies). 
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "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: 
+*
+*/
+
+
+#include <platform_paths.hrh>
+
+PRJ_PLATFORMS
+WINSCW ARMV5
+
+PRJ_EXPORTS
+inc/hgcacheproxymodel.h    MW_LAYER_PUBLIC_EXPORT_PATH(hgwidgets/hgcacheproxymodel.h)
+inc/hgdataprovidermodel.h    MW_LAYER_PUBLIC_EXPORT_PATH(hgwidgets/hgdataprovidermodel.h)
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/package_definition.xml	Fri Sep 17 08:35:50 2010 +0300
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<SystemDefinition schema="3.0.0" xmlns:qt="http://www.nokia.com/qt">
+  <package id="hgwidgets" name="Multimedia Widgets" levels="framework service api">
+    <collection id="hgwidgets_plat" name="Multimedia Widgets Platform Interfaces" level="api">
+     <component id="ganeswidgets_api" name="Ganes Widgets API" class="api" introduced="^4" filter="s60">
+      <unit bldFile="hgwidgets_plat/ganeswidgets_api"/>
+	 </component>
+     <component id="hgcacheproxymodel_api" name="Hg Cache Proxy Model API" class="api" introduced="^4" filter="s60">
+      <unit bldFile="hgwidgets_plat/hgcacheproxymodel_api"/>
+	 </component>
+    </collection>
+    <collection id="ganeswidgets" name="Ganes Widgets" level="service">
+		<!-- really a component, should move down a dir level and have a unit -->
+      <component id="ganeswidgets_build" name="Ganes Widgets Build" introduced="^4" filter="s60,build_as_app">
+        <unit bldFile="ganeswidgets" qt:proFile="ganeswidgets.pro"/>
+	 </component>
+    </collection>	 
+    <collection id="hgcacheproxymodel" name="Hurriganes Cache Proxy Model" level="framework">
+		<!-- really a component, should move down a dir level and have a unit -->
+      <component id="hgcacheproxymodel_build" name="Hurriganes Cache Proxy Model Build" introduced="^4" filter="s60,build_as_app">
+        <unit bldFile="hgcacheproxymodel" qt:proFile="hgcacheproxymodel.pro"/>
+	 </component>
+      <component id="hgcacheproxymodel_unittest" name="Hurriganes Cache Proxy Model Unit Tests" introduced="^4" filter="s60,unit_test" purpose="development">
+        <unit bldFile="hgcacheproxymodel/tsrc/unit" qt:proFile="unittest_hgcacheproxymodel.pro"/>
+	 </component>
+    </collection>
+  </package>
+</SystemDefinition>
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/package_map.xml	Fri Sep 17 08:35:50 2010 +0300
@@ -0,0 +1,1 @@
+<PackageMap root="sf" layer="mw"/>