calendarui/globaldata/group/bld.inf
branchRCL_3
changeset 30 bd7edf625bdd
equal deleted inserted replaced
29:12af337248b1 30:bd7edf625bdd
       
     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 ../inc/calendbchangenotifier.h               |../../inc/calendbchangenotifier.h
       
    31 
       
    32 //organizer/inc
       
    33 ../inc/calenglobaldata.h                     |../../../inc/calenglobaldata.h
       
    34 
       
    35 PRJ_MMPFILES
       
    36 // Specify the .mmp files required for building the important component
       
    37 // releasables.
       
    38 CalenGlobalData.mmp
       
    39 
       
    40 
       
    41 PRJ_TESTMMPFILES
       
    42 // specify the .mmp files required for building any test programs here
       
    43 
       
    44 PRJ_TESTEXPORTS
       
    45 // specify the files to be copied from the source directories to the releasables'
       
    46 // directories for use with test programs.
       
    47 
       
    48 //  End of File