pimappsupport/group/bld.inf
changeset 23 fd30d51f876b
child 89 b57382753122
equal deleted inserted replaced
18:c198609911f9 23:fd30d51f876b
       
     1 // Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description: Build information for pim app support component
       
    14 //
       
    15 
       
    16 PRJ_PLATFORMS
       
    17 DEFAULT
       
    18 
       
    19 // chinese calendar algorithm
       
    20 #include "../chinesecalendaralg/group/bld.inf"
       
    21 
       
    22 // chinese calendar converter package
       
    23 #include "../chinesecalendarconverter/group/bld.inf"
       
    24 
       
    25 // vcal parser components
       
    26 #include "../vcardandvcal/group/bld.inf"
       
    27 
       
    28 PRJ_EXPORTS
       
    29 
       
    30 PRJ_MMPFILES
       
    31 
       
    32 PRJ_TESTMMPFILES
       
    33 
       
    34 PRJ_TESTEXPORTS
       
    35 
       
    36 
       
    37 //  End of File  
       
    38