devicediagnostics/diagplugins/diagbrowserplugin/group/bld.inf
changeset 18 7d11f9a6646f
parent 4 75a71fdb4c92
child 21 c707676bf59f
equal deleted inserted replaced
4:75a71fdb4c92 18:7d11f9a6646f
     1 /*
       
     2 * Copyright (c) 2009 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: Implementation of diagnostics components
       
    15 *
       
    16 */
       
    17 #include <platform_paths.hrh>
       
    18 
       
    19 PRJ_PLATFORMS
       
    20 DEFAULT
       
    21 
       
    22 PRJ_EXPORTS
       
    23 
       
    24 ../loc/diagbrowserplugin.loc        MW_LAYER_LOC_EXPORT_PATH(diagbrowserplugin.loc)
       
    25 ../rom_files/devdiagbrowserplugin.iby		CORE_MW_LAYER_IBY_EXPORT_PATH(devdiagbrowserplugin.iby)
       
    26 ../rom_files/devdiagbrowserplugin_resources.iby		LANGUAGE_MW_LAYER_IBY_EXPORT_PATH(devdiagbrowserplugin_resources.iby)
       
    27 
       
    28 // Generic configuration interface for component cenrep settings  
       
    29 ../conf/diagbrowserplugin.confml                    MW_LAYER_CONFML(diagbrowserplugin.confml)
       
    30 ../conf/diagbrowserplugin_2000E59A.crml	        MW_LAYER_CRML(diagbrowserplugin_2000E59A.crml)
       
    31 PRJ_MMPFILES
       
    32 diagbrowserplugin.mmp
       
    33 
       
    34 PRJ_TESTMMPFILES
       
    35 // None
       
    36 
       
    37 PRJ_TESTEXPORTS
       
    38 // None
       
    39 
       
    40 //  End of File
       
    41