tzservices/tzloc/group/TimeZoneLocalization.mmp
changeset 0 2e3d3ce01487
child 81 676b6116ca93
equal deleted inserted replaced
-1:000000000000 0:2e3d3ce01487
       
     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:
       
    15 *
       
    16 */
       
    17 TARGET		timezonelocalization.dll
       
    18 TARGETTYPE	dll
       
    19 CAPABILITY	All -TCB
       
    20 
       
    21 UID		0x1000008d 0x10205EA6
       
    22 VENDORID	0x70000001
       
    23 
       
    24 LANG	01 02
       
    25 
       
    26 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    27 
       
    28 USERINCLUDE 	../inc
       
    29 SOURCEPATH	../src
       
    30 SOURCE		TimeZoneLocalization.cpp
       
    31 SOURCE		TzLocalizer.cpp
       
    32 SOURCE		TzLocalizationResourceReader.cpp
       
    33 SOURCE		TzLocalizationDbAccessor.cpp
       
    34 SOURCE		TzLocalizationDataTypes.cpp
       
    35 SOURCE		TzLocalizationSortFunctions.cpp
       
    36 SOURCE		tzlocalizationuserdatareader.cpp
       
    37 
       
    38 LIBRARY	    euser.lib 
       
    39 LIBRARY		edbms.lib 	//DBMS API
       
    40 LIBRARY		bafl.lib  	//RResourceReader, BaflUtils
       
    41 LIBRARY		efsrv.lib 	//RFs 
       
    42 LIBRARY 	tzclient.lib			// RTz
       
    43 LIBRARY		centralrepository.lib	// CRepository
       
    44 
       
    45 SMPSAFE