smsprotocols/smsstack/group/smsstack.iby
changeset 0 3553901f7fa8
equal deleted inserted replaced
-1:000000000000 0:3553901f7fa8
       
     1 // Copyright (c) 2002-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 //
       
    15 
       
    16 /**
       
    17  @file
       
    18 */
       
    19 
       
    20 
       
    21 #ifndef __SMSSTACK_IBY__
       
    22 #define __SMSSTACK_IBY__
       
    23 
       
    24 #include <charconv.iby>
       
    25 #include <commsdebugutility.iby>
       
    26 #include <esock.iby>
       
    27 #include <etel.iby>
       
    28 #include <etelmm.iby>
       
    29 #include <logeng.iby>
       
    30 #include <sysagent.iby>
       
    31 #include <c32.iby>
       
    32 #include <commdb.iby>
       
    33 
       
    34 file=ABI_DIR\BUILD_DIR\GsmU.dll         SYSTEM_BINDIR\GsmU.dll
       
    35 file=ABI_DIR\BUILD_DIR\SmsU.dll         SYSTEM_BINDIR\SmsU.dll
       
    36 file=ABI_DIR\DEBUG_DIR\SmsProt.prt      SYSTEM_BINDIR\SmsProt.prt
       
    37 file=ABI_DIR\BUILD_DIR\WapProt.prt      SYSTEM_BINDIR\WapProt.prt
       
    38 
       
    39 //This is the data-caged path for the C32 comms process into which the Smsstack is loaded.
       
    40 //101F7989 is UID3 of c32exe.exe.
       
    41 data=ZPRIVATE\101F7989\sms\smsu.rsc				private\101F7989\sms\smsu.rsc
       
    42 
       
    43 data=ZPRIVATE\101F7989\esock\smswap.Sms.esk		private\101F7989\esock\smswap.Sms.esk
       
    44 data=ZPRIVATE\101F7989\esock\smswap.Wap.esk		private\101F7989\esock\smswap.Wap.esk
       
    45 
       
    46 #endif // __SMSSTACK_IBY__