From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=pass header.i=@linaro.org header.s=google header.b=aU/p9YQg; spf=pass (domain: linaro.org, ip: 209.85.128.54, mailfrom: leif.lindholm@linaro.org) Received: from mail-wm1-f54.google.com (mail-wm1-f54.google.com [209.85.128.54]) by groups.io with SMTP; Mon, 17 Jun 2019 09:48:27 -0700 Received: by mail-wm1-f54.google.com with SMTP id s15so116331wmj.3 for ; Mon, 17 Jun 2019 09:48:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=1hF9eMEfzHUj5yrtHaf4Vzi4RJ31OOdH0kl19nvXGvg=; b=aU/p9YQguLoncgj/ITWIFlDnN7fCDvU00awTTy4+LFxBH0Tbabuz6qiTIqc9XuI9nv HKfc3EZO8nNcrCRc30vV4UHXTiSEQzc8T8I/ALhUIEBr3vhBeJLo8EnP5oaoogR/irxd oXA9KhVXRIo7MbEYgdYYbAhjaFWIIsAiPiEPHnLX8mi/ItYVdnx6AfGM6E+1ZKlTo5rK ZS82GYKWX5s1XtUHYQ3hoPe+B+CoMOgtuoEULvQnWW5KfF3fXBkMRIxN5UbIgJrbM2zI PECy6UbKMH69bhg3tQkqC0cBXK2W/iEScQj9XtEmm2hGxZfR7qgynRcPHZag2fT4boxn mM0Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=1hF9eMEfzHUj5yrtHaf4Vzi4RJ31OOdH0kl19nvXGvg=; b=CithB8WG/2WYPLPBcpMobxc5beu67wIWnWTXnxiMcDprQtq7/L3I43QsIJPfZ8uE2g u8HVE4uHewIWEZu2NLkX01BV9X95nqvKXwFP9jgDfqBrHzoEilLxoTYegqy9f2wNsCqT OW7qY1/9W3FzXluvS+8F0twEF7fmxzdEvFKQEiz1tQlTA421ASp4PjY3PqwH4OBYYhNP Q22i+jWTYq4MeW1BEux3jl4h1xkRemH2YI9CJp+2qYBq2//yt9Gg1wcjA2HAEc5wxLg3 CSvzFILOnE6NxPWrVn/waXg4tge6QG1FlbT70DJKQdAfFS5O9szZCqJvN79WLZk5U6Aj KgVQ== X-Gm-Message-State: APjAAAX+DrXND0i5HOWDkw+Cd+d4F6mEftgdE3KDg6OVUpbIq8H1iS68 Kv87bSD8Mr4Ujl17dqcR9h68+p9Iqac= X-Google-Smtp-Source: APXvYqy/hEvS2f8vf5Gwt2fmykXkuifR36yMC/hXDwx1NenPhZuVwog2xi6E6qVRWI74Q65iz5C+KQ== X-Received: by 2002:a1c:ef0c:: with SMTP id n12mr18699046wmh.132.1560790105664; Mon, 17 Jun 2019 09:48:25 -0700 (PDT) Return-Path: Received: from bivouac.eciton.net (bivouac.eciton.net. [2a00:1098:0:86:1000:23:0:2]) by smtp.gmail.com with ESMTPSA id e11sm12116989wrc.9.2019.06.17.09.48.24 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Mon, 17 Jun 2019 09:48:25 -0700 (PDT) Date: Mon, 17 Jun 2019 17:48:23 +0100 From: "Leif Lindholm" To: devel@edk2.groups.io, dandan.bi@intel.com Cc: Eric Dong , Liming Gao , Michael D Kinney , Ard Biesheuvel Subject: Re: [edk2-devel] [edk2-platforms] [patch v2 1/2] Platform/Intel: Add UserInterfaceFeaturePkg Message-ID: <20190617164823.uxnoamz34ft24ak3@bivouac.eciton.net> References: <20190617065146.32648-1-dandan.bi@intel.com> <20190617065146.32648-2-dandan.bi@intel.com> MIME-Version: 1.0 In-Reply-To: <20190617065146.32648-2-dandan.bi@intel.com> User-Agent: NeoMutt/20170113 (1.7.2) Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi Dandan, On Mon, Jun 17, 2019 at 02:51:45PM +0800, Dandan Bi wrote: > REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1545 > > Add new package UserInterfaceFeaturePkg in Platform/Intel/ > folder. It will keep UI related modules in this package. > > We plan add UserAuthentication modules in Platform/Intel. > Firstly we add a new package UserInterfaceFeaturePkg where > add the UserAuthentication modules into. > Package name follows the discussion in: > https://edk2.groups.io/g/devel/message/42286 > > Cc: Eric Dong > Cc: Liming Gao > Signed-off-by: Dandan Bi > --- > Maintainers.txt | 4 ++++ > .../UserInterfaceFeaturePkg.dec | 19 +++++++++++++++ > .../UserInterfaceFeaturePkg.dsc | 23 +++++++++++++++++++ > 3 files changed, 46 insertions(+) > create mode 100644 Platform/Intel/UserInterfaceFeaturePkg/UserInterfaceFeaturePkg.dec > create mode 100644 Platform/Intel/UserInterfaceFeaturePkg/UserInterfaceFeaturePkg.dsc > > diff --git a/Maintainers.txt b/Maintainers.txt > index cb9e15e880..c55a285fa1 100644 > --- a/Maintainers.txt > +++ b/Maintainers.txt > @@ -71,10 +71,14 @@ R: Liming Gao > > Platform/Intel/DebugFeaturePkg > M: Eric Dong > R: Liming Gao > > +Platform/Intel/UserInterfaceFeaturePkg > +M: Dandan Bi > +R: Liming Gao > + Could you please cc all of the top-level maintainers (me, Ard and Mike) when modifying Maintainers.txt? Once the GetMaintainer.py we'll be able to do all of this more cleanly. I'm not saying you need all of our Reviewed-by:, but I'd like to not miss when new maintainerships are being added. / Leif > Platform/Intel/ClevoOpenBoardPkg > M: Michael Kubacki > M: Ankit Sinha > M: Nate DeSimone > > diff --git a/Platform/Intel/UserInterfaceFeaturePkg/UserInterfaceFeaturePkg.dec b/Platform/Intel/UserInterfaceFeaturePkg/UserInterfaceFeaturePkg.dec > new file mode 100644 > index 0000000000..7162637e24 > --- /dev/null > +++ b/Platform/Intel/UserInterfaceFeaturePkg/UserInterfaceFeaturePkg.dec > @@ -0,0 +1,19 @@ > +## @file > +# This package provides UI related modules. > +# > +# The DEC files are used by the utilities that parse DSC and > +# INF files to generate AutoGen.c and AutoGen.h files > +# for the build infrastructure. > +# > +# Copyright (c) 2019, Intel Corporation. All rights reserved.
> +# > +# SPDX-License-Identifier: BSD-2-Clause-Patent > +# > +## > + > +[Defines] > + DEC_SPECIFICATION = 0x00010017 > + PACKAGE_NAME = UserInterfaceFeaturePkg > + PACKAGE_VERSION = 0.1 > + PACKAGE_GUID = 5A92199C-C2ED-4A3F-9ED0-C278DEA0DA47 > + > diff --git a/Platform/Intel/UserInterfaceFeaturePkg/UserInterfaceFeaturePkg.dsc b/Platform/Intel/UserInterfaceFeaturePkg/UserInterfaceFeaturePkg.dsc > new file mode 100644 > index 0000000000..7098affee9 > --- /dev/null > +++ b/Platform/Intel/UserInterfaceFeaturePkg/UserInterfaceFeaturePkg.dsc > @@ -0,0 +1,23 @@ > +## @file > +# This package provides UI related modules. > +# > +# The DEC files are used by the utilities that parse DSC and > +# INF files to generate AutoGen.c and AutoGen.h files > +# for the build infrastructure. > +# > +# Copyright (c) 2019, Intel Corporation. All rights reserved.
> +# > +# SPDX-License-Identifier: BSD-2-Clause-Patent > +# > +## > + > +[Defines] > + PLATFORM_NAME = UserInterfaceFeaturePkg > + PLATFORM_GUID = 66536B4C-84A3-42FD-B0AE-603414A4CE9E > + PLATFORM_VERSION = 0.1 > + DSC_SPECIFICATION = 0x00010005 > + OUTPUT_DIRECTORY = Build/UserInterfaceFeaturePkg > + SUPPORTED_ARCHITECTURES = IA32|X64 > + BUILD_TARGETS = DEBUG|RELEASE|NOOPT > + SKUID_IDENTIFIER = DEFAULT > + > -- > 2.18.0.windows.1 > > > >