ImagePrint/ImagePrintUI/rom/desw_imageprintui.iby
branchGCC_SURGE
changeset 25 59ea2209bb67
parent 23 08cc4cc059d4
parent 15 a92d00fca574
equal deleted inserted replaced
23:08cc4cc059d4 25:59ea2209bb67
     1 /*
       
     2 * Copyright (c) 2004-2007 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  Image Print UI components. 
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef DESW_IMAGEPRINTUI_IBY
       
    20 #define DESW_IMAGEPRINTUI_IBY
       
    21 
       
    22 #include <imageprintdef.iby>
       
    23 
       
    24 // Image Print application information file 
       
    25 
       
    26 data=DATAZ_\APP_BITMAP_DIR\imageprintapp_aif.mif              		APP_BITMAP_DIR\imageprintapp_aif.mif
       
    27 
       
    28 // Non-localisable application registration file
       
    29 data=DATAZ_\Private\10003A3F\Apps\imageprintapp_reg.rsc				Private\10003A3F\Apps\imageprintapp_reg.rsc
       
    30 
       
    31 // Image Print UI Binaries
       
    32 FILE=ABI_DIR\IP_DIR\imageprintengine.dll      	SHARED_LIB_DIR\imageprintengine.dll
       
    33 
       
    34 IP_APP(imageprintapp)
       
    35 
       
    36 // UI Resources / Bitmaps
       
    37 SCALABLE_IMAGE( APP_BITMAP_DIR,APP_BITMAP_DIR, imgprintbitmaps )
       
    38 
       
    39 // View Dll for release 3 purposes. 
       
    40 FILE=ABI_DIR\IP_DIR\imgpprintdll.dll      			SHARED_LIB_DIR\imgpprintdll.dll
       
    41 
       
    42 // Aiw plugin
       
    43 IP_PLUGIN(aiwprintingprovider.dll,101ffaa2.rsc)
       
    44 
       
    45 // Image Print Engine centrep ini file
       
    46 DATA=DATAZ_\private\10202be9\10208a35.txt				Private\10202be9\10208a35.txt
       
    47 
       
    48 #endif // DESWIMAGEPRINTUI_IBY