debugsrv/runmodedebug/securityserver/group/rm_debug_svr.mmp
changeset 56 aa2539c91954
parent 42 0ff24a8f6ca2
equal deleted inserted replaced
54:a151135b0cf9 56:aa2539c91954
     1 // Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2006-2009 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 "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".
     7 //
     7 //
     8 // Initial Contributors:
     8 // Initial Contributors:
     9 // Nokia Corporation - initial contribution.
     9 // Nokia Corporation - initial contribution.
    26 source		c_security_svr_async.cpp
    26 source		c_security_svr_async.cpp
    27 source        	rm_debug_svr.cpp
    27 source        	rm_debug_svr.cpp
    28 
    28 
    29 library		euser.lib
    29 library		euser.lib
    30 library         efsrv.lib
    30 library         efsrv.lib
    31 library         btracec.lib
       
    32 
    31 
    33 userinclude ../inc
    32 userinclude ../inc
    34 userinclude ../../rmdriver/inc
    33 userinclude ../../rmdriver/inc
    35 
    34 
    36 SYMBIAN_BASE_SYSTEMINCLUDE(nkern)
    35 SYMBIAN_BASE_SYSTEMINCLUDE(nkern)
    37 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    36 OS_LAYER_SYSTEMINCLUDE
    38 
    37 
    39 
    38 
    40 UID            0x100039CE 0x102834E2
    39 UID            0x100039CE 0x102834E2
    41 SECUREID       0x102834E2
    40 SECUREID       0x102834E2
    42 VENDORID       0x70000001
    41 VENDORID       VID_DEFAULT
    43 
    42 
    44 
    43 
    45 // Enables UTrace logging of DSS public API calls
    44 // Enables UTrace logging of DSS public API calls
    46 macro SYMBIAN_TRACE_ENABLE
    45 macro SYMBIAN_TRACE_ENABLE
    47 
    46