kernel/eka/drivers/debug/smdebug/d_sm_staticinfo.cpp
changeset 259 57b9594f5772
parent 0 a41df078684a
child 257 3e88ff8f41d5
equal deleted inserted replaced
247:d8d70de2bd36 259:57b9594f5772
     1 // Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2009-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".
    18  * @file
    18  * @file
    19  * @internalComponent
    19  * @internalComponent
    20  * @prototype
    20  * @prototype
    21  */
    21  */
    22 
    22 
    23 #ifdef __LAUNCH_AS_EXTENSION__
       
    24 
       
    25 #include <rm_debug_api.h>
       
    26 #include <sm_debug_api.h>
    23 #include <sm_debug_api.h>
    27 #include <e32rom.h>
    24 #include <e32rom.h>
    28 #include "d_rmd_breakpoints.h"
       
    29 
    25 
    30 using namespace Debug;
    26 using namespace Debug;
    31 
    27 
    32 const TInt KBUFSIZE = 128;
    28 const TInt KBUFSIZE = 128;
    33 
    29 
    78 		}
    74 		}
    79 
    75 
    80 	return KErrNone;
    76 	return KErrNone;
    81 	}
    77 	}
    82 
    78 
    83 #endif
       
    84 
    79