--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/package_definition.xml Fri Aug 06 16:47:50 2010 +0800
@@ -0,0 +1,58 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<SystemDefinition schema="3.0.0">
+ <package id="hapticsservices" name="Haptics Services" levels="fw server api">
+ <collection id="hapticsservices_plat" name="Haptics Services Platform Interfaces" level="api">
+ <component id="tacticon_api" name="Tacticon API" introduced="^1" class="api" filter="s60">
+ <meta rel="Api" href="hapticsservices_plat/tacticon_api/tacticon_api.metaxml"/>
+ <unit bldFile="hapticsservices_plat/tacticon_api/group"/>
+ </component>
+ <component id="tactile_feedback_core_api" name="Tactile Feedback Core API" introduced="^1" class="api" filter="s60">
+ <meta rel="Api" href="hapticsservices_plat/tactile_feedback_core_api/tactile_feedback_core_api.metaxml"/>
+ <unit bldFile="hapticsservices_plat/tactile_feedback_core_api/group"/>
+ </component>
+ <component id="tactile_feedback_server_api" name="Tactile Feedback Server API" introduced="^1" class="api" filter="s60">
+ <meta rel="Api" href="hapticsservices_plat/tactile_feedback_server_api/tactile_feedback_server_api.metaxml"/>
+ <unit bldFile="hapticsservices_plat/tactile_feedback_server_api/group"/>
+ </component>
+ </collection>
+ <collection id="hapticsservices_pub" name="Haptics Services Public Interfaces" level="api">
+ <component id="tactile_feedback_client_api" name="Tactile Feedback Client API" introduced="^1" class="api" filter="s60">
+ <meta rel="Api" href="hapticsservices_pub/tactile_feedback_client_api/tactile_feedback_client_api.metaxml"/>
+ <unit bldFile="hapticsservices_pub/tactile_feedback_client_api/group"/>
+ </component>
+ </collection>
+ <collection id="tacticonserver" name="Tacticon Server" level="server">
+ <!-- collection is really a component. Move down a directory -->
+ <component id="tacticonserver_build" filter="s60" name="Tacticon Server Build" introduced="^3">
+ <unit bldFile="tacticonserver/group"/>
+ <!-- clients and servers are usualy the same component. Consider moving plugins to separate components if needed -->
+ </component>
+ <component id="tacticonhapticsplugin" name="Tacticon Haptics Plugin" introduced="^3" class="plugin" filter="s60,dfs_build">
+ <unit bldFile="tacticonserver/server/tacticonpluginfw/tacticonhapticsplugin/group"/>
+ </component>
+ </collection>
+ <collection id="tactilefeedback" name="Tactile Feedback" level="fw">
+ <component id="tactilearearegistry" filter="s60" name="Tactile Area Registry" introduced="^1">
+ <unit bldFile="tactilefeedback/tactilearearegistry/group"/>
+ </component>
+ <component id="tactilefeedbackresolver" filter="s60" name="Tactile Feedback Resolver" introduced="^1">
+ <unit bldFile="tactilefeedback/tactilefeedbackresolver/group"/>
+ </component>
+ <component id="tactilefeedbackresolver_plugins" name="Tactile Feedback Resolver Plugins" introduced="^1" class="plugin" filter="s60,dfs_build">
+ <unit bldFile="tactilefeedback/tactilefeedbackresolver/plugins/group"/>
+ </component>
+ <component id="tactileclickplugin" filter="s60" name="Tactile Click Plugin" class="plugin" introduced="^1">
+ <unit bldFile="tactilefeedback/tactileclickplugin/group"/>
+ </component>
+ <component id="tactilefeedbackclient" filter="s60" name="Tactile Feedback Client" introduced="^1">
+ <unit bldFile="tactilefeedback/tactilefeedbackclient/group"/>
+ </component>
+ <component id="tactileactionplugin" filter="s60" name="Tactile Action Plugin" class="plugin" introduced="^1">
+ <unit bldFile="tactilefeedback/tactileactionplugin/group"/>
+ </component>
+ <component id="tactilefeedback_rom" filter="s60" name="Tactile Feedback ROM" introduced="^1">
+ <unit bldFile="tactilefeedback/rom"/>
+ </component>
+ </collection>
+ </package>
+</SystemDefinition>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/package_map.xml Fri Aug 06 16:47:50 2010 +0800
@@ -0,0 +1,1 @@
+<PackageMap root="sf" layer="mw"/>
--- a/tactilefeedback/group/bld.inf Fri Jul 23 17:04:55 2010 +0800
+++ b/tactilefeedback/group/bld.inf Fri Aug 06 16:47:50 2010 +0800
@@ -18,8 +18,7 @@
#include <platform_paths.hrh>
-PRJ_EXPORTS
-../rom/tactilefeedback.iby CORE_IBY_EXPORT_PATH(mw, tactilefeedback.iby)
+#include "../rom/bld.inf"
#ifndef TOOLS
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/tactilefeedback/rom/bld.inf Fri Aug 06 16:47:50 2010 +0800
@@ -0,0 +1,22 @@
+/*
+* 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: Master bld.inf -file for Tactile Feedback ROM.
+* Part of: Tactile Feedback.
+*
+*/
+
+#include <platform_paths.hrh>
+
+PRJ_EXPORTS
+tactilefeedback.iby CORE_IBY_EXPORT_PATH(mw, tactilefeedback.iby)