navienginebsp/naviengine_assp/pci/pci.mmp
changeset 0 5de814552237
equal deleted inserted replaced
-1:000000000000 0:5de814552237
       
     1 /*
       
     2 * Copyright (c) 2008-2009 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:  
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #include			<variant.mmh>
       
    21 #include			"kernel/kern_ext.mmh"
       
    22 
       
    23 target				VariantTarget(pci,dll)
       
    24 targettype			kext
       
    25 linkas				pci.dll
       
    26 
       
    27 SYMBIAN_ASSP_SYSTEMINCLUDE(naviengine)
       
    28 
       
    29 SYMBIAN_BASE_SYSTEMINCLUDE(drivers)
       
    30 
       
    31 sourcepath			./
       
    32 source				pci-ne.cpp
       
    33 source				pci.cpp
       
    34 source				allocator.cpp
       
    35 source				chunkman.cpp
       
    36 source				mapman.cpp
       
    37 
       
    38 library				VariantTarget(kanaviengine,lib)
       
    39 
       
    40 capability			all
       
    41 
       
    42 vendorid			0x70000001
       
    43 epocallowdlldata
       
    44 
       
    45 deffile				../~/pci.def