uiservicetab/vimpststorage/tsrc/vimpststorage_ut/cvimpststoragecontactsorter_ut/group/CVIMPSTStorageContactSorter_UT.mmp
branchRCL_3
changeset 22 3104fc151679
parent 21 2b7283837edb
child 23 9a48e301e94b
equal deleted inserted replaced
21:2b7283837edb 22:3104fc151679
     1 /*
       
     2 * Copyright (c) 2002 - 2007 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: vimpststorage_test.dll
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 TARGET          CVIMPSTStorageContactSorter_UT.dll
       
    22 TARGETTYPE      dll
       
    23 UID 0x1000008D 0x101FB3E3
       
    24 
       
    25 EPOCALLOWDLLDATA
       
    26 CAPABILITY      ALL -TCB
       
    27 /* Remove comments and replace 0x00000000 with correct vendor id */
       
    28 // VENDORID     0x00000000
       
    29 /* Remove comments and replace 0x00000000 with correct secure id */
       
    30 // SECUREID     0x00000000
       
    31 
       
    32 //TARGETPATH      ?target_path
       
    33 DEFFILE         cvimpststoragecontactsorter_ut.def
       
    34 
       
    35 USERINCLUDE     ../inc 
       
    36 USERINCLUDE 	../../stubs
       
    37 USERINCLUDE		../../../../inc
       
    38 USERINCLUDE		../../../../../inc
       
    39 
       
    40 //OS_LAYER_SYSTEMINCLUDE
       
    41 APP_LAYER_SYSTEMINCLUDE
       
    42 
       
    43 SOURCEPATH	../../../../src
       
    44 SOURCE			cvimpststoragecontact.cpp
       
    45 SOURCE 			cvimpststoragecontactsorter.cpp
       
    46 SOURCE     		 cvimpststoragecontactlist.cpp
       
    47 SOURCE			vimpststorageutils.cpp
       
    48 SOURCEPATH      ../src
       
    49 
       
    50 SOURCE          CVIMPSTStorageContactSorter_UT.cpp
       
    51 SOURCE          CVIMPSTStorageContactSorter_UTBlocks.cpp
       
    52 
       
    53 SOURCEPATH 		../../stubs
       
    54 
       
    55 //stubs
       
    56 SOURCE			s_MVPbkContactFieldTextData.cpp
       
    57 SOURCE			s_MVPbkContactFieldUriData.cpp
       
    58 SOURCE			s_MVPbkContactFieldBinaryData.cpp
       
    59 SOURCE			s_CVPbkContactManager.cpp
       
    60 SOURCE			s_MVPbkContactLinkstub.cpp
       
    61 SOURCE			CVPbkContactStoreUriArrayStub.cpp
       
    62 SOURCE			CVPbkStoreContactStub.cpp
       
    63 SOURCE			s_CVPbkBaseContactFieldCollection.cpp
       
    64 SOURCE			s_CVPbkStoreContactField.cpp
       
    65 SOURCE			s_CVPbkContactStoreList.cpp
       
    66 SOURCE			s_CVPbkContactViewDefinition.cpp
       
    67 SOURCE			s_CVPbkContactView.cpp
       
    68 SOURCE			s_CPbk2SortOrderManager.cpp
       
    69 SOURCE			s_TVPbkContactStoreUriPtr.cpp
       
    70 SOURCE			s_CVPbkContactLinkArray.cpp
       
    71 SOURCE			s_VPbkContactStoreUris.cpp
       
    72 SOURCE			pbkuistubs.cpp
       
    73 SOURCE			s_cactive.cpp 
       
    74 SOURCE			s_CPBK2StoreConfiguration.cpp 
       
    75 //RESOURCE        resource_file
       
    76 //RESOURCE        resource_file2
       
    77 
       
    78 LIBRARY         euser.lib
       
    79 LIBRARY         stiftestinterface.lib
       
    80 LIBRARY         stiftestengine.lib
       
    81 LIBRARY			flogger.lib
       
    82 
       
    83 LANG            SC
       
    84 
       
    85 /*
       
    86 START WINS      
       
    87 ?wins_specific_information
       
    88 END
       
    89 
       
    90 START MARM
       
    91 ?marm_specific_information
       
    92 END
       
    93 */
       
    94 // Other possible keywords:
       
    95  
       
    96 // DOCUMENT     ?file, that is not compiled, but added to MSVC project workspace (i.e. release notes)
       
    97 /*
       
    98 START BITMAP ?target
       
    99 TARGETPATH   ?emulated_path_on_target_machine
       
   100 HEADER
       
   101 SOURCE       ?color_depth ?source_bitmap
       
   102 END
       
   103 */
       
   104 // DEFFILE ?filename
       
   105 // AIF ?filename
       
   106 
       
   107 // End of File