calendarui/regionalplugins/calenregionalutil/group/calenregionalutil.mmp
branchGCC_SURGE
changeset 54 e6894b852bc6
parent 40 4b686cfad39d
parent 53 e08ac1a3ba2b
equal deleted inserted replaced
40:4b686cfad39d 54:e6894b852bc6
     1 /*
       
     2 * Copyright (c) 2007-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: Project description file for calendar regional utilities
       
    15 *
       
    16 */
       
    17 
       
    18 #include <platform_paths.hrh>
       
    19 #include <data_caging_paths.hrh>
       
    20 
       
    21 // Target
       
    22 TARGET			calenregionalutil.dll 
       
    23 TARGETTYPE		DLL
       
    24 
       
    25 UID				0x1000008d 0x20022EDB
       
    26 CAPABILITY		CAP_GENERAL_DLL
       
    27 VENDORID        VID_DEFAULT
       
    28 
       
    29 // Includes
       
    30 USERINCLUDE     ../inc
       
    31 USERINCLUDE     ../../inc
       
    32 USERINCLUDE     ../../../inc
       
    33 USERINCLUDE     ../../loc
       
    34 APP_LAYER_SYSTEMINCLUDE
       
    35 
       
    36 // Resource
       
    37 SOURCEPATH      ../data
       
    38 START RESOURCE  calenregionalutil.rss
       
    39 HEADER
       
    40 TARGETPATH      RESOURCE_FILES_DIR
       
    41 LANGUAGE_IDS
       
    42 END  // RESOURCE
       
    43 
       
    44 // Source
       
    45 SOURCEPATH		../src
       
    46 SOURCE			calenextrarowformatter.cpp
       
    47 SOURCE			calenlunarinfo.cpp
       
    48 SOURCE			calenlunarinfoprovider.cpp
       
    49 SOURCE			calenlunarlocalizedinfo.cpp
       
    50 SOURCE			calenlunarlocalizer.cpp
       
    51 SOURCE			calensolarterms.cpp
       
    52 
       
    53 // Libraries
       
    54 LIBRARY			avkon.lib
       
    55 LIBRARY			calinterimapi.lib
       
    56 LIBRARY			cone.lib
       
    57 LIBRARY			ecom.lib
       
    58 LIBRARY			eikcdlg.lib
       
    59 LIBRARY			eikctl.lib
       
    60 LIBRARY			eikcoctl.lib
       
    61 LIBRARY			eikcore.lib
       
    62 LIBRARY			euser.lib
       
    63 LIBRARY			gdi.lib
       
    64 LIBRARY			bafl.lib
       
    65 LIBRARY			platformenv.lib
       
    66 LIBRARY			efsrv.lib
       
    67 LIBRARY			commonengine.lib
       
    68 LIBRARY			ccon.lib 
       
    69 LIBRARY			estor.lib
       
    70 LIBRARY			centralrepository.lib
       
    71 LIBRARY			cdlengine.lib
       
    72 
       
    73 // End of file