kerneltest/e32test/group/rescontrol_extended_psl.mmp
changeset 0 a41df078684a
child 4 56f325a607ea
equal deleted inserted replaced
-1:000000000000 0:a41df078684a
       
     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 the License "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 // e32test/group/extendedrescontrol_psl.mmp
       
    15 // 
       
    16 //
       
    17 
       
    18 #include <kernel/kern_ext.mmh>
       
    19 
       
    20 target		resourcecontrollerextended.pdd
       
    21 targettype	pdd
       
    22 
       
    23 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    24 
       
    25 macro		BTRACE_RESOURCE_MANAGER
       
    26 macro		RESOURCE_MANAGER_SIMULATED_PSL
       
    27 macro		PRM_INSTRUMENTATION_MACRO
       
    28 macro		PRM_ENABLE_EXTENDED_VERSION
       
    29 
       
    30 // all exported APIs
       
    31 sourcepath	../../../kernel/eka/drivers/resourceman
       
    32 source		resourceman.cpp resource.cpp resource_extend.cpp rescontrol_export.cpp 
       
    33 source		resourcecontrol.cpp resourcecontrol_extended.cpp
       
    34 
       
    35 sourcepath	../resourceman/resourceman_psl/
       
    36 source		rescontrol_psl.cpp rescontrol_extended_psl.cpp
       
    37 
       
    38 
       
    39 deffile			../~/resourcecontroller_extended.def
       
    40 nostrictdef
       
    41 
       
    42 
       
    43 epocallowdlldata
       
    44 
       
    45 uid			0x100039d0 0x10285812
       
    46 capability 	all
       
    47 
       
    48 start wins
       
    49 win32_headers
       
    50 end