contacts_pub/phonebook_fetch_ui_api/tsrc/bc/MTPbkPocAddressSelect/group/MTPbkPocAddressSelect.mmp
changeset 0 e686773b3f54
child 21 9da50d567e3c
equal deleted inserted replaced
-1:000000000000 0:e686773b3f54
       
     1 /*
       
     2 * Copyright (c) 2002-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:  ?Description
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #if defined(__S60_)
       
    20         // To get the APP_LAYER_SYSTEMINCLUDE-definition
       
    21         #include <platform_paths.hrh>
       
    22 #endif
       
    23 
       
    24 TARGET          MTPbkPocAddressSelect.dll
       
    25 TARGETTYPE      dll
       
    26 UID             0x1000008D 0x101FB3E3
       
    27 
       
    28 CAPABILITY      ALL -TCB
       
    29 /* Remove comments and replace 0x00000000 with correct vendor id */
       
    30 // VENDORID     0x00000000
       
    31 /* Remove comments and replace 0x00000000 with correct secure id */
       
    32 // SECUREID     0x00000000
       
    33 
       
    34 //TARGETPATH      ?target_path
       
    35 DEFFILE         MTPbkPocAddressSelect.def
       
    36 
       
    37 #ifdef SBSV2
       
    38 	USERINCLUDE     ../inc 
       
    39 USERINCLUDE				../../ExtraCodes
       
    40 	#if defined(__S60_)
       
    41 	    APP_LAYER_SYSTEMINCLUDE
       
    42 	#else // __S60_ not defined
       
    43 	    SYSTEMINCLUDE   /epoc32/include 
       
    44 	    SYSTEMINCLUDE   /epoc32/include/internal
       
    45 	#endif // __S60_
       
    46 
       
    47 	SOURCEPATH      ../src
       
    48 #else // SBSV2 not defined
       
    49 	USERINCLUDE     ../inc 
       
    50 USERINCLUDE				../../ExtraCodes
       
    51 	#if defined(__S60_)
       
    52 	    APP_LAYER_SYSTEMINCLUDE
       
    53 	#else // __S60_ not defined
       
    54 	    SYSTEMINCLUDE   /epoc32/include 
       
    55 	    SYSTEMINCLUDE   /epoc32/include/internal
       
    56 	#endif // __S60_
       
    57 
       
    58 	SOURCEPATH      ../src
       
    59 #endif // SBSV2
       
    60 
       
    61 SOURCE          MTPbkPocAddressSelect.cpp
       
    62 SOURCE          MTPbkPocAddressSelectBlocks.cpp
       
    63 SOURCE					../../ExtraCodes/T_AddressAndNumberSelect.cpp
       
    64 SOURCE 					../../ExtraCodes/CSimulateKeyBase.cpp
       
    65 SOURCE 					../../ExtraCodes/CSimulateKeyEvents.cpp
       
    66 
       
    67 LIBRARY         stiftestinterface.lib
       
    68 LIBRARY         stiftestengine.lib
       
    69 LIBRARY                 aknicon.lib
       
    70 LIBRARY                 AknSkins.lib
       
    71 LIBRARY                 apgrfx.lib
       
    72 LIBRARY                 apmime.lib
       
    73 LIBRARY                 avkon.lib
       
    74 LIBRARY                 bafl.lib
       
    75 LIBRARY                 bitgdi.lib
       
    76 LIBRARY                 BitmapTransforms.lib
       
    77 LIBRARY                 centralrepository.lib
       
    78 LIBRARY                 cntmodel.lib
       
    79 LIBRARY                 cntview.lib
       
    80 LIBRARY                 commonengine.lib
       
    81 LIBRARY                 cone.lib
       
    82 LIBRARY                 DrmHelper.lib
       
    83 LIBRARY                 efsrv.lib
       
    84 LIBRARY                 egul.lib
       
    85 LIBRARY                 eikcoctl.lib
       
    86 LIBRARY                 eikcore.lib
       
    87 LIBRARY                 eikctl.lib
       
    88 LIBRARY                 eikdlg.lib
       
    89 LIBRARY                 estor.lib
       
    90 LIBRARY                 euser.lib
       
    91 LIBRARY                 fbscli.lib
       
    92 LIBRARY                 ImageConversion.lib
       
    93 LIBRARY                 MGFetch.lib
       
    94 LIBRARY                 PbkEng.lib
       
    95 LIBRARY                 PbkView.lib
       
    96 LIBRARY                 sysutil.lib
       
    97 LANG            SC
       
    98 
       
    99 
       
   100 
       
   101 // End of File