os/ossrv/lowlevellibsandfws/pluginfw/Framework/MMPFiles/t_disabledrives.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) 2007-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 //
    15 
    16 // UIDs for loading
    17 // RTest Dll recognition UID followed by the unique UID for this exe
    18 UID				0x101FB5A8 0x10009D8F
    19 VENDORID 		0x70000001
    20 
    21 
    22 TARGET			t_disabledrives.exe		//RTEST
    23 TARGETTYPE		exe
    24 
    25 USERINCLUDE		../../Framework/frame
    26 USERINCLUDE		../../Framework/inc
    27 USERINCLUDE		../../Test_Bed/inc
    28 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    29 
    30 SOURCEPATH		../../Framework/DisableDrivesTest
    31 SOURCE			t_disabledrives.cpp
    32 // Instead of using EComPatchDataConstantv2.cpp, this exe uses the following
    33 // so that on winscw testing the constant has the required value.
    34 SOURCE			scanningdisabledconstant.cpp
    35 
    36 // To test private areas of this class have to explicitly build in the test class
    37 SOURCEPATH		../../Framework/frame
    38 SOURCE		BackupNotifier.cpp clientrequest.cpp Discoverer.cpp DowngradePath.cpp
    39 SOURCE		EComEntry.cpp ImplementationInformation.cpp
    40 SOURCE		LoadManager.cpp Registrar.cpp RegistryData.cpp UnloadPolicy.cpp
    41 SOURCE		EComEntryBase.cpp
    42 SOURCE		DriveInfo.cpp
    43 SOURCE		EComPerformance.cpp
    44 SOURCE		FileUtils.cpp
    45 SOURCE		ParseImplementationData.cpp
    46 SOURCE		RegistryResolveTransaction.cpp
    47 
    48 
    49 LIBRARY			euser.lib
    50 LIBRARY			efsrv.lib
    51 LIBRARY			bafl.lib
    52 LIBRARY			bsul.lib
    53 LIBRARY			ecomtestutils.lib
    54 LIBRARY			estor.lib domaincli.lib
    55 
    56 SMPSAFE