userlibandfileserver/domainmgr/group/domainsrv.mmp
changeset 279 957c583b417b
parent 0 a41df078684a
equal deleted inserted replaced
275:2b433474f2ba 279:957c583b417b
     1 // Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 1997-2010 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     3 // This component and the accompanying materials are made available
     4 // under the terms of the License "Eclipse Public License v1.0"
     4 // under the terms of the License "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
    23 UID				0 0x1020E406
    23 UID				0 0x1020E406
    24 TARGET          domainsrv.exe
    24 TARGET          domainsrv.exe
    25 CAPABILITY PowerMgmt ProtServ DiskAdmin
    25 CAPABILITY PowerMgmt ProtServ DiskAdmin
    26 TARGETTYPE      exe
    26 TARGETTYPE      exe
    27 
    27 
    28 userinclude		../src
       
    29 userinclude		../inc
    28 userinclude		../inc
    30 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    29 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    31 
    30 
    32 sourcepath	../src
    31 sourcepath	../src
    33 source		domainsrv.cpp
    32 source		domainsrv.cpp domaincfg.cpp
    34 
    33 
    35 library		euser.lib efsrv.lib
    34 library		euser.lib efsrv.lib
    36 
    35 
       
    36 //Enables Domain server tracing
       
    37 //macro __DS_DEBUG 
    37 
    38 
    38 
    39 
    39 VENDORID 0x70000001
    40 VENDORID 0x70000001
    40 
    41 
    41 
    42