PECengine/Group/bld.inf
changeset 0 094583676ce7
equal deleted inserted replaced
-1:000000000000 0:094583676ce7
       
     1 /*
       
     2 * Copyright (c) 2004 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:  Information for building the Presence Engine
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 PRJ_PLATFORMS
       
    21 DEFAULT
       
    22 
       
    23 PRJ_EXPORTS
       
    24 ../conf/presenceengine.confml                        APP_LAYER_CONFML(presenceengine.confml)
       
    25 ../conf/presenceengine_101F879E.crml		 		 APP_LAYER_CRML(presenceengine_101F879E.crml)
       
    26 ../conf/presenceengine_101F8792.crml		 		 APP_LAYER_CRML(presenceengine_101F8792.crml)
       
    27 
       
    28 // iby file
       
    29 ../rom/presenceengine.iby                CORE_APP_LAYER_IBY_EXPORT_PATH(presenceengine.iby)
       
    30 
       
    31 // Helper macros for declaring exports
       
    32 #if __GNUC__ >= 3
       
    33 #define PENG_CONTROL_IF_EXPORT(header) ../IncApi/header |../../inc/header
       
    34 #define PENG_PLUGIN_IF_EXPORT(header) ../IncPlugin/header |../../inc/header
       
    35 #define PENG_MODEL_IF_EXPORT(header) ../IncPresenceModel/header |../../inc/
       
    36 #else
       
    37 #define PENG_CONTROL_IF_EXPORT(header) ../IncApi/##header |../../inc/##header
       
    38 #define PENG_PLUGIN_IF_EXPORT(header) ../IncPlugin/##header |../../inc/##header
       
    39 #define PENG_MODEL_IF_EXPORT(header) ../IncPresenceModel/##header |../../inc/##header
       
    40 #endif
       
    41 
       
    42 PENG_CONTROL_IF_EXPORT(CPEngAttributeListStore2.h)
       
    43 PENG_CONTROL_IF_EXPORT(CPEngAttributeListTransaction2.h)
       
    44 PENG_CONTROL_IF_EXPORT(CPEngAttributeStore2.h)
       
    45 PENG_CONTROL_IF_EXPORT(CPEngAttributeTransaction2.h)
       
    46 PENG_CONTROL_IF_EXPORT(CPEngContactListNotifier2.h)
       
    47 PENG_CONTROL_IF_EXPORT(CPEngContactListStore2.h)
       
    48 PENG_CONTROL_IF_EXPORT(CPEngContactListTransaction2.h)
       
    49 PENG_CONTROL_IF_EXPORT(CPEngNWSessionSlot2.h)
       
    50 PENG_CONTROL_IF_EXPORT(CPEngNWSessionSlotEvent2.h)
       
    51 PENG_CONTROL_IF_EXPORT(CPEngNWSessionSlotID2.h)
       
    52 PENG_CONTROL_IF_EXPORT(CPEngNWSessionSlotManager2.h)
       
    53 PENG_CONTROL_IF_EXPORT(CPEngNWSessionSlotNotifier2.h)
       
    54 PENG_CONTROL_IF_EXPORT(CPEngPresenceNotifier2.h)
       
    55 PENG_CONTROL_IF_EXPORT(CPEngSearchCriteria2.h)
       
    56 PENG_CONTROL_IF_EXPORT(CPEngSearchResult2.h)
       
    57 PENG_CONTROL_IF_EXPORT(CPEngSearchTransaction2.h)
       
    58 PENG_CONTROL_IF_EXPORT(CPEngTrackedPresenceID2.h)
       
    59 PENG_CONTROL_IF_EXPORT(CPEngTrackedPresenceIDs2.h)
       
    60 PENG_CONTROL_IF_EXPORT(CPEngReactAuthNotifier.h)
       
    61 PENG_CONTROL_IF_EXPORT(CPEngReactAuthTransaction.h)
       
    62 PENG_CONTROL_IF_EXPORT(CPEngReactAuthStore.h)
       
    63 PENG_CONTROL_IF_EXPORT(MPEngAttributeListTransactionObserver2.h)
       
    64 PENG_CONTROL_IF_EXPORT(MPEngAttributeTransactionObserver2.h)
       
    65 PENG_CONTROL_IF_EXPORT(MPEngContactListObserver2.h)
       
    66 PENG_CONTROL_IF_EXPORT(MPEngContactListTransactionObserver2.h)
       
    67 PENG_CONTROL_IF_EXPORT(MPEngNWSessionOperationObserver2.h)
       
    68 PENG_CONTROL_IF_EXPORT(MPEngNWSessionSlotObserver2.h)
       
    69 PENG_CONTROL_IF_EXPORT(MPEngPresenceObserver2.h)
       
    70 PENG_CONTROL_IF_EXPORT(MPEngSearchTransactionObserver2.h)
       
    71 PENG_CONTROL_IF_EXPORT(MPEngReactAuthTransactionObserver.h)
       
    72 PENG_CONTROL_IF_EXPORT(MPEngReactAuthObserver.h)
       
    73 PENG_CONTROL_IF_EXPORT(PEngPresenceEngineConsts2.h)
       
    74 PENG_CONTROL_IF_EXPORT(PEngPresenceEngineErrors2.h)
       
    75 PENG_CONTROL_IF_EXPORT(PresenceEngineInternalCRKeys.h)
       
    76 
       
    77 
       
    78 PENG_MODEL_IF_EXPORT(MPEngAttributeList2.h)
       
    79 PENG_MODEL_IF_EXPORT(MPEngContactItem.h)
       
    80 PENG_MODEL_IF_EXPORT(MPEngContactList2.h)
       
    81 PENG_MODEL_IF_EXPORT(MPEngContactListProperties.h)
       
    82 PENG_MODEL_IF_EXPORT(MPEngPresenceAttrModel2.h)
       
    83 PENG_MODEL_IF_EXPORT(MPEngPresenceAttrTypeProperties2.h)
       
    84 PENG_MODEL_IF_EXPORT(MPEngTransactionStatus2.h)
       
    85 PENG_MODEL_IF_EXPORT(PEngWVContactListExtensions2.h)
       
    86 PENG_MODEL_IF_EXPORT(PEngWVPresenceAttributes2.h)
       
    87 PENG_MODEL_IF_EXPORT(PEngWVPresenceErrors2.h)
       
    88 PENG_MODEL_IF_EXPORT(PEngWVPresenceSearch2.h)
       
    89 PENG_MODEL_IF_EXPORT(PEngWVServices2.h)
       
    90 PENG_MODEL_IF_EXPORT(TPEngContactListBaseSettings.h)
       
    91 PENG_MODEL_IF_EXPORT(MPEngAuthorizationStatus.h)
       
    92 PENG_MODEL_IF_EXPORT(MPEngAuthorizationRequest.h)
       
    93 PENG_MODEL_IF_EXPORT(MPEngAuthorizationRespond.h)
       
    94 
       
    95 
       
    96 // Secure Backup registration file export
       
    97 ../IncApi/backup_registration.xml z:/private/101F8843/backup_registration.xml
       
    98 
       
    99 
       
   100 
       
   101 PRJ_MMPFILES
       
   102 ../CoreUtilsLib2/Group/PEngCoreUtilsLib2.mmp
       
   103 ../StorageManager2/Group/PEngStorageServer.mmp
       
   104 ../StorageManager2/Group/PEngStorageManager2.mmp
       
   105 
       
   106 ../Parser2/Group/PEngParser2.mmp
       
   107 ../AttributeLibrary2/Group/PEngAttrLib2.mmp
       
   108 ../ListLibrary2/Group/PEngListLib2.mmp
       
   109 
       
   110 ../TransferAdapter2/Group/PEngTraAdap2.mmp
       
   111 
       
   112 ../PresenceServer2/Group/PengServer2.mmp
       
   113 ../PresenceServer2/Group/PEngClient2.mmp
       
   114 
       
   115 ../PresenceManager2/Group/PEngManager2.mmp
       
   116 
       
   117 
       
   118 PRJ_TESTMMPFILES
       
   119 
       
   120 
       
   121 
       
   122 
       
   123 //End of file