From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-it0-x232.google.com (mail-it0-x232.google.com [IPv6:2607:f8b0:4001:c0b::232]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 4754081E64 for ; Tue, 15 Nov 2016 03:29:37 -0800 (PST) Received: by mail-it0-x232.google.com with SMTP id q124so165046333itd.1 for ; Tue, 15 Nov 2016 03:29:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=seMMTrWkkPJYhmx7w5OGk+q2yarIhS6mKKFousiyvMQ=; b=epjWl3ugyZZHBvi3OOEkYGs0OGl6ZOe1mfyQcSeclw4QfBri5AHe0Niuw0A83lqKBZ YIzO9wAKm1eE7raOlBbc9LgIa5k7sNTs2oVJ7Yv2RrEu3rucORfiZJ/HOKNaweBgxXQq yucYCtw3y3CZ+UJemal2c1VhIcUT2fzRLAXSo= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=seMMTrWkkPJYhmx7w5OGk+q2yarIhS6mKKFousiyvMQ=; b=NyudUfuVDhtDq3arrBRZrYGoYpjg2gZHKC8U7SOuxfvmrtr0fQx4V4/msU8Clc2ENb QXinC2VpHRBTXl+d0d2ilMcdv9/Ew4GTFQgrBE211NAW9PMsvTo5vQra0rc2UblVCzDL ooPBlwbPEwlqsMU4mDiBcYLSndptF5GmiJVvB6rY0dM1E21z+q0ugPE4RU8lwe6rXHmg HnFUFxvLbqnw2gxSdP+mO7+Qdv2HF7lShII3s/GAG06BJqM4MupXu/TR7jaK5+UGsDTN U/eH8h+Tkbd/GhigSvF2YABRg992dGetdV8TRd/bDew5nY5s5ngN1+gBqY8hhluPEDeY ki7g== X-Gm-Message-State: ABUngvcoG/V0L3s7UT/WiLOMXZCpTivE4i9FaO2erj5V+prIejbZcNtINskCPoXlocOfKY+T2rh2RGwWhjdpaUpZ X-Received: by 10.107.2.8 with SMTP id 8mr28355372ioc.83.1479209381180; Tue, 15 Nov 2016 03:29:41 -0800 (PST) MIME-Version: 1.0 Received: by 10.107.59.147 with HTTP; Tue, 15 Nov 2016 03:29:40 -0800 (PST) In-Reply-To: <734D49CCEBEEF84792F5B80ED585239D58E78599@SHSMSX104.ccr.corp.intel.com> References: <1478173302-22349-1-git-send-email-ard.biesheuvel@linaro.org> <734D49CCEBEEF84792F5B80ED585239D58E78599@SHSMSX104.ccr.corp.intel.com> From: Ard Biesheuvel Date: Tue, 15 Nov 2016 11:29:40 +0000 Message-ID: To: "Ni, Ruiyu" Cc: "edk2-devel@lists.01.org" , "leif.lindholm@linaro.org" , "Kinney, Michael D" , "afish@apple.com" , "Tian, Feng" , "Zeng, Star" Subject: Re: [PATCH v2 1/5] MdeModulePkg: introduce non-discoverable device protocol X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Nov 2016 11:29:37 -0000 Content-Type: text/plain; charset=UTF-8 On 15 November 2016 at 08:38, Ni, Ruiyu wrote: > Please have Edkii prefix for implementation specific protocols/GUIDs. > > gNonDiscoverableDeviceProtocolGuid -> gEdkiiNonDiscoverableDeviceProtocolGuid >\ OK