sbsv2/raptor/test/smoke_suite/test_resources/tracecompiler/testTC/inc/wlanhwinitpermparser.h
changeset 616 24e4ef208cca
parent 591 22486c9c7b15
equal deleted inserted replaced
613:839712f5a78c 616:24e4ef208cca
     1 /*
     1 /*
     2 * Copyright (c) 2002-2006 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2002-2010 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of the License "Eclipse Public License v1.0"
     5 * under the terms of the License "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    38 const TUint32 KNvMemValueOffset32 = 3;
    38 const TUint32 KNvMemValueOffset32 = 3;
    39 
    39 
    40 typedef TUint nvsUpdateList;
    40 typedef TUint nvsUpdateList;
    41 #define UPDATE_MAC_ADDR 		0x0080
    41 #define UPDATE_MAC_ADDR 		0x0080
    42 #define UPDATE_ALL 				  0xFFFF
    42 #define UPDATE_ALL 				  0xFFFF
       
    43 
       
    44 // Custom trace extraction content required for this component
       
    45 typedef TUint8  TGroupId;
       
    46 #define GROUPIDMASK             0x00ff0000
       
    47 #define GROUPIDSHIFT            16
       
    48 #define TRACEIDMASK             0x0000ffff
       
    49 #define TRACEIDSHIFT            0
       
    50 #define EXTRACT_GROUP_ID(aTraceName) static_cast<TGroupId>((aTraceName & GROUPIDMASK) >> GROUPIDSHIFT)
       
    51 
    43 
    52 
    44 /**
    53 /**
    45 * The class for parsing the tuning data stored in PERM server.
    54 * The class for parsing the tuning data stored in PERM server.
    46 *
    55 *
    47 * @lib wlanhwinit.lib
    56 * @lib wlanhwinit.lib