accessoryservices/accessoryserver/group/accpolaudiodevicetopology.mmp
changeset 0 4e1aa6a622a0
equal deleted inserted replaced
-1:000000000000 0:4e1aa6a622a0
       
     1 /*
       
     2 * Copyright (c) 2002-2006 Nokia Corporation and/or its subsidiary(-ies). 
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "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 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  Project definition file for accpolaudiotopologycon.mmp
       
    15 *
       
    16 */
       
    17 
       
    18 #include <platform_paths.hrh>
       
    19 #include "AccServer.cfg"
       
    20 
       
    21 TARGET          accpolaudiodevicetopology.dll
       
    22 TARGETTYPE      DLL
       
    23 UID             0x1000008D 0x20010142
       
    24 CAPABILITY      CAP_CLIENT_DLL
       
    25 VENDORID        VID_DEFAULT
       
    26 
       
    27 SOURCEPATH      ../src/accpolaudiodevicetopology
       
    28 SOURCE          accpolaudiostreamformatcon.cpp
       
    29 SOURCE          accpolaudiotopologyobjectcon.cpp
       
    30 SOURCE          accpolaudiostreamformat.cpp
       
    31 SOURCE          accpolaudiounitbase.cpp
       
    32 SOURCE          accpolterminalbase.cpp
       
    33 SOURCE          accpolinputterminal.cpp
       
    34 SOURCE          accpoloutputterminal.cpp
       
    35 SOURCE          accpolaudiocontrolbase.cpp
       
    36 SOURCE          accpolmixerunit.cpp
       
    37 SOURCE          accpolfeatureunit.cpp
       
    38 SOURCE          accpolselectorunit.cpp
       
    39 SOURCE          accpolmutecontrol.cpp
       
    40 SOURCE          accpolvolumecontrol.cpp
       
    41 SOURCE          accpolinputcontrol.cpp
       
    42 SOURCE			accpolhdmisink.cpp
       
    43 SOURCE			accpolhdmiaudioformat.cpp
       
    44 SOURCE			accpolhdmilatency.cpp
       
    45 SOURCE			accpolhdmispeakerallocation.cpp
       
    46 SOURCe			accpolhdmivideoformat.cpp
       
    47 SOURCE			accpolhdmiobjectcon.cpp
       
    48 
       
    49 USERINCLUDE     ../inc
       
    50 USERINCLUDE     ../inc/Common
       
    51 
       
    52 // System include macro
       
    53 OS_LAYER_SYSTEMINCLUDE
       
    54 
       
    55 LIBRARY         euser.lib 
       
    56 LIBRARY         estor.lib
       
    57 LIBRARY         accpolicy.lib
       
    58 
       
    59 LANG            SC
       
    60 
       
    61 SMPSAFE