sl@0: /* sl@0: * Copyright (c) 2002-2007 Nokia Corporation and/or its subsidiary(-ies). sl@0: * All rights reserved. sl@0: * This component and the accompanying materials are made available sl@0: * under the terms of "Eclipse Public License v1.0" sl@0: * which accompanies this distribution, and is available sl@0: * at the URL "http://www.eclipse.org/legal/epl-v10.html". sl@0: * sl@0: * Initial Contributors: sl@0: * Nokia Corporation - initial contribution. sl@0: * sl@0: * Contributors: sl@0: * sl@0: * Description: S60 FourCC Codes sl@0: * sl@0: */ sl@0: sl@0: sl@0: sl@0: #ifndef __S60FOURCC_H__ sl@0: #define __S60FOURCC_H__ sl@0: sl@0: sl@0: #include sl@0: sl@0: sl@0: // Enhanced Advanced Audio Plus Codec (eAAC+) sl@0: const TUint32 KS60FourCCCodeEAAC = 0x43414520; //(' ','E','A','C') sl@0: sl@0: sl@0: const TUint32 KS60FourCCCodeModem = 0x4D444F4D; // ('M','O','D','M') sl@0: sl@0: // UPnP FourCC definition sl@0: const TUint32 KFourCCCodeNokiaUPnP = 0x504e5055; // ('U', 'P', 'n', 'P') sl@0: sl@0: #endif