# HG changeset patch # User Dremov Kirill (Nokia-D-MSW/Tampere) # Date 1268649631 -7200 # Node ID 3f1fec088555e49370c49699fdac9eef652121de # Parent 86ac2e536feecc0a9fa47df453327e517014e598 Revision: 201009 Kit: 201010 diff -r 86ac2e536fee -r 3f1fec088555 ImagePrint/help/data/xhtml.zip Binary file ImagePrint/help/data/xhtml.zip has changed diff -r 86ac2e536fee -r 3f1fec088555 ImagePrint/help/group/bld.inf --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/ImagePrint/help/group/bld.inf Mon Mar 15 12:40:31 2010 +0200 @@ -0,0 +1,26 @@ +/* +* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). +* All rights reserved. +* This component and the accompanying materials are made available +* under the terms of the License "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: +* Export help related files. +* +*/ + +#include +PRJ_EXPORTS +:zip ../data/xhtml.zip /epoc32/data/z/resource/ overwrite +:zip ../data/xhtml.zip /epoc32/winscw/c/resource/ overwrite + +../inc/print.hlp.hrh MW_LAYER_PLATFORM_EXPORT_PATH(csxhelp/print.hlp.hrh) +../rom/imageprintuihelps_variant.iby CUSTOMER_APP_LAYER_IBY_EXPORT_PATH(imageprintuihelps_variant.iby) diff -r 86ac2e536fee -r 3f1fec088555 ImagePrint/help/inc/print.hlp.hrh --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/ImagePrint/help/inc/print.hlp.hrh Mon Mar 15 12:40:31 2010 +0200 @@ -0,0 +1,27 @@ +/* +* Copyright (c) 2009 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: +* +*/ + +// +// print.hlp.hrh generated by CSXHelp Utilities. +// + +#ifndef __PRINT_HLP_HRH__ +#define __PRINT_HLP_HRH__ + +_LIT(KIMGPRNAPP_HLP_SETTINGS, "IMGPRNAPP_HLP_SETTINGS"); // + +#endif \ No newline at end of file diff -r 86ac2e536fee -r 3f1fec088555 ImagePrint/help/rom/imageprintuihelps_variant.iby --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/ImagePrint/help/rom/imageprintuihelps_variant.iby Mon Mar 15 12:40:31 2010 +0200 @@ -0,0 +1,11 @@ +#ifndef __ANYAPPHELPS_VARIANT_IBY__ +#define __ANYAPPHELPS_VARIANT_IBY__ + +#if defined(FF_S60_HELPS_IN_USE) && defined(__ANYAPP_USED) + data=LOCALISE(DATAZ_\resource\xhtml\%02d\0x00000000\contents.zip, RESOURCE_FILES_DIR\xhtml\%02d\0x00000000\contents.zip) + data=LOCALISE(DATAZ_\resource\xhtml\%02d\0x00000000\index.xml, RESOURCE_FILES_DIR\xhtml\%02d\0x00000000\index.xml) + data=LOCALISE(DATAZ_\resource\xhtml\%02d\0x00000000\keywords.xml, RESOURCE_FILES_DIR\xhtml\%02d\0x00000000\keywords.xml) + data=LOCALISE(DATAZ_\resource\xhtml\%02d\0x00000000\meta.xml, RESOURCE_FILES_DIR\xhtml\%02d\0x00000000\meta.xml) +#endif + +#endif \ No newline at end of file