usbclasses/usbphoneasmodem/classimplementation/atplugin/inc/pampluginprjconfig.h
changeset 35 9d8b04ca6939
parent 0 1e05558e2206
equal deleted inserted replaced
34:7858bc6ead78 35:9d8b04ca6939
       
     1 // Copyright (c) 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 "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 // class definition for phone as modem at extension plugin
       
    15 // 
       
    16 //
       
    17 #ifndef PAMPLUGINPRJCONFIG_H
       
    18 #define PAMPLUGINPRJCONFIG_H
       
    19 
       
    20 /**
       
    21  * Traces are enabled in _DEBUG build, by default.
       
    22  */
       
    23 #ifdef _DEBUG
       
    24 #define PRJ_ENABLE_TRACE
       
    25 #endif
       
    26 
       
    27 /**
       
    28  * traces to file if this is defined.
       
    29  */
       
    30 //#define PRJ_FILE_TRACE
       
    31 
       
    32 
       
    33 /**
       
    34  * build the project for module test purpose if this is defined
       
    35  */
       
    36 //#define PRJ_MODULETEST_BUILD
       
    37 
       
    38 /**
       
    39  * build the project using stubs to replace the dependencies if this is defined
       
    40  */
       
    41 //#define PRJ_USE_STUB
       
    42 
       
    43 
       
    44 #endif // PAMPLUGINPRJCONFIG_H