# HG changeset patch # User hgs # Date 1281084470 -28800 # Node ID 42199d1d79db6f328b7f6a27e960b343bf8215c4 # Parent fb04b611ffe7ffcde758a895a10654059579e029 201031 diff -r fb04b611ffe7 -r 42199d1d79db package_definition.xml --- /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 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -r fb04b611ffe7 -r 42199d1d79db package_map.xml --- /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 @@ + diff -r fb04b611ffe7 -r 42199d1d79db tactilefeedback/group/bld.inf --- 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 -PRJ_EXPORTS -../rom/tactilefeedback.iby CORE_IBY_EXPORT_PATH(mw, tactilefeedback.iby) +#include "../rom/bld.inf" #ifndef TOOLS diff -r fb04b611ffe7 -r 42199d1d79db tactilefeedback/rom/bld.inf --- /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 + +PRJ_EXPORTS +tactilefeedback.iby CORE_IBY_EXPORT_PATH(mw, tactilefeedback.iby)