phonebookui/Phonebook/group/Phonebook.iby
branchRCL_3
changeset 63 f4a778e096c2
parent 0 e686773b3f54
equal deleted inserted replaced
62:5b6f26637ad3 63:f4a778e096c2
       
     1 /*
       
     2 * Copyright (c) 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 #ifndef __Phonebook_IBY__
       
    18 #define __Phonebook_IBY__
       
    19 
       
    20 // Phonebook Engine DLL
       
    21 file=ABI_DIR\BUILD_DIR\PbkEng.dll	System\Libs\PbkEng.dll
       
    22 //data=MULTI_LINGUIFY(RSC ABI_DIR\BUILD_DIR\PbkEng System\Data\PbkEng)
       
    23 
       
    24 // Phonebook extension manager
       
    25 file=ABI_DIR\BUILD_DIR\PbkExt.dll                               System\Libs\PbkExt.dll
       
    26 
       
    27 // Phonebook View DLL
       
    28 file=ABI_DIR\BUILD_DIR\PbkView.dll	System\Libs\PbkView.dll
       
    29 //data=MULTI_LINGUIFY(RSC ABI_DIR\BUILD_DIR\PbkView System\Data\PbkView)
       
    30 
       
    31 // Phonebook Business Cards Engine DLL
       
    32 file=ABI_DIR\BUILD_DIR\BCardEng.dll	System\Libs\BCardEng.dll
       
    33 //data=MULTI_LINGUIFY(RSC ABI_DIR\BUILD_DIR\BCardEng System\Data\BCardEng)
       
    34 
       
    35 // Phonebook common UI DLL
       
    36 file=ABI_DIR\BUILD_DIR\PbkUI.dll	System\Libs\PbkUI.dll
       
    37 
       
    38 // Phonebook App
       
    39 file=ABI_DIR\BUILD_DIR\Phonebook.app	System\Apps\Phonebook\Phonebook.app
       
    40 //data=MULTI_LINGUIFY(RSC ABI_DIR\BUILD_DIR\Phonebook System\Apps\Phonebook\Phonebook)
       
    41 data=ZSYSTEM\Apps\Phonebook\Phonebook.aif System\Apps\Phonebook\Phonebook.aif
       
    42 data=ZSYSTEM\data\Phonebook.mbm		System\data\Phonebook.mbm
       
    43 
       
    44 #endif
       
    45