taskswitcher/contextengine/group/bld.inf
changeset 4 4d54b72983ae
parent 2 08c6ee43b396
--- a/taskswitcher/contextengine/group/bld.inf	Fri Jan 22 09:35:14 2010 +0200
+++ b/taskswitcher/contextengine/group/bld.inf	Tue Jan 26 11:48:23 2010 +0200
@@ -1,19 +1,18 @@
 /*
-* ============================================================================
-*  Name        : bld.inf
-*  Part of     : Huriganes / Context Services
-*  Description : Build info file for Context Services.
-*  Version     : %version: sa1spcx1#55 %
+* Copyright (c) 2008 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".
 *
-*  Copyright © 2008 Nokia.  All rights reserved.
-*  This material, including documentation and any related computer
-*  programs, is protected by copyright controlled by Nokia.  All
-*  rights are reserved.  Copying, including reproducing, storing,
-*  adapting or translating, any or all of this material requires the
-*  prior written consent of Nokia.  This material also contains
-*  confidential information which may not be disclosed to others
-*  without the prior written consent of Nokia.
-* ============================================================================
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:  Build info file for Context Services.
+*
 */
 
 #include <platform_paths.hrh>
@@ -21,14 +20,12 @@
 PRJ_EXPORTS
 
 // stub sis files
-../sis/stubs/hgctxsrv_stub.sis                          /epoc32/release/winscw/udeb/z/system/install/hgctxsrv_stub.sis
+../sis/stubs/tsctxsrv_stub.sis                          /epoc32/release/winscw/udeb/z/system/install/tsctxsrv_stub.sis
 
 // iby files
-../rom/hgcontextservices.iby    CORE_MW_LAYER_IBY_EXPORT_PATH(hgcontextservices.iby)
-
-
+../rom/tscontextservices.iby    CORE_MW_LAYER_IBY_EXPORT_PATH(tscontextservices.iby)
 
-#include "../hgfswpreviewprovider/group/bld.inf"
-#include "../hgfswserver/group/bld.inf"
+#include "../tsfswpreviewprovider/group/bld.inf"
+#include "../tsfswserver/group/bld.inf"
 
-#include "../hgctxutils/group/bld.inf"
+#include "../tsctxutils/group/bld.inf"