--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/hgwidgets_pub/ganeswidgets_api/bld.inf Wed Oct 13 12:41:01 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_pub/hgcacheproxymodel_api/bld.inf Wed Oct 13 12:41:01 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)
--- a/hgwidgets_pub/hgwidgets_pub.pro Wed Oct 06 14:53:41 2010 +0300
+++ b/hgwidgets_pub/hgwidgets_pub.pro Wed Oct 13 12:41:01 2010 +0300
@@ -24,5 +24,6 @@
for(header, headers.sources) {
FILENAME = $$basename(header)
BLD_INF_RULES.prj_exports += "$$header MW_LAYER_PUBLIC_EXPORT_PATH(hgwidgets/$$FILENAME)"
+ BLD_INF_RULES.prj_exports += "$$header MW_LAYER_PLATFORM_EXPORT_PATH(hgwidgets/$$FILENAME)"
}
}
\ No newline at end of file
--- a/package_definition.xml Wed Oct 06 14:53:41 2010 +0300
+++ b/package_definition.xml Wed Oct 13 12:41:01 2010 +0300
@@ -1,12 +1,12 @@
<?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" version="1.0.0">
- <collection id="hgwidgets_plat" name="Multimedia Widgets Platform Interfaces" level="api">
+ <package id="hgwidgets" name="Multimedia Widgets" levels="framework service api" version="10.0.0">
+ <collection id="hgwidgets_pub" 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"/>
+ <unit bldFile="hgwidgets_pub/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"/>
+ <unit bldFile="hgwidgets_pub/hgcacheproxymodel_api"/>
</component>
</collection>
<collection id="ganeswidgets" name="Ganes Widgets" level="service">