os/ossrv/lowlevellibsandfws/pluginfw/Framework/MMPFiles/t_resolver.mmp
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
     1 // Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 //
     8 // Initial Contributors:
     9 // Nokia Corporation - initial contribution.
    10 //
    11 // Contributors:
    12 //
    13 // Description:
    14 // UIDs for loading
    15 // RTestBed Dll recognition UID followed by the unique UID for this exe
    16 // 
    17 //
    18 
    19 // Uses sid of EComserver process to allow access to private dir.
    20 UID 			0x101FB5A8 0x10009D8F  
    21 
    22 VENDORID 		0x70000001
    23 
    24 MACRO __ECOMSERVER_TESTING__
    25 
    26 TARGET 			t_resolver.exe			//RTEST
    27 TARGETTYPE		EXE
    28 
    29 USERINCLUDE		../../Test_Bed/inc 
    30 USERINCLUDE		../../Framework/frame
    31 USERINCLUDE		../../Framework/inc
    32 
    33 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    34 
    35 SOURCEPATH		../../Framework/ResolverTest
    36 SOURCE			t_resolver.cpp
    37 
    38 // To test private areas of this class have to explicitly build in the test class
    39 SOURCEPATH		../../Framework/frame
    40 SOURCE			DefaultResolver.cpp  
    41 SOURCE			RegistryData.cpp
    42 SOURCE			UnloadPolicy.cpp
    43 SOURCE			ImplementationInformation.cpp
    44 SOURCE			EComEntry.cpp
    45 SOURCE			DowngradePath.cpp
    46 //SOURCE			EComSpiResourceEntryDetails.cpp
    47 SOURCE			Registrar.cpp
    48 SOURCE			Discoverer.cpp BackupNotifier.cpp 
    49 SOURCE			clientrequest.cpp
    50 SOURCE			EComEntryBase.cpp
    51 SOURCE			DriveInfo.cpp
    52 SOURCE			EComPerformance.cpp
    53 SOURCE			FileUtils.cpp
    54 SOURCE			EComPatchDataConstantv2.cpp
    55 SOURCE			RegistryResolveTransaction.cpp
    56 SOURCE			ParseImplementationData.cpp
    57 
    58 LIBRARY			euser.lib 
    59 LIBRARY			efsrv.lib 
    60 LIBRARY			estor.lib 
    61 LIBRARY			bafl.lib
    62 LIBRARY 		bsul.lib
    63 LIBRARY			ecomtestutils.lib
    64 
    65 
    66 
    67 SMPSAFE