mobilemessaging/unieditor/group/bld.inf
branchRCL_3
changeset 60 7fdbb852d323
parent 0 72b543305e3a
equal deleted inserted replaced
57:ebe688cedc25 60:7fdbb852d323
       
     1 /*
       
     2 * Copyright (c) 2005 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:  
       
    15 *    BLD.INF file for all the modules in UniEditor directory.
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 
       
    21 #include <platform_paths.hrh>
       
    22 
       
    23 #include "../pluginapi/bld/bld.inf"
       
    24 #include "../smsplugin/bld/bld.inf"
       
    25 #include "../mmsplugin/bld/bld.inf"
       
    26 #include "../mtm/bld/bld.inf"
       
    27 #include "../model/bld/bld.inf"
       
    28 #include "../utils/bld/bld.inf"
       
    29 #include "../application/bld/bld.inf"
       
    30 #include "../videoconversionapi/bld/bld.inf"
       
    31 
       
    32 PRJ_PLATFORMS
       
    33 DEFAULT
       
    34 
       
    35 // Help exports
       
    36 #include "../help/group/bld.inf"
       
    37 
       
    38 PRJ_EXPORTS
       
    39 
       
    40 ../inc/UniEditorConsts.h          |../../../inc/unieditorconsts.h
       
    41 ../inc/UniEditorFeatures.h        |../../../inc/unieditorfeatures.h
       
    42 ../inc/UniMsvEntry.h              |../../../inc/unimsventry.h
       
    43 ../inc/UniMsvEntry.inl            |../../../inc/unimsventry.inl
       
    44 
       
    45 ../rom/UniEditor.iby              CORE_APP_LAYER_IBY_EXPORT_PATH(UniEditor.iby)
       
    46 ../rom/UniEditorResources.iby     LANGUAGE_APP_LAYER_IBY_EXPORT_PATH(UniEditorResources.iby)
       
    47 
       
    48 ../loc/UniEditor.loc              APP_LAYER_LOC_EXPORT_PATH(UniEditor.loc)
       
    49 
       
    50 PRJ_MMPFILES
       
    51 
       
    52 PRJ_TESTMMPFILES
       
    53 
       
    54 /* End of File */