calendarui/globaldata/group/bld.inf
changeset 0 f979ecb2b13e
child 14 21239b3bcd78
equal deleted inserted replaced
-1:000000000000 0:f979ecb2b13e
       
     1 /*
       
     2 * Copyright (c) 2002-2008 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:   Global Data for calendar application
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 #include "../../inc/CalendarVariant.hrh"
       
    21 
       
    22 PRJ_PLATFORMS
       
    23 // specify the platforms your component needs to be built for here
       
    24 DEFAULT
       
    25 
       
    26 PRJ_EXPORTS
       
    27 //organizer/calendarui/inc
       
    28 ../inc/calensend.h                           |../../inc/calensend.h
       
    29 ../inc/calencontextchangeobserver.h          |../../inc/calencontextchangeobserver.h
       
    30 
       
    31 //organizer/inc
       
    32 ../inc/calenglobaldata.h                     |../../../inc/calenglobaldata.h
       
    33 
       
    34 PRJ_MMPFILES
       
    35 // Specify the .mmp files required for building the important component
       
    36 // releasables.
       
    37 CalenGlobalData.mmp
       
    38 
       
    39 
       
    40 PRJ_TESTMMPFILES
       
    41 // specify the .mmp files required for building any test programs here
       
    42 
       
    43 PRJ_TESTEXPORTS
       
    44 // specify the files to be copied from the source directories to the releasables'
       
    45 // directories for use with test programs.
       
    46 
       
    47 //  End of File