# HG changeset patch # User Simon Howkins # Date 1291038602 0 # Node ID 902e8e3951f06d021c73303c0acfcea6edeaf444 # Parent e27e7f457339a2cc5e87535b0047ee90463f26a3 Adjusted to avoid further exports from a top-level bld.inf diff -r e27e7f457339 -r 902e8e3951f0 devicediagnostics/group/bld.inf --- a/devicediagnostics/group/bld.inf Tue Nov 16 10:57:23 2010 +0000 +++ b/devicediagnostics/group/bld.inf Mon Nov 29 13:50:02 2010 +0000 @@ -15,17 +15,9 @@ * */ - - #include "../devdiagapp/group/bld.inf" - #include "../devdiaggsplugin/group/bld.inf" - #include "../diagplugins/group/bld.inf" - #include "../diagsuites/group/bld.inf" - +#include "../devdiagapp/group/bld.inf" +#include "../devdiaggsplugin/group/bld.inf" +#include "../diagplugins/group/bld.inf" +#include "../diagsuites/group/bld.inf" +#include "../sis/bld.inf" -PRJ_PLATFORMS -DEFAULT - -PRJ_EXPORTS -../sis/devdiagapp.sis /epoc32/data/z/system/install/devdiagapp.sis - - diff -r e27e7f457339 -r 902e8e3951f0 devicediagnostics/sis/bld.inf --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/devicediagnostics/sis/bld.inf Mon Nov 29 13:50:02 2010 +0000 @@ -0,0 +1,23 @@ +/* +* Copyright (c) 2007 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: Bldmake file +* +*/ + +PRJ_PLATFORMS +DEFAULT + +PRJ_EXPORTS +devdiagapp.sis /epoc32/data/z/system/install/devdiagapp.sis +