uiservicetab/vimpststorage/tsrc/vimpststorage_ut/group/vimpststorage_test.mmp
branchRCL_3
changeset 30 2b4be3554d30
equal deleted inserted replaced
29:9a48e301e94b 30:2b4be3554d30
       
     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 #include <domain/osextensions/data_caging_paths_strings.hrh>
       
    21 
       
    22 TARGET          vimpststorage_test.dll
       
    23 TARGETTYPE      dll
       
    24 UID             0x1000008D 0x101FB3E3
       
    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         vimpststorage_test.def
       
    34 
       
    35 SOURCEPATH	../../../../vimpststorage/src
       
    36 SOURCE		cvimpststoragemanager.cpp
       
    37 SOURCE      cvimpststoragecontact.cpp
       
    38 SOURCE      cvimpststoragecontactlist.cpp
       
    39 SOURCE      cvimpststoragecontactsorter.cpp
       
    40 SOURCE		cvimpststoragemanagerfactory.cpp
       
    41 SOURCE      cvimpststorageviewId.cpp
       
    42 SOURCE		vimpststorageutils.cpp
       
    43 SOURCE		cvimpststoragevpbkstorehandler.cpp
       
    44 SOURCE		cvimpststoragerefreshtimer.cpp
       
    45 SOURCE		cvimpststoragelocalstorehandler.cpp
       
    46 SOURCE      cvimpststoragepbdummycontrol.cpp
       
    47 SOURCE		cvimpstlocalcontacthandler.cpp
       
    48 
       
    49 SOURCEPATH      ../src
       
    50 SOURCE          vimpststorage_test.cpp
       
    51 SOURCE          vimpststorage_testBlocks.cpp
       
    52 
       
    53 //stubs
       
    54 SOURCE			s_MVPbkContactFieldTextData.cpp
       
    55 SOURCE			s_MVPbkContactFieldUriData.cpp
       
    56 SOURCE			s_MVPbkContactFieldBinaryData.cpp
       
    57 SOURCE			s_CVPbkContactManager.cpp
       
    58 SOURCE			s_MVPbkContactLinkstub.cpp
       
    59 SOURCE			CVPbkContactStoreUriArrayStub.cpp
       
    60 SOURCE			CVPbkStoreContactStub.cpp
       
    61 SOURCE			s_CVPbkBaseContactFieldCollection.cpp
       
    62 SOURCE			s_CVPbkStoreContactField.cpp
       
    63 SOURCE			s_CVPbkContactStoreList.cpp
       
    64 SOURCE			s_CVPbkContactViewDefinition.cpp
       
    65 SOURCE			s_CVPbkContactView.cpp
       
    66 SOURCE			s_CPbk2SortOrderManager.cpp
       
    67 SOURCE			s_TVPbkContactStoreUriPtr.cpp
       
    68 SOURCE			s_CVPbkContactLinkArray.cpp
       
    69 SOURCE			s_VPbkContactStoreUris.cpp
       
    70 SOURCE			pbkuistubs.cpp
       
    71 SOURCE			s_cactive.cpp 
       
    72 SOURCE			s_CPBK2StoreConfiguration.cpp
       
    73 
       
    74 //RESOURCE        resource_file
       
    75 //RESOURCE        resource_file2
       
    76 
       
    77 USERINCLUDE     ../inc
       
    78 USERINCLUDE     ../../../../inc 
       
    79 USERINCLUDE		../../../../vimpststorage/inc
       
    80 
       
    81 APP_LAYER_SYSTEMINCLUDE
       
    82 
       
    83 LIBRARY         euser.lib
       
    84 LIBRARY         stiftestinterface.lib
       
    85 LIBRARY         stiftestengine.lib
       
    86 LIBRARY			bafl.lib
       
    87 LIBRARY		efsrv.lib 
       
    88 LIBRARY		edbms.lib 
       
    89 LIBRARY		estor.lib
       
    90 LIBRARY		sysutil.lib
       
    91 LIBRARY		ecom.lib
       
    92 LIBRARY		cntmodel.lib 
       
    93 
       
    94 
       
    95 LIBRARY     flogger.lib
       
    96 
       
    97 
       
    98 LANG            SC
       
    99 
       
   100 /*
       
   101 START WINS      
       
   102 ?wins_specific_information
       
   103 END
       
   104 
       
   105 START MARM
       
   106 ?marm_specific_information
       
   107 END
       
   108 */
       
   109 // Other possible keywords:
       
   110  
       
   111 // DOCUMENT     ?file, that is not compiled, but added to MSVC project workspace (i.e. release notes)
       
   112 /*
       
   113 START BITMAP ?target
       
   114 TARGETPATH   ?emulated_path_on_target_machine
       
   115 HEADER
       
   116 SOURCE       ?color_depth ?source_bitmap
       
   117 END
       
   118 */
       
   119 // DEFFILE ?filename
       
   120 // AIF ?filename
       
   121 
       
   122 // End of File