os/ossrv/lowlevellibsandfws/pluginfw/Framework/MMPFiles/t_registrydata.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) 1997-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 // RegistryData.mmp
    15 // 
    16 //
    17 
    18 TARGET			t_registrydata.exe			//RTEST
    19 TARGETTYPE		EXE
    20 
    21 // UIDs for loading
    22 // RTestBed Dll recognition UID followed by the unique UID for this exe
    23 // Uses sid of EComserver process to allow access to private dir.
    24 UID			0x101FB5A8 0x10009D8F
    25 CAPABILITY WriteDeviceData  // For various operations.
    26 VENDORID 		0x70000001
    27 
    28 MACRO __ECOMSERVER_TESTING__
    29 
    30 SOURCEPATH		../../Framework/RegistryDataTest
    31 SOURCE			t_registrydata.cpp
    32 
    33 // Have to explicitly build in the class
    34 SOURCEPATH		../../Framework/frame
    35 
    36 SOURCE			RegistryData.cpp
    37 SOURCE			UnloadPolicy.cpp
    38 SOURCE			EComEntry.cpp
    39 SOURCE			DowngradePath.cpp
    40 SOURCE			ImplementationInformation.cpp
    41 SOURCE			EComEntryBase.cpp
    42 SOURCE			clientrequest.cpp
    43 SOURCE			DriveInfo.cpp
    44 SOURCE			EComPerformance.cpp
    45 // Needed for spl porupose
    46 SOURCE			Registrar.cpp
    47 SOURCE			Discoverer.cpp
    48 SOURCE			BackupNotifier.cpp
    49 SOURCE			FileUtils.cpp
    50 SOURCE			EComPatchDataConstantv2.cpp
    51 SOURCE			RegistryResolveTransaction.cpp
    52 SOURCE			ParseImplementationData.cpp
    53 
    54 USERINCLUDE		../../Test_Bed/inc  
    55 USERINCLUDE		../../Framework/frame
    56 USERINCLUDE		../../Framework/inc
    57 
    58 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    59 
    60 LIBRARY			euser.lib
    61 LIBRARY			efsrv.lib
    62 LIBRARY			estor.lib
    63 LIBRARY			bafl.lib
    64 LIBRARY 		bsul.lib
    65 LIBRARY			ecomtestutils.lib
    66 LIBRARY			hal.lib
    67 
    68 SMPSAFE