kerneltest/e32test/domainmgr/domainpolicy99.mmp
changeset 245 647ab20fee2e
child 279 957c583b417b
equal deleted inserted replaced
244:a77889bee936 245:647ab20fee2e
       
     1 // Copyright (c) 2010 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/domainmgr/domainpolicy99.mmp
       
    15 // domainpolicy99.dll Test Domain manager policy module
       
    16 // 
       
    17 //
       
    18 
       
    19 /**
       
    20  @file
       
    21 */
       
    22 
       
    23 
       
    24 TARGET          domainpolicy99.dll
       
    25 CAPABILITY PowerMgmt ProtServ DiskAdmin
       
    26 TARGETTYPE      dll
       
    27 
       
    28 userinclude		.
       
    29 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    30 
       
    31 sourcepath	.
       
    32 source		domainpolicytest.cpp
       
    33 
       
    34 library		euser.lib
       
    35 
       
    36 
       
    37 START WINS
       
    38 END
       
    39 
       
    40 START MARM
       
    41 END
       
    42 
       
    43 VENDORID 0x70000001
       
    44 
       
    45 SMPSAFE