utilities/aristatemachine/group/aristatemachine.mmp
changeset 0 bb31fbe78861
equal deleted inserted replaced
-1:000000000000 0:bb31fbe78861
       
     1 /*
       
     2 * Copyright (c) 2009 Aricent and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of the License "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Aricent - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:
       
    15 * Project file for state machine which is used by all video hwdevice plugins
       
    16 *
       
    17 */
       
    18 #include <platform_paths.hrh>
       
    19 
       
    20 TARGET        aristatemachine.dll
       
    21 TARGETTYPE    DLL
       
    22 
       
    23 UID 0x1000008D 0x102749FE
       
    24 
       
    25 CAPABILITY  ALL -TCB
       
    26 
       
    27 DEFFILE       aristatemachine.def
       
    28 NOSTRICTDEF
       
    29 
       
    30 MACRO LOGLEVEL_CRITICAL
       
    31 
       
    32 SOURCEPATH    ..\src
       
    33 SOURCE        aristatemachine.cpp
       
    34 
       
    35 USERINCLUDE   ..\inc
       
    36 USERINCLUDE   ..\..\log
       
    37 
       
    38 SYSTEMINCLUDE	\epoc32\include
       
    39 
       
    40 MW_LAYER_SYSTEMINCLUDE
       
    41 LIBRARY       EUser.lib
       
    42 
       
    43 
       
    44 //-----------------------------------------------------------------------------
       
    45 //  End of File
       
    46 //-----------------------------------------------------------------------------
       
    47